X-Git-Url: https://jasonwoof.com/gitweb/?p=vim-syntax.git;a=blobdiff_plain;f=coffee.vim;h=084095454be7fd87fb991a71bf510d6aa22f6273;hp=1ab042164a7a90f1cd20babf46c5569f66eb9474;hb=HEAD;hpb=ddb591f0c5d791ad015fb4df2b3113ccb28aa583 diff --git a/coffee.vim b/coffee.vim index 1ab0421..0840954 100644 --- a/coffee.vim +++ b/coffee.vim @@ -15,7 +15,7 @@ endif syn include @coffeeJS syntax/javascript.vim " Highlight long strings. -syn sync minlines=100 +syn sync minlines=2000 " CoffeeScript allows dollar signs in identifiers. setlocal isident+=$