Browse Source

feat: increase minlines to avoid highlighting errors

dzp 2 năm trước cách đây
mục cha
commit
e0993b6bb6
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      syntax/tt.vim

+ 2 - 0
syntax/tt.vim

@@ -19,6 +19,8 @@ endif
 setlocal iskeyword+=#
 " tintin++ keywords are case insensitive
 syntax case ignore
+" Increase minlines to avoid highlighting errors
+syntax sync minlines=200
 " tintin++ Commands {{{
 " Kill: #kill #killall {{{
 syntax keyword ttCmd #kill