summaryrefslogtreecommitdiffstats
path: root/packages.yaml
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-12-30 12:13:50 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2020-12-30 12:13:50 +0100
commit8af4f8e6c04b163d39de4327fca7f69cce78c0ab (patch)
tree23f7dff144bd3cfe95d298245b5017ebadd2c30c /packages.yaml
parente5668602cc89f3298a1ab936b082e82519aa6a50 (diff)
downloadvim-polyglot-8af4f8e6c04b163d39de4327fca7f69cce78c0ab.tar.gz
vim-polyglot-8af4f8e6c04b163d39de4327fca7f69cce78c0ab.zip
Add jsonc, closes #635
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/)'