Skip to content

Commit 1ef83fe

Browse files
committed
Add syntax for wikidot alignment.
1 parent 9f7fbf1 commit 1ef83fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

syntax/wikidot.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ syntax match wikidotBullet '^\s*\* '
2121
syntax match wikidotTable '||\~\?'
2222
syntax match wikidotSeparator '-\{4,}'
2323
syntax match wikidotColor '##\(#\?\w\+|\)\?'
24+
syntax match wikidotAlign '^='
2425

2526
syntax region wikidotRaw matchgroup=wikidotRaw start='@@' end='@@' oneline
2627

@@ -51,6 +52,7 @@ highlight default link wikidotBullet Statement
5152
highlight default link wikidotTable Statement
5253
highlight default link wikidotSeparator PreProc
5354
highlight default link wikidotColor Statement
55+
highlight default link wikidotAlign Statement
5456

5557
highlight default link wikidotRaw PreProc
5658

0 commit comments

Comments
 (0)