Skip to content

Commit

Permalink
Handle HOCON comments in vim-commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
mortonfox committed Aug 26, 2021
1 parent e02011d commit 9a56aaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _vimrc
Expand Up @@ -1080,6 +1080,7 @@ augroup vimrc_auto
autocmd FileType clojure call <SID>Set_generic_code_mode()
autocmd FileType haskell call <SID>Set_generic_code_mode()
autocmd FileType conf,hocon call <SID>Set_generic_code_mode()
autocmd FileType conf,hocon setlocal commentstring=#\ %s
autocmd FileType thrift call <SID>Set_generic_code_mode()

autocmd FileType c,cpp call <SID>Set_c_mode()
Expand Down Expand Up @@ -1543,4 +1544,4 @@ endif

" }}}1

" Last updated: August 18, 2021
" Last updated: August 26, 2021

0 comments on commit 9a56aaf

Please sign in to comment.