Skip to content

Commit f401598

Browse files
authored
Merge pull request #16 from rescript-lang/fix-syntax-highlight-sync
Fix syntax highlighting synchronization
2 parents 2f34ab9 + 93099ab commit f401598

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

syntax/rescript.vim

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

5+
" See https://github.com/rescript-lang/vim-rescript/issues/14
6+
syntax sync minlines=600
7+
58
" Boolean
69
syntax keyword resBoolean true false
710

0 commit comments

Comments
 (0)