File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ syntax match wikidotTable '||\~\?'
2222syntax match wikidotSeparator ' -\{ 4,}'
2323syntax match wikidotColor ' ##\( #\?\w\+ |\)\? '
2424
25+ syntax region wikidotRaw matchgroup =wikidotRaw start =' @@' end =' @@' oneline
26+
2527syntax region wikidotBold matchgroup =wikidotBold start =' \*\* ' end =' \*\* ' oneline
2628syntax region wikidotItalic matchgroup =wikidotItalic start =' //' end =' //' oneline
2729syntax region wikidotUnderline matchgroup =wikidotUnderline start =' __' end =' __' oneline
@@ -50,6 +52,8 @@ highlight default link wikidotTable Statement
5052highlight default link wikidotSeparator PreProc
5153highlight default link wikidotColor Statement
5254
55+ highlight default link wikidotRaw PreProc
56+
5357highlight default link wikidotBold Bold
5458highlight default link wikidotItalic Italic
5559highlight default link wikidotUnderline Underline
You can’t perform that action at this time.
0 commit comments