mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
autoload/nerdcommenter.vim: json5 support
This commit is contained in:
@@ -188,6 +188,7 @@ let s:delimiterMap = {
|
||||
\ 'jgraph': { 'left': '(*', 'right': '*)' },
|
||||
\ 'jinja': { 'left': '{#', 'right': '#}', 'leftAlt': '<!--', 'rightAlt': '-->' },
|
||||
\ 'jproperties': { 'left': '#' },
|
||||
\ 'json5': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'jsonc': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'jsonnet': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'jsp': { 'left': '<%--', 'right': '--%>' },
|
||||
|
||||
Reference in New Issue
Block a user