diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-01-03 14:14:59 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-01-03 14:14:59 +0100 |
commit | 7bde552a463999897320a1899a6ca4f8806041ea (patch) | |
tree | 6e19f7a82a01e2dcf11f6996a1d8e2489efc41af /tests | |
parent | 09f31c433a136450b9faa33b08fc3281bdea5acc (diff) | |
download | vim-polyglot-7bde552a463999897320a1899a6ca4f8806041ea.tar.gz vim-polyglot-7bde552a463999897320a1899a6ca4f8806041ea.zip |
Add hjson, closes #659
Co-authored-by: SebastienElet <sebastien@elet.fr>
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 8091a76d..a8d1cb7d 100644 --- a/tests/filetypes.vim +++ b/tests/filetypes.vim @@ -647,6 +647,7 @@ call TestFiletype('context') call TestFiletype('mint') call TestFiletype('jsonc') call TestFiletype('gleam') +call TestFiletype('hjson') " DO NOT EDIT CODE ABOVE, IT IS GENERATED WITH MAKEFILE |