Add cshtml to html file-types (#11540)

pull/11558/head
Yavorski 3 months ago committed by GitHub
parent 38e6fcd5c5
commit 620dfceb84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -834,7 +834,7 @@ source = { git = "https://github.com/serenadeai/tree-sitter-scss", rev = "c478c6
name = "html"
scope = "text.html.basic"
injection-regex = "html"
file-types = ["html", "htm", "shtml", "xhtml", "xht", "jsp", "asp", "aspx", "jshtm", "volt", "rhtml"]
file-types = ["html", "htm", "shtml", "xhtml", "xht", "jsp", "asp", "aspx", "jshtm", "volt", "rhtml", "cshtml"]
block-comment-tokens = { start = "<!--", end = "-->" }
language-servers = [ "vscode-html-language-server" ]
auto-format = true

Loading…
Cancel
Save