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 b080e95 commit ee75aa9Copy full SHA for ee75aa9
syntax/jule.vim
@@ -8,7 +8,7 @@ if exists("b:current_syntax")
8
finish
9
endif
10
11
-syntax match juleDirective "#\p\+\>"
+syntax region juleDirective start="#\p\+\>" end="$" contains=juleComment,juleLineComment
12
13
syntax keyword juleKeyword chan map error use fn pub struct byte rune enum unsafe
14
syntax keyword juleKeyword const let static match defer if else for in impl trait
0 commit comments