Skip to content

Commit 21ac678

Browse files
committed
Fix syntax highlighting synchronization
1 parent 2f34ab9 commit 21ac678

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

syntax/rescript.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ if exists("b:current_syntax")
22
finish
33
endif
44

5+
syntax sync fromstart
6+
57
" Boolean
68
syntax keyword resBoolean true false
79

0 commit comments

Comments
 (0)