Merge pull request #2326 from justinforce/commentstring

Set commentstring in Vim syntax plugin
This commit is contained in:
Tianon Gravi
2013-10-22 00:41:34 -07:00
+2
View File
@@ -20,3 +20,5 @@ highlight link dockerfileString String
syntax match dockerfileComment "\v^\s*#.*$"
highlight link dockerfileComment Comment
set commentstring=#\ %s