summaryrefslogtreecommitdiffstats
path: root/packages.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'packages.yaml')
-rw-r--r--packages.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages.yaml b/packages.yaml
index dc127f28..a1bf7d40 100644
--- a/packages.yaml
+++ b/packages.yaml
@@ -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/)'