diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-09 11:49:01 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-09 11:49:01 +0200 |
commit | af4d6aa3cf5eab6cf555cbb067f8316cca7975bf (patch) | |
tree | 2b9c667247f6af23e6adfbc7069398626dd8f805 /packages.yaml | |
parent | ff8c1d76741f148d5f6efb9a57119dcf11afaec6 (diff) | |
download | vim-polyglot-af4d6aa3cf5eab6cf555cbb067f8316cca7975bf.tar.gz vim-polyglot-af4d6aa3cf5eab6cf555cbb067f8316cca7975bf.zip |
Use more modern haxe package, closes #340
Diffstat (limited to 'packages.yaml')
-rw-r--r-- | packages.yaml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/packages.yaml b/packages.yaml index 8d0668fb..90c1333c 100644 --- a/packages.yaml +++ b/packages.yaml @@ -773,10 +773,19 @@ filetypes: - hsig --- name: haxe -remote: yaymukund/vim-haxe +remote: jdonaldson/vaxe filetypes: - name: haxe linguist: Haxe +- name: hxml + linguist: HXML +- name: hss + extensions: + - hss +ignored_dirs: + - ftplugin + - autoload + - compiler --- name: hcl remote: b4b4r07/vim-hcl |