3356
|
1 " SiSU Vim syntax file
|
|
2 " SiSU Maintainer: Ralph Amissah <ralph@amissah.com>
|
4437
|
3 " SiSU Markup: SiSU (sisu-4.0.9)
|
|
4 " Last Change: 2013-02-22
|
|
5 " URL (sisu-4.1.0): <http://git.sisudoc.org/?p=code/sisu.git;a=blob;f=data/sisu/conf/editor-syntax-etc/vim/syntax/sisu.vim;hb=HEAD>
|
1618
|
6 "(originally looked at Ruby Vim by Mirko Nasato)
|
1118
|
7
|
822
|
8 if version < 600
|
|
9 syntax clear
|
|
10 elseif exists("b:current_syntax")
|
|
11 finish
|
|
12 else
|
|
13 endif
|
3356
|
14 let s:cpo_save = &cpo
|
|
15 set cpo&vim
|
1618
|
16
|
3356
|
17 "% "Errors:
|
843
|
18 syn match sisu_error contains=sisu_link,sisu_error_wspace "<![^ei]\S\+!>"
|
1618
|
19
|
3356
|
20 "% "Markers Identifiers:
|
822
|
21 if !exists("sisu_no_identifiers")
|
1618
|
22 syn match sisu_mark_endnote "\~^"
|
4437
|
23 syn match sisu_break contains=@NoSpell " \\\\\( \|$\)\|<br>\|<br />"
|
|
24 syn match sisu_control contains=@NoSpell "^\(-\\\\-\|=\\\\=\|-\.\.-\|<:p[bn]>\)\s*$"
|
3356
|
25 syn match sisu_control contains=@NoSpell "^<:\(bo\|---\)>\s*$"
|
1618
|
26 syn match sisu_marktail "[~-]#"
|
|
27 syn match sisu_control "\""
|
|
28 syn match sisu_underline "\(^\| \)_[a-zA-Z0-9]\+_\([ .,]\|$\)"
|
|
29 syn match sisu_number contains=@NoSpell "[0-9a-f]\{32\}\|[0-9a-f]\{64\}"
|
|
30 syn match sisu_link contains=@NoSpell "\(_\?https\?://\|\.\.\/\)\S\+"
|
|
31 syn match sisu_link " \*\~\S\+"
|
|
32 syn match sisu_action "^<:insert\d\+>"
|
|
33 syn match sisu_require contains=@NoSpell "^<<\s*[a-zA-Z0-9^._-]\+\.ss[it]$"
|
|
34 syn match sisu_require contains=@NoSpell "^<<{[a-zA-Z0-9^._-]\+\.ss[it]}$"
|
2152
|
35 syn match sisu_structure "^:A\~$"
|
3356
|
36
|
|
37 "% "Document Sub Headers:
|
|
38 syn match sisu_sub_header_title "^\s\+:\(subtitle\|short\|edition\|language\|lang_char\|note\):\s" "group=sisu_header_content
|
|
39 syn match sisu_sub_header_creator "^\s\+:\(author\|editor\|contributor\|illustrator\|photographer\|translator\|digitized_by\|prepared_by\|audio\|video\):\s" " &hon &institution
|
|
40 syn match sisu_sub_header_rights "^\s\+:\(copyright\|text\|translation\|illustrations\|photographs\|preparation\|digitization\|audio\|video\|license\|all\):\s" " access_rights license
|
4437
|
41 syn match sisu_sub_header_classify "^\s\+:\(topic_register\|keywords\|subject\|dewey\|loc\):\s"
|
|
42 syn match sisu_sub_header_identifier "^\s\+:\(oclc\|isbn\):\s"
|
|
43 syn match sisu_sub_header_date "^\s\+:\(added_to_site\|available\|created\|issued\|modified\|published\|valid\|translated\|original_publication\):\s"
|
3356
|
44 syn match sisu_sub_header_original "^\s\+:\(publisher\|date\|language\|lang_char\|institution\|nationality\|source\):\s"
|
4437
|
45 syn match sisu_sub_header_make "^\s\+:\(headings\|num_top\|breaks\|language\|italics\|bold\|emphasis\|substitute\|omit\|plaintext_wrap\|texpdf_font_mono\|texpdf_font\|stamp\|promo\|ad\|manpage\|home_button_text\|home_button_image\|cover_image\|footer\):\s"
|
|
46 syn match sisu_sub_header_notes "^\s\+:\(description\|abstract\|comment\|coverage\|relation\|source\|history\|type\|format\|prefix\|prefix_[ab]\|suffix\):\s"
|
3356
|
47
|
|
48 "% "semantic markers: (ignore)
|
1618
|
49 syn match sisu_sem_marker ";{\|};[a-z._]*[a-z]"
|
|
50 syn match sisu_sem_marker_block "\([a-z][a-z._]*\|\):{\|}:[a-z._]*[a-z]"
|
|
51 syn match sisu_sem_ex_marker ";\[\|\];[a-z._]*[a-z]"
|
|
52 syn match sisu_sem_ex_marker_block "\([a-z][a-z._]*\|\):\[\|\]:[a-z._]*[a-z]"
|
|
53 syn match sisu_sem_block contains=sisu_error,sisu_error_wspace,sisu_content_alt,sisu_link,sisu_linked,sisu_break,sisu_sem_block,sisu_sem_content,sisu_sem_marker_block,sisu_sem_marker,sisu_sem_ex_marker_block,sisu_sem_ex_marker,sisu_mark_endnote,sisu_content_endnote "\([a-z]*\):{[^}].\{-}}:\1"
|
|
54 syn match sisu_sem_content contains=sisu_error,sisu_error_wspace,sisu_content_alt,sisu_link,sisu_linked,sisu_break,sisu_sem_marker_block,sisu_sem_marker,sisu_sem_ex_marker_block,sisu_sem_ex_marker ";{[^}].\{-}};[a-z]\+"
|
|
55 syn match sisu_sem_ex_block contains=sisu_error,sisu_error_wspace,sisu_content_alt,sisu_link,sisu_linked,sisu_break,sisu_sem_block,sisu_sem_content,sisu_sem_marker_block,sisu_sem_marker,sisu_sem_ex_marker_block,sisu_sem_ex_marker,sisu_mark_endnote,sisu_content_endnote "\([a-z]*\):\[[^}].\{-}\]:\1"
|
|
56 syn match sisu_sem_ex_content contains=sisu_error,sisu_error_wspace,sisu_content_alt,sisu_link,sisu_linked,sisu_break,sisu_sem_marker_block,sisu_sem_marker,sisu_sem_ex_marker_block,sisu_sem_ex_marker ";\[[^}].\{-}\];[a-z]\+"
|
822
|
57 endif
|
1618
|
58
|
3356
|
59 "% "URLs Numbers And ASCII Codes:
|
852
|
60 syn match sisu_number "\<\(0x\x\+\|0b[01]\+\|0\o\+\|0\.\d\+\|0\|[1-9][\.0-9_]*\)\>"
|
|
61 syn match sisu_number "?\(\\M-\\C-\|\\c\|\\C-\|\\M-\)\=\(\\\o\{3}\|\\x\x\{2}\|\\\=\w\)"
|
1618
|
62
|
3356
|
63 "% "Tuned Error: (is error if not already matched)
|
852
|
64 syn match sisu_error contains=sisu_error "[\~/\*!_]{\|}[\~/\*!_]"
|
|
65 syn match sisu_error contains=sisu_error "<a href\|</a>]"
|
1618
|
66
|
3356
|
67 "% "Simple Paired Enclosed Markup:
|
1618
|
68 "url/link
|
843
|
69 syn region sisu_link contains=sisu_error,sisu_error_wspace matchgroup=sisu_action start="^<<\s*|[a-zA-Z0-9^._-]\+|@|[a-zA-Z0-9^._-]\+|"rs=s+2 end="$"
|
3356
|
70
|
|
71 "% "Document Header:
|
|
72 " title
|
2152
|
73 syn region sisu_header_content contains=sisu_error,sisu_comment,sisu_break,sisu_link,sisu_sub_header_title matchgroup=sisu_header start="^[@]title:[+-]\?\(\s\|\n\)"rs=e-1 end="\n$"
|
3356
|
74 " creator
|
2152
|
75 syn region sisu_header_content contains=sisu_error,sisu_comment,sisu_break,sisu_link,sisu_sub_header_creator matchgroup=sisu_header start="^[@]creator:[+-]\?\(\s\|\n\)"rs=e-1 end="\n$"
|
3356
|
76 " dates
|
|
77 syn region sisu_header_content contains=sisu_error,sisu_comment,sisu_break,sisu_link,sisu_sub_header_date matchgroup=sisu_header start="^[@]date:[+-]\?\(\s\|\n\)"rs=e-1 end="\n$"
|
|
78 " publisher
|
|
79 syn region sisu_header_content contains=sisu_error,sisu_comment,sisu_break,sisu_link,sisu_sub_header_publisher matchgroup=sisu_header start="^[@]publisher:[+-]\?\(\s\|\n\)"rs=e-1 end="\n$"
|
|
80 " rights
|
2152
|
81 syn region sisu_header_content contains=sisu_error,sisu_comment,sisu_break,sisu_link,sisu_sub_header_rights matchgroup=sisu_header start="^[@]rights:[+-]\?\(\s\|\n\)"rs=e-1 end="\n$"
|
3356
|
82 " classify document
|
2152
|
83 syn region sisu_header_content contains=sisu_error,sisu_comment,sisu_break,sisu_link,sisu_sub_header_classify matchgroup=sisu_header start="^[@]classify:[+-]\?\(\s\|\n\)"rs=e-1 end="\n$"
|
4437
|
84 " identifier document
|
|
85 syn region sisu_header_content contains=sisu_error,sisu_comment,sisu_break,sisu_link,sisu_sub_header_identifier matchgroup=sisu_header start="^[@]identifier:[+-]\?\(\s\|\n\)"rs=e-1 end="\n$"
|
3356
|
86 " original language (depreciated)
|
|
87 syn region sisu_header_content contains=sisu_error,sisu_comment,sisu_break,sisu_link,sisu_sub_header_original matchgroup=sisu_header start="^[@]original:[+-]\?\(\s\|\n\)"rs=e-1 end="\n$"
|
|
88 " notes
|
2152
|
89 syn region sisu_header_content contains=sisu_error,sisu_comment,sisu_break,sisu_link,sisu_sub_header_notes matchgroup=sisu_header start="^[@]notes:[+-]\?\(\s\|\n\)"rs=e-1 end="\n$"
|
3356
|
90 " links of interest
|
2152
|
91 syn region sisu_header_content contains=sisu_error,sisu_comment,sisu_break,sisu_linked,sisu_sub_header_links matchgroup=sisu_header start="^[@]links:[+-]\?\(\s\|\n\)"rs=e-1 end="\n$"
|
3356
|
92 " make, processing instructions
|
|
93 syn region sisu_header_content contains=sisu_error,sisu_comment,sisu_break,sisu_link,sisu_sub_header_make matchgroup=sisu_header start="^[@]make:[+-]\?\(\s\|\n\)"rs=e-1 end="\n$"
|
|
94
|
|
95 "% "Headings:
|
|
96 syn region sisu_heading contains=sisu_mark_endnote,sisu_content_endnote,sisu_marktail,sisu_strikeout,sisu_number,sisu_bold,sisu_control,sisu_identifier,sisu_ocn,sisu_error,sisu_error_wspace matchgroup=sisu_structure start="^\([1-8]\|:\?[A-C]\)\~\(\S\+\|[^-]\)" end="$"
|
|
97
|
|
98 "% "Block Group Text:
|
|
99 " table
|
|
100 syn region sisu_content_alt contains=sisu_strikeout,sisu_number,sisu_bold,sisu_control,sisu_identifier,sisu_error matchgroup=sisu_contain start="^table{.\+" end="}table"
|
|
101 " table
|
|
102 syn region sisu_content_alt contains=sisu_strikeout,sisu_number,sisu_bold,sisu_control,sisu_identifier,sisu_error matchgroup=sisu_contain start="^{\(t\|table\)\(\~h\)\?\(\sc[0-9]\+;\)\?[0-9; ]*}" end="\n$"
|
|
103 " block, group, poem, alt
|
|
104 syn region sisu_content_alt contains=sisu_mark_endnote,sisu_content_endnote,sisu_link,sisu_mark,sisu_strikeout,sisu_number,sisu_control,sisu_identifier,sisu_error matchgroup=sisu_contain start="^\(block\|group\|poem\|alt\){" end="^}\(block\|group\|poem\|alt\)"
|
|
105 " code
|
822
|
106 syn region sisu_content_alt contains=sisu_error matchgroup=sisu_contain start="^code{" end="^}code"
|
3356
|
107
|
|
108 "% "Endnotes:
|
|
109 " regular endnote or asterisk or plus sign endnote
|
|
110 syn region sisu_content_endnote contains=sisu_link,sisu_strikeout,sisu_underline,sisu_number,sisu_bold,sisu_control,sisu_identifier,sisu_error,sisu_error_wspace,sisu_mark,sisu_break,sisu_sem_block,sisu_sem_content,sisu_sem_marker_block,sisu_sem_marker,sisu_sem_ex_marker_block,sisu_sem_ex_marker matchgroup=sisu_mark_endnote start="\~{[*+]*" end="}\~" skip="\n"
|
|
111 " numbered asterisk or plus sign endnote
|
|
112 syn region sisu_content_endnote contains=sisu_link,sisu_strikeout,sisu_underline,sisu_number,sisu_bold,sisu_control,sisu_identifier,sisu_error,sisu_error_wspace,sisu_mark,sisu_break,sisu_sem_block,sisu_sem_content,sisu_sem_marker matchgroup=sisu_mark_endnote start="\~\[[*+]*" end="\]\~" skip="\n"
|
|
113 " endnote content marker (for binary content marking)
|
|
114 syn region sisu_content_endnote contains=sisu_strikeout,sisu_number,sisu_bold,sisu_control,sisu_link,sisu_identifier,sisu_error,sisu_error_wspace,sisu_mark,sisu_break matchgroup=sisu_mark_endnote start="\^\~" end="\n$"
|
|
115
|
|
116 "% "Links And Images:
|
|
117 " image with url link (and possibly footnote of url)
|
|
118 syn region sisu_linked contains=sisu_fontface,sisu_strikeout,sisu_number,sisu_bold,sisu_control,sisu_identifier,sisu_sem_block,sisu_sem_content,sisu_sem_marker_block,sisu_sem_marker,sisu_sem_ex_marker_block,sisu_sem_ex_marker,sisu_sem_block,sisu_error matchgroup=sisu_link start="{\(\~^\s\)\?" end="}\(https\?:/\/\|:\|\.\.\/\|#\)\S\+" oneline
|
|
119 " sisu outputs, short notation
|
|
120 syn region sisu_linked contains=sisu_fontface,sisu_strikeout,sisu_number,sisu_bold,sisu_control,sisu_identifier,sisu_sem_block,sisu_sem_content,sisu_sem_marker_block,sisu_sem_marker,sisu_sem_ex_marker_block,sisu_sem_ex_marker,sisu_sem_block,sisu_error matchgroup=sisu_link start="{\(\~^\s\)\?" end="\[[1-5][sS]*\]}\S\+\.ss[tm]" oneline
|
|
121 " image
|
|
122 syn region sisu_linked contains=sisu_fontface,sisu_strikeout,sisu_number,sisu_bold,sisu_control,sisu_identifier,sisu_error matchgroup=sisu_link start="{" end="}image" oneline
|
|
123
|
|
124 "% "Some Line Operations:
|
|
125 " bold line
|
|
126 syn region sisu_bold contains=sisu_strikeout,sisu_identifier,sisu_content_endnote,sisu_mark_endnote,sisu_error,sisu_error_wspace matchgroup=sisu_markpara start="^!_ " end=" \\\\\|$"
|
|
127 " indent and bullet paragraph
|
|
128 syn region sisu_normal contains=sisu_fontface,sisu_bold,sisu_control,sisu_identifier,sisu_content_endnote,sisu_mark_endnote,sisu_link,sisu_sem_block,sisu_sem_content,sisu_sem_marker_block,sisu_sem_marker,sisu_sem_ex_marker_block,sisu_sem_ex_marker,sisu_linked,sisu_error,sisu_error_wspace matchgroup=sisu_markpara start="^_\([1-9*]\|[1-9]\*\) " end="$"
|
|
129 " indent and bullet (bold start) paragraph
|
|
130 syn region sisu_bold contains=sisu_fontface,sisu_bold,sisu_control,sisu_identifier,sisu_content_endnote,sisu_mark_endnote,sisu_link,sisu_sem_block,sisu_sem_content,sisu_sem_marker_block,sisu_sem_marker,sisu_sem_ex_marker_block,sisu_sem_ex_marker,sisu_linked,sisu_error,sisu_error_wspace matchgroup=sisu_markpara start="^_\([1-9*]\|[1-9]\*\)!_\? " end=" \\\\\|$"
|
|
131 " hanging indent paragraph [proposed]
|
|
132 syn region sisu_normal contains=sisu_fontface,sisu_bold,sisu_control,sisu_identifier,sisu_content_endnote,sisu_mark_endnote,sisu_link,sisu_sem_block,sisu_sem_content,sisu_sem_marker_block,sisu_sem_marker,sisu_sem_ex_marker_block,sisu_sem_ex_marker,sisu_linked,sisu_error,sisu_error_wspace matchgroup=sisu_markpara start="^_[0-9]\?_[0-9] " end="$"
|
|
133 " hanging indent (bold start/ definition) paragraph [proposed]
|
|
134 syn region sisu_bold contains=sisu_fontface,sisu_bold,sisu_control,sisu_identifier,sisu_content_endnote,sisu_mark_endnote,sisu_link,sisu_sem_block,sisu_sem_content,sisu_sem_marker_block,sisu_sem_marker,sisu_sem_ex_marker_block,sisu_sem_ex_marker,sisu_linked,sisu_error,sisu_error_wspace matchgroup=sisu_markpara start="^_[0-9]\?_[0-9]!_\? " end=" \\\\\|$"
|
|
135 " list numbering
|
852
|
136 syn region sisu_normal contains=sisu_strikeout,sisu_identifier,sisu_content_endnote,sisu_mark_endnote,sisu_link,sisu_linked,sisu_error,sisu_error_wspace matchgroup=sisu_markpara start="^\(#[ 1]\|_# \)" end="$"
|
3356
|
137
|
|
138 "% "Font Face Curly Brackets:
|
1618
|
139 "syn region sisu_identifier contains=sisu_strikeout,sisu_number,sisu_control,sisu_identifier,sisu_error matchgroup=sisu_sem start="\S\+:{" end="}:[^<>,.!?:; ]\+" oneline
|
3356
|
140 " book index:
|
2034
|
141 syn region sisu_index matchgroup=sisu_index_block start="^={" end="}"
|
3356
|
142 " emphasis:
|
|
143 syn region sisu_bold contains=sisu_strikeout,sisu_number,sisu_bold,sisu_control,sisu_identifier,sisu_error matchgroup=sisu_fontface start="\*{" end="}\*"
|
|
144 " bold:
|
|
145 syn region sisu_bold contains=sisu_strikeout,sisu_number,sisu_bold,sisu_control,sisu_identifier,sisu_error matchgroup=sisu_fontface start="!{" end="}!"
|
|
146 " underscore:
|
|
147 syn region sisu_underline contains=sisu_strikeout,sisu_number,sisu_bold,sisu_control,sisu_identifier,sisu_error matchgroup=sisu_fontface start="_{" end="}_"
|
|
148 " italics:
|
|
149 syn region sisu_identifier contains=sisu_strikeout,sisu_number,sisu_bold,sisu_control,sisu_identifier,sisu_error matchgroup=sisu_fontface start="/{" end="}/"
|
|
150 " added:
|
|
151 syn region sisu_underline contains=sisu_strikeout,sisu_number,sisu_bold,sisu_control,sisu_identifier,sisu_error matchgroup=sisu_fontface start="+{" end="}+"
|
|
152 " superscript:
|
|
153 syn region sisu_identifier contains=sisu_strikeout,sisu_number,sisu_bold,sisu_control,sisu_identifier,sisu_error matchgroup=sisu_fontface start="\^{" end="}\^"
|
|
154 " subscript:
|
|
155 syn region sisu_identifier contains=sisu_strikeout,sisu_number,sisu_bold,sisu_control,sisu_identifier,sisu_error matchgroup=sisu_fontface start=",{" end="},"
|
|
156 " monospace:
|
|
157 syn region sisu_identifier contains=sisu_strikeout,sisu_number,sisu_bold,sisu_control,sisu_identifier,sisu_error matchgroup=sisu_fontface start="#{" end="}#"
|
|
158 " strikethrough:
|
1618
|
159 syn region sisu_strikeout contains=sisu_error matchgroup=sisu_fontface start="-{" end="}-"
|
3356
|
160
|
|
161 "% "Single Words Bold Italicise Etc: (depreciated)
|
|
162 syn region sisu_bold contains=sisu_error matchgroup=sisu_bold start="\([ (]\|^\)\*[^\|{\n\~\\]"hs=e-1 end="\*"he=e-0 skip="[a-zA-Z0-9']" oneline
|
822
|
163 syn region sisu_identifier contains=sisu_error matchgroup=sisu_content_alt start="\([ ]\|^\)/[^{ \|\n\\]"hs=e-1 end="/\[ \.\]" skip="[a-zA-Z0-9']" oneline
|
1618
|
164 "misc
|
824
|
165 syn region sisu_identifier contains=sisu_error matchgroup=sisu_fontface start="\^[^ {\|\n\\]"rs=s+1 end="\^[ ,.;:'})\\\n]" skip="[a-zA-Z0-9']" oneline
|
1618
|
166
|
3356
|
167 "% "Expensive Mode:
|
822
|
168 if !exists("sisu_no_expensive")
|
|
169 else " not Expensive
|
|
170 syn region sisu_content_alt matchgroup=sisu_control start="^\s*def\s" matchgroup=NONE end="[?!]\|\>" skip="\.\|\(::\)" oneline
|
|
171 endif " Expensive?
|
1618
|
172
|
3356
|
173 "% "Headers And Headings: (Document Instructions)
|
852
|
174 syn match sisu_control contains=sisu_error,sisu_error_wspace "4\~! \S\+"
|
822
|
175 syn region sisu_markpara contains=sisu_error,sisu_error_wspace start="^=begin" end="^=end.*$"
|
1618
|
176
|
3356
|
177 "% "Errors:
|
2152
|
178 syn match sisu_error_wspace contains=sisu_error_wspace "^\s\+[^:]"
|
822
|
179 syn match sisu_error_wspace contains=sisu_error_wspace "\s\s\+"
|
3356
|
180 syn match sisu_error_wspace contains=sisu_error_wspace "\s\+$"
|
824
|
181 syn match sisu_error contains=sisu_error_wspace "\t\+"
|
1618
|
182 syn match sisu_error contains=sisu_error,sisu_error_wspace "\([^ (][_\\]\||[^ (}]\)https\?:\S\+"
|
|
183 syn match sisu_error contains=sisu_error "_\?https\?:\S\+[}><]"
|
2152
|
184 syn match sisu_error contains=sisu_error "\([!*/_\+,^]\){\([^(\}\1)]\)\{-}\n$"
|
|
185 syn match sisu_error contains=sisu_error "^[\~]{[^{]\{-}\n$"
|
822
|
186 syn match sisu_error contains=sisu_error "\s\+.{{"
|
|
187 syn match sisu_error contains=sisu_error "^\~\s*$"
|
2152
|
188 syn match sisu_error contains=sisu_error "^0\~.*"
|
|
189 syn match sisu_error contains=sisu_error "^[1-9]\~\s*$"
|
|
190 syn match sisu_error contains=sisu_error "^[1-9]\~\S\+\s*$"
|
822
|
191 syn match sisu_error contains=sisu_error "[^{]\~\^[^ \)]"
|
|
192 syn match sisu_error contains=sisu_error "\~\^\s\+\.\s*"
|
834
|
193 syn match sisu_error contains=sisu_error "{\~^\S\+"
|
822
|
194 syn match sisu_error contains=sisu_error "[_/\*!^]{[ .,:;?><]*}[_/\*!^]"
|
|
195 syn match sisu_error contains=sisu_error "[^ (\"'(\[][_/\*!]{\|}[_/\*!][a-zA-Z0-9)\]\"']"
|
|
196 syn match sisu_error contains=sisu_error "<dir>"
|
852
|
197 "errors for filetype sisu, though not error in 'metaverse':
|
822
|
198 syn match sisu_error contains=sisu_error,sisu_match,sisu_strikeout,sisu_contain,sisu_content_alt,sisu_mark,sisu_break,sisu_number "<[a-zA-Z\/]\+>"
|
2152
|
199 syn match sisu_error "/\?<\([biu]\)>[^(</\1>)]\{-}\n$"
|
1618
|
200
|
3356
|
201 "% "Error Exceptions:
|
2152
|
202 syn match sisu_control "\n$" "contains=ALL
|
3356
|
203 "syn match sisu_control " //"
|
2152
|
204 syn match sisu_error "%{"
|
|
205 syn match sisu_error "<br>_\?https\?:\S\+\|_\?https\?:\S\+<br>"
|
|
206 syn match sisu_error "[><]_\?https\?:\S\+\|_\?https\?:\S\+[><]"
|
|
207 syn match sisu_comment "^%\{1,2\}.\+"
|
1618
|
208
|
3356
|
209 "% "Definitions Default Highlighting:
|
2152
|
210 hi def link sisu_normal Normal
|
3356
|
211 hi def link sisu_bold Statement
|
2152
|
212 hi def link sisu_header PreProc
|
|
213 hi def link sisu_header_content Normal
|
|
214 hi def link sisu_sub_header_title Statement
|
|
215 hi def link sisu_sub_header_creator Statement
|
3356
|
216 hi def link sisu_sub_header_date Statement
|
|
217 hi def link sisu_sub_header_publisher Statement
|
2152
|
218 hi def link sisu_sub_header_rights Statement
|
|
219 hi def link sisu_sub_header_classify Statement
|
4437
|
220 hi def link sisu_sub_header_identifier Statement
|
3356
|
221 hi def link sisu_sub_header_original Statement
|
2152
|
222 hi def link sisu_sub_header_links Statement
|
|
223 hi def link sisu_sub_header_notes Statement
|
3356
|
224 hi def link sisu_sub_header_make Statement
|
2152
|
225 hi def link sisu_heading Title
|
|
226 hi def link sisu_structure Operator
|
|
227 hi def link sisu_contain Include
|
3356
|
228 hi def link sisu_mark_endnote Delimiter
|
2152
|
229 hi def link sisu_require NonText
|
|
230 hi def link sisu_link NonText
|
|
231 hi def link sisu_linked String
|
3356
|
232 hi def link sisu_fontface Delimiter
|
2152
|
233 hi def link sisu_strikeout DiffDelete
|
|
234 hi def link sisu_content_alt Special
|
|
235 hi def link sisu_sem_content SpecialKey
|
|
236 hi def link sisu_sem_block Special
|
|
237 hi def link sisu_sem_marker Visual
|
|
238 "hi def link sisu_sem_marker Structure
|
|
239 hi def link sisu_sem_marker_block MatchParen
|
|
240 hi def link sisu_sem_ex_marker FoldColumn
|
|
241 hi def link sisu_sem_ex_marker_block Folded
|
|
242 hi def link sisu_sem_ex_content Comment
|
|
243 "hi def link sisu_sem_ex_content SpecialKey
|
|
244 hi def link sisu_sem_ex_block Comment
|
|
245 hi def link sisu_index SpecialKey
|
|
246 hi def link sisu_index_block Visual
|
|
247 hi def link sisu_content_endnote Special
|
3356
|
248 hi def link sisu_control Delimiter
|
2152
|
249 hi def link sisu_ocn Include
|
|
250 hi def link sisu_number Number
|
|
251 hi def link sisu_identifier Function
|
|
252 hi def link sisu_underline Underlined
|
|
253 hi def link sisu_markpara Include
|
|
254 hi def link sisu_marktail Include
|
|
255 hi def link sisu_mark Identifier
|
|
256 hi def link sisu_break Structure
|
|
257 hi def link sisu_html Type
|
|
258 hi def link sisu_action Identifier
|
|
259 hi def link sisu_comment Comment
|
|
260 hi def link sisu_error_sem_marker Error
|
|
261 hi def link sisu_error_wspace Error
|
|
262 hi def link sisu_error Error
|
822
|
263 let b:current_syntax = "sisu"
|
3356
|
264 let &cpo = s:cpo_save
|
|
265 unlet s:cpo_save
|