Skip to content

Commit 93099ab

Browse files
committed
Use minlines 600 to prevent syntax highlight sync problems
1 parent 21ac678 commit 93099ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

syntax/rescript.vim

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

5-
syntax sync fromstart
5+
" See https://github.com/rescript-lang/vim-rescript/issues/14
6+
syntax sync minlines=600
67

78
" Boolean
89
syntax keyword resBoolean true false

0 commit comments

Comments
 (0)