Skip to content

Commit

Permalink
Merge pull request #267 from pylipp/patch-1
Browse files Browse the repository at this point in the history
Add qml inline comment definition
  • Loading branch information
tomtom committed May 12, 2020
2 parents 94a19ff + d611ebd commit 22f3707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/tcomment/types/default.vim
Expand Up @@ -183,6 +183,7 @@ call tcomment#type#Define('purescript_block', "{-%s-}\n " )
call tcomment#type#Define('purescript_inline','{- %s -}' )
call tcomment#type#Define('python', '# %s' )
call tcomment#type#Define('qml', '// %s' )
call tcomment#type#Define('qml_inline', g:tcomment#inline_fmt_c )
call tcomment#type#Define('qmake', '# %s' )
call tcomment#type#Define('r', '# %s' )
call tcomment#type#Define('r_doc', '#'' %s' )
Expand Down

0 comments on commit 22f3707

Please sign in to comment.