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:
Gabriel Nagy
2021-04-06 09:57:40 +03:00
committed by GitHub
parent 16ecc429ec
commit 6d0ab7dec9

View File

@@ -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': '##' },