Skip to content

Commit

Permalink
feat: Add delimiter for HCL files (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
someone-stole-my-name authored Aug 12, 2023
1 parent ab2ae4d commit d2e21d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/nerdcommenter.vim
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ let s:delimiterMap = {
\ 'haxe': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'hb': { 'left': '#' },
\ 'hbs': { 'left': '{{!-- ', 'right': ' --}}' },
\ 'hcl': { 'left': '#', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'hercules': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'hive': { 'left': '-- ' },
\ 'hocon': { 'left': '//', 'leftAlt': '#' },
Expand Down

0 comments on commit d2e21d4

Please sign in to comment.