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 e0971a0 commit d6a65a9Copy full SHA for d6a65a9
syntax/svelte-html.vim
@@ -75,7 +75,7 @@ syntax region svelteBlockEnd
75
\ start="{\/"
76
\ end="}"
77
78
-syntax keyword svelteBlockKeyword if else each await then catch as
+syntax keyword svelteBlockKeyword if else each await then catch as key
79
80
syntax cluster simpleJavascriptExpression
81
\contains=\CjavaScript.*
0 commit comments