Skip to content

Commit 5d076d0

Browse files
committed
Fix toggle server comments
1 parent 1cfd481 commit 5d076d0

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Comments.tmPreferences

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
<key>name</key>
55
<string>Comments</string>
66
<key>scope</key>
7-
<string>embedding.cshtml</string>
7+
<string>
8+
embedding.cshtml,
9+
embedding.cshtml text.html
10+
</string>
811
<key>settings</key>
912
<dict>
1013
<key>shellVariables</key>

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
### Functionality
1414

15-
- Hotkey comment/uncomment server-side comments (`Ctrl`+`/` or `Cmd`+`/`)
15+
- Hotkey comment/uncomment server-side comments (<kbd>Ctrl</kbd>+<kbd>/</kbd> or <kbd>Cmd</kbd>+<kbd>/</kbd>)
16+
1617
- Snippets for `<%` expressions (Try typing `exp`)
1718
+ These are subject to change.
1819
- Snippets for some directives (Try `page` or `import`)

0 commit comments

Comments
 (0)