Merge pull request #2326 from justinforce/commentstring
Set commentstring in Vim syntax plugin Upstream-commit: 92beaed06601a799ef927ab7222415e25e684415 Component: engine
This commit is contained in:
@ -20,3 +20,5 @@ highlight link dockerfileString String
|
||||
|
||||
syntax match dockerfileComment "\v^\s*#.*$"
|
||||
highlight link dockerfileComment Comment
|
||||
|
||||
set commentstring=#\ %s
|
||||
|
||||
Reference in New Issue
Block a user