diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-12-30 12:13:50 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-12-30 12:13:50 +0100 |
commit | 8af4f8e6c04b163d39de4327fca7f69cce78c0ab (patch) | |
tree | 23f7dff144bd3cfe95d298245b5017ebadd2c30c /autoload | |
parent | e5668602cc89f3298a1ab936b082e82519aa6a50 (diff) | |
download | vim-polyglot-8af4f8e6c04b163d39de4327fca7f69cce78c0ab.tar.gz vim-polyglot-8af4f8e6c04b163d39de4327fca7f69cce78c0ab.zip |
Add jsonc, closes #635
Diffstat (limited to 'autoload')
-rw-r--r-- | autoload/polyglot/sleuth.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload/polyglot/sleuth.vim b/autoload/polyglot/sleuth.vim index 155ae0b5..2fb3b827 100644 --- a/autoload/polyglot/sleuth.vim +++ b/autoload/polyglot/sleuth.vim @@ -263,6 +263,7 @@ let s:globs = { \ 'jq': '*.jq,.jqrc,.jqrc*', \ 'json': '*.json,*.avsc,*.geojson,*.gltf,*.har,*.ice,*.JSON-tmLanguage,*.jsonl,*.mcmeta,*.tfstate,*.tfstate.backup,*.topojson,*.webapp,*.webmanifest,*.yy,*.yyp,*.jsonp,*.template,.arcconfig,.htmlhintrc,.tern-config,.tern-project,.watchmanconfig,composer.lock,mcmod.info,Pipfile.lock', \ 'json5': '*.json5', + \ 'jsonc': '*.cjson,*.jsonc,coc-settings.json,.eslintrc.json,.babelrc,.jshintrc,.jslintrc,.mocharc.json,coffeelint.json,tsconfig.json,jsconfig.json', \ 'jsonnet': '*.jsonnet,*.libsonnet', \ 'jsp': '*.jsp', \ 'jst': '*.ejs,*.ect,*.jst', |