Skip to content

Commit 5479ba3

Browse files
author
Michael Lyons
committed
Fix top-level settings changes
1 parent 3c30915 commit 5479ba3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

WebForms/WebForms.sublime-syntax

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ contexts:
3030
# It includes `csharp-tags` which are allowed to be closed by %> tags at any
3131
# level of code-block on stack resuming with the next top-level <% tag.
3232
- meta_include_prototype: false
33-
# - meta_scope: text.html.php
3433
- include: csharp-tags
3534
- include: html
3635

cshtml.sublime-settings

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"auto_complete_selector": "embedding.cshtml.aspnet - comment",
2+
"auto_complete_selector": "text.html.cs - comment",
33
"auto_complete_triggers": [
44
{
55
"characters": "@",
6-
"selector": "embedding.cshtml.razor",
6+
"selector": "text.html.cs.razor",
77
}
88
]
99
}

0 commit comments

Comments
 (0)