" Vim syntax file " Language: jemdoc " Author: Jacob Mattingley (inspired by " Stuart Rackham's asciidoc). " Last Change: jemdoc 0.1.1 " URL: http://jaboc.net/ " Licence: GPL (http://www.gnu.org) " Remarks: Vim 6 or greater " Limitations: See 'Appendix J: Vim Syntax Highlighter' in the AsciiDoc 'User " Guide'. "if exists("b:current_syntax") " finish "endif syn clear syn sync fromstart " change this if it gets slow. syn sync linebreaks=1 " Run :help syn-priority to review syntax matching priority. " syn keyword jemdocToDo TODO FIXME XXX ZZZ syn match jemdocQuotedCharError /\\./ syn match jemdocQuotedChar /\\[[\]\\\*{}\/\.\-\+"=~np#%RC`'\$%]/ syn match jemdocListBullet /^\s*[-.:]\+\s/ syn match jemdocCommentLine "\\\@