Set commentstring in Vim syntax plugin

By setting the commentstring, you support commenting with plugins like tComment.
Now Vim won't default to incorrect `/* */` comments.
This commit is contained in:
Justin Force 2013-10-21 16:15:10 -07:00
parent a1fc8e17a7
commit ea59ce60c5
1 changed files with 2 additions and 0 deletions

View File

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