Merge pull request #2326 from justinforce/commentstring

Set commentstring in Vim syntax plugin
Upstream-commit: 92beaed06601a799ef927ab7222415e25e684415
Component: engine
This commit is contained in:
Tianon Gravi
2013-10-22 00:41:34 -07:00

View File

@ -20,3 +20,5 @@ highlight link dockerfileString String
syntax match dockerfileComment "\v^\s*#.*$"
highlight link dockerfileComment Comment
set commentstring=#\ %s