Skip to content

Commit 246418a

Browse files
committed
Make simpleJavaScriptExpression case sensitive
1 parent 966a0c9 commit 246418a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

syntax/svelte-html.vim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ syntax region svelteBlockEnd
7777

7878
syntax keyword svelteBlockKeyword if else each await then catch as
7979

80-
syntax cluster simpleJavascriptExpression
81-
\ contains=javaScript.*
80+
syntax cluster simpleJavascriptExpression contains=\CjavaScript.*
8281

8382
" Redefine JavaScript syntax
8483
syntax region javaScriptStringS

0 commit comments

Comments
 (0)