We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cfd481 commit 5d076d0Copy full SHA for 5d076d0
2 files changed
Comments.tmPreferences
@@ -4,7 +4,10 @@
4
<key>name</key>
5
<string>Comments</string>
6
<key>scope</key>
7
- <string>embedding.cshtml</string>
+ <string>
8
+ embedding.cshtml,
9
+ embedding.cshtml text.html
10
+ </string>
11
<key>settings</key>
12
<dict>
13
<key>shellVariables</key>
README.md
@@ -12,7 +12,8 @@
### Functionality
14
15
-- Hotkey comment/uncomment server-side comments (`Ctrl`+`/` or `Cmd`+`/`)
+- Hotkey comment/uncomment server-side comments (<kbd>Ctrl</kbd>+<kbd>/</kbd> or <kbd>Cmd</kbd>+<kbd>/</kbd>)
16
+
17
- Snippets for `<%` expressions (Try typing `exp`)
18
+ These are subject to change.
19
- Snippets for some directives (Try `page` or `import`)
0 commit comments