summaryrefslogtreecommitdiffstats
path: root/indent
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 /indent
parente5668602cc89f3298a1ab936b082e82519aa6a50 (diff)
downloadvim-polyglot-8af4f8e6c04b163d39de4327fca7f69cce78c0ab.tar.gz
vim-polyglot-8af4f8e6c04b163d39de4327fca7f69cce78c0ab.zip
Add jsonc, closes #635
Diffstat (limited to 'indent')
-rw-r--r--indent/jsonc.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/indent/jsonc.vim b/indent/jsonc.vim
new file mode 100644
index 00000000..baffdae8
--- /dev/null
+++ b/indent/jsonc.vim
@@ -0,0 +1,5 @@
+if has_key(g:polyglot_is_disabled, 'jsonc')
+ finish
+endif
+
+runtime! indent/json.vim