tree-sitter-blazor 0.1.3

Tree-sitter grammar for Blazor/Razor syntax
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "name": "blazor",
  "scope": "source.blazor",
  "file-types": ["razor", "cshtml"],
  "metadata": {
    "version": "0.1.0",
    "license": "MIT",
    "description": "Blazor/Razor grammar for tree-sitter"
  }
}