From af4d6aa3cf5eab6cf555cbb067f8316cca7975bf Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 9 Jun 2021 11:49:01 +0200 Subject: Use more modern haxe package, closes #340 --- autoload/polyglot/sleuth.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'autoload/polyglot/sleuth.vim') diff --git a/autoload/polyglot/sleuth.vim b/autoload/polyglot/sleuth.vim index 4e5538ea..66c78e1c 100644 --- a/autoload/polyglot/sleuth.vim +++ b/autoload/polyglot/sleuth.vim @@ -229,6 +229,7 @@ let s:globs = { \ 'hollywood': '*.hws', \ 'hostconf': '', \ 'hostsaccess': '', + \ 'hss': '*.hss', \ 'html': '*.html,*.htm,*.html.hl,*.inc,*.xht,*.xhtml', \ 'html.handlebars': '*.handlebars,*.hbs,*.hdbs,*.hb', \ 'html.mustache': '*.mustache,*.hogan,*.hulk,*.hjs', @@ -236,6 +237,7 @@ let s:globs = { \ 'htmldjango': '*.jinja,*.j2,*.jinja2', \ 'htmlm4': '*.html.m4', \ 'httest': '*.htt,*.htb', + \ 'hxml': '*.hxml', \ 'i3config': '*.i3.config,*.i3config,i3.config,i3config,.i3.config,.i3config', \ 'ibasic': '*.iba,*.ibi', \ 'icalendar': '*.ics', -- cgit v1.2.3