We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c30915 commit 5479ba3Copy full SHA for 5479ba3
WebForms/WebForms.sublime-syntax
@@ -30,7 +30,6 @@ contexts:
30
# It includes `csharp-tags` which are allowed to be closed by %> tags at any
31
# level of code-block on stack resuming with the next top-level <% tag.
32
- meta_include_prototype: false
33
- # - meta_scope: text.html.php
34
- include: csharp-tags
35
- include: html
36
cshtml.sublime-settings
@@ -1,9 +1,9 @@
1
{
2
- "auto_complete_selector": "embedding.cshtml.aspnet - comment",
+ "auto_complete_selector": "text.html.cs - comment",
3
"auto_complete_triggers": [
4
5
"characters": "@",
6
- "selector": "embedding.cshtml.razor",
+ "selector": "text.html.cs.razor",
7
}
8
]
9
0 commit comments