mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
Add hocon filetype (#465)
Add support for commenting hocon files. [1] https://github.com/lightbend/config/blob/main/HOCON.md#comments
This commit is contained in:
@@ -204,6 +204,7 @@ let s:delimiterMap = {
|
||||
\ 'hbs': { 'left': '{{!-- ', 'right': ' --}}' },
|
||||
\ 'hercules': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'hive': { 'left': '-- ' },
|
||||
\ 'hocon': { 'left': '//', 'leftAlt': '#' },
|
||||
\ 'hog': { 'left': '#' },
|
||||
\ 'hostsaccess': { 'left': '#' },
|
||||
\ 'htmlcheetah': { 'left': '##' },
|
||||
|
||||
Reference in New Issue
Block a user