mirror of
https://github.com/raimon49/requirements.txt.vim.git
synced 2026-05-20 07:19:38 +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