mirror of
https://github.com/raimon49/requirements.txt.vim.git
synced 2026-04-25 04:03:59 +08:00
Match comment, command option
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
syn match requirementsComment "#.*$"
|
||||
syn match requirementsCommandOption "\v^\[?--?[a-zA-Z\-]*\]?"
|
||||
|
||||
hi link requirementsComment Comment
|
||||
hi link requirementsCommandOption Special
|
||||
Reference in New Issue
Block a user