We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449bcbf commit 6c8aa7eCopy full SHA for 6c8aa7e
syntax/wikidot.vim
@@ -16,7 +16,7 @@ unlet! b:current_syntax
16
17
syntax match wikidotComment '\[!--.*--\]'
18
syntax match wikidotElement '\[\[\([^\]]\|\n\)\+\]\]'
19
-syntax match wikidotLink '\(\[\[\[\([^\]]\|\n\)\+\]\]\]\|\[\w\+:\/\/\w\+\.\w\+[^\]]*\]\)'
+syntax match wikidotLink '\(\[\[\[\([^\]]\|\n\)\+\]\]\]\|\[\w\+:\/\/[\w-]\+\.\w\+[^\]]*\]\)'
20
syntax match wikidotBullet '^\s*\* '
21
syntax match wikidotTable '||\~\?'
22
syntax match wikidotSeparator '-\{4,}'
0 commit comments