Fix highlight for usernames (#83)

Changes regular expression for Gitlab usernames.
This commit is contained in:
mrparalon
2023-11-08 22:43:23 +04:00
committed by GitHub
parent 9742b5b229
commit a032c6434e
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ if filereadable($VIMRUNTIME . '/syntax/markdown.vim')
source $VIMRUNTIME/syntax/markdown.vim
endif
syntax match Username "@\w\+"
syntax match Username "@\S*"
syntax match Date "\v\d+\s+\w+\s+ago"
syntax match ChevronDown ""
syntax match ChevronRight ""