Add support for the jsonnet language (#450)

Co-authored-by: Repon Kumar Roy <kowshik.roy@grabtaxi.com>
This commit is contained in:
Repon Kumar Roy
2020-12-11 17:19:05 +08:00
committed by GitHub
parent f02686f2f6
commit 119b99d166

View File

@@ -231,6 +231,7 @@ let s:delimiterMap = {
\ 'jgraph': { 'left': '(*', 'right': '*)' },
\ 'jinja': { 'left': '{#', 'right': '#}', 'leftAlt': '<!--', 'rightAlt': '-->' },
\ 'jproperties': { 'left': '#' },
\ 'jsonnet': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'jsp': { 'left': '<%--', 'right': '--%>' },
\ 'julia': { 'left': '# ', 'leftAlt': '#=', 'rightAlt': '=#' },
\ 'kivy': { 'left': '#' },