mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
feat: Add delimiter for HCL files (#525)
This commit is contained in:
committed by
GitHub
parent
ab2ae4d502
commit
d2e21d417f
@@ -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': '#' },
|
||||
|
||||
Reference in New Issue
Block a user