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 /tests | |
parent | e5668602cc89f3298a1ab936b082e82519aa6a50 (diff) | |
download | vim-polyglot-8af4f8e6c04b163d39de4327fca7f69cce78c0ab.tar.gz vim-polyglot-8af4f8e6c04b163d39de4327fca7f69cce78c0ab.zip |
Add jsonc, closes #635
Diffstat (limited to 'tests')
-rw-r--r-- | tests/filetypes.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/filetypes.vim b/tests/filetypes.vim index 08d4cb93..3b71ac76 100644 --- a/tests/filetypes.vim +++ b/tests/filetypes.vim @@ -645,6 +645,7 @@ call TestFiletype('xpm') call TestFiletype('xpm2') call TestFiletype('context') call TestFiletype('mint') +call TestFiletype('jsonc') " DO NOT EDIT CODE ABOVE, IT IS GENERATED WITH MAKEFILE |