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 /packages.yaml | |
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 'packages.yaml')
-rw-r--r-- | packages.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages.yaml b/packages.yaml index 3b6a7623..cb469f02 100644 --- a/packages.yaml +++ b/packages.yaml @@ -5571,3 +5571,11 @@ filetypes: - name: gleam extensions: - gleam +--- +name: hjson +remote: hjson/vim-hjson +filetypes: +- name: hjson + patterns: + - pattern: '*.hjson' + description: Hjson (https://hjson.github.io) |