Skip to content

Commit ee75aa9

Browse files
committed
fix: juleDirective breaking everything with "s
1 parent b080e95 commit ee75aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/jule.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if exists("b:current_syntax")
88
finish
99
endif
1010

11-
syntax match juleDirective "#\p\+\>"
11+
syntax region juleDirective start="#\p\+\>" end="$" contains=juleComment,juleLineComment
1212

1313
syntax keyword juleKeyword chan map error use fn pub struct byte rune enum unsafe
1414
syntax keyword juleKeyword const let static match defer if else for in impl trait

0 commit comments

Comments
 (0)