File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ syntax match wikidotTable '||\~\?'
2222syntax match wikidotSeparator ' -\{ 4,}'
2323syntax match wikidotColor ' ##\( #\?\w\+ |\)\? '
2424
25- syntax region wikidotBold matchgroup =wikidotBold start =' \*\* ' end =' \*\* '
26- syntax region wikidotItalic matchgroup =wikidotItalic start =' //' end =' //'
27- syntax region wikidotUnderline matchgroup =wikidotUnderline start =' __' end =' __'
28- syntax region wikidotBoldUnderline matchgroup =wikidotBoldUnderline start =' \(\*\* __\| __\*\*\) ' end =' \(\*\* __\| __\*\*\) '
29- syntax region wikidotBoldItalic matchgroup =wikidotBoldItalic start =' \(\*\*\/\/\|\/\/\*\*\) ' end =' \(\*\*\/\/\|\/\/\*\*\) '
25+ syntax region wikidotBold matchgroup =wikidotBold start =' \*\* ' end =' \*\* ' oneline
26+ syntax region wikidotItalic matchgroup =wikidotItalic start =' //' end =' //' oneline
27+ syntax region wikidotUnderline matchgroup =wikidotUnderline start =' __' end =' __' oneline
28+ syntax region wikidotBoldUnderline matchgroup =wikidotBoldUnderline start =' \(\*\* __\| __\*\*\) ' end =' \(\*\* __\| __\*\*\) ' oneline
29+ syntax region wikidotBoldItalic matchgroup =wikidotBoldItalic start =' \(\*\*\/\/\|\/\/\*\*\) ' end =' \(\*\*\/\/\|\/\/\*\*\) ' oneline
3030
3131syntax region wikidotH1 matchgroup =wikidotH1 start =' ^\s *+' end =' $' keepend oneline contains =wikidotComment,wikidotLink,wikidotColor
3232syntax region wikidotH2 matchgroup =wikidotH2 start =' ^\s *++' end =' $' keepend oneline contains =wikidotComment,wikidotLink,wikidotColor
You can’t perform that action at this time.
0 commit comments