We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4e367 commit 4e1dd83Copy full SHA for 4e1dd83
3 files changed
README.md
@@ -20,9 +20,12 @@
20
- Snippets may require <kbd>Ctrl</kbd>+<kbd>space</kbd>, depending on your environment.
21
- Some autocomplete within directives.
22
23
+### Razor syntax
24
+
25
+Huge thank-you to @keith-hall for this!
26
27
## Future support (maybe)
28
-- Razor syntax
29
- Identify more attributes of directives
30
- Autocomplete ASP builtins
31
messages/3.0.0.md
@@ -0,0 +1,4 @@
1
+v3.0.0 (2019-12-07)
2
+===================
3
4
+`.cshtml` files now mapped to a new Razor syntax, courtesy of @keith-hall.
messaging.json
@@ -0,0 +1,3 @@
+{
+ "3.0.0": "messages/3.0.0.md"
+}
0 commit comments