Does Helix support CSHTML? #11084
Unanswered
kanielrkirby
asked this question in
General
Replies: 1 comment 1 reply
-
There is on tree-sitter grammar for it that's actively maintained. The only one, https://github.com/tree-sitter/tree-sitter-razor, last received a commit 8 years ago. Your best bet would probably be adding |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I occasionally for work need to code in a large legacy .NET project (but simply can't stand Visual Studio itself for editing). I wanted to edit some of the
.cshtml
files that are in it, but noticed there wasn't any syntax highlighting, and I haven't been able to find any reference to it, well, anywhere. I just want to take the opportunity to ask, is this something that's supported? Known about? Is there a workaround?Thanks, everything else about Helix has been great, love what y'all have done so far.
Beta Was this translation helpful? Give feedback.
All reactions