cursorless
cursorless copied to clipboard
Support ASP.NET Razor
File Types: *.cshtml *.razor
Visual Studio Code Filetype: ASP.NET Razor (aspnetcorerazor)
Could these be regarded as HTML ?
As suggested in description, the easy one-line hack to try is to just tell https://github.com/cursorless-dev/vscode-parse-tree/ to treat the aspnetcorerazor language id as if it were html. The one risk here is that the html parser can be a bit temperamental. For example, we've seen weird behaviour (as in hanging / crashing) back when we tried to use it for xml files if there were a tag whose name was more than 10 chars