Add jsonc, closes #635

This commit is contained in:
Adam Stankiewicz
2020-12-30 12:13:50 +01:00
parent e5668602cc
commit 8af4f8e6c0
7 changed files with 82 additions and 1 deletions

View File

@@ -5554,3 +5554,11 @@ filetypes:
patterns:
- pattern: '*.mint'
description: Mint (https://www.mint-lang.com/)
---
name: jsonc
remote: neoclide/jsonc.vim
filetypes:
- name: jsonc
patterns:
- pattern: '*.cjson,coc-settings.json,*.jsonc,.eslintrc.json,.babelrc,.jshintrc,.jslintrc,.mocharc.json,coffeelint.json,tsconfig.json,jsconfig.json'
description: 'JSON with comments (https://komkom.github.io/)'