summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2012-08-28 22:11:35 +1200
committerStuart Rackham <srackham@methods.co.nz>2012-08-28 22:11:35 +1200
commit53036aa494ea159de2725f9bdbbe4128c07834a7 (patch)
tree93775ba8dff08bb6c138d5e20693491678ee2dc7
parent8199b063c9ee184632d39ca570022e980f77c801 (diff)
downloadasciidoc-53036aa494ea159de2725f9bdbbe4128c07834a7.tar.gz
Vim syntax highlighter: increase sync backtracking to catch changes to large
block elements.
-rw-r--r--vim/syntax/asciidoc.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/syntax/asciidoc.vim b/vim/syntax/asciidoc.vim
index 213ec79..f64be29 100644
--- a/vim/syntax/asciidoc.vim
+++ b/vim/syntax/asciidoc.vim
@@ -14,7 +14,7 @@ endif
syn clear
syn sync fromstart
-syn sync linebreaks=1
+syn sync linebreaks=100
" Run :help syn-priority to review syntax matching priority.
syn keyword asciidocToDo TODO FIXME CHECK TEST XXX ZZZ DEPRECATED