Skip to content

Commit d6a65a9

Browse files
committed
Support key blocks {#key ...} highlight
1 parent e0971a0 commit d6a65a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/svelte-html.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ syntax region svelteBlockEnd
7575
\ start="{\/"
7676
\ end="}"
7777

78-
syntax keyword svelteBlockKeyword if else each await then catch as
78+
syntax keyword svelteBlockKeyword if else each await then catch as key
7979

8080
syntax cluster simpleJavascriptExpression
8181
\contains=\CjavaScript.*

0 commit comments

Comments
 (0)