diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-04 22:20:23 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-04 22:20:23 +0200 |
commit | 32b097f67ed9c9b95a9ef1960399197434eb0bdf (patch) | |
tree | b41328d73800451fd6937f8645be565631bd9645 /autoload | |
parent | 04d110660e86ef0fd3e773dd7e47151ce998be77 (diff) | |
download | vim-polyglot-32b097f67ed9c9b95a9ef1960399197434eb0bdf.tar.gz vim-polyglot-32b097f67ed9c9b95a9ef1960399197434eb0bdf.zip |
Add some missing filetypes
Diffstat (limited to 'autoload')
-rw-r--r-- | autoload/polyglot/sleuth.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/autoload/polyglot/sleuth.vim b/autoload/polyglot/sleuth.vim index d74de687..aab55ef0 100644 --- a/autoload/polyglot/sleuth.vim +++ b/autoload/polyglot/sleuth.vim @@ -35,6 +35,7 @@ let s:globs = { \ 'automake': '[Mm]akefile.am,GNUmakefile.am', \ 'ave': '*.ave', \ 'awk': '*.awk,*.gawk', + \ 'b': '*.mch,*.ref,*.imp', \ 'basic': '*.basic', \ 'blade': '*.blade,*.blade.php', \ 'brewfile': 'Brewfile', @@ -78,6 +79,7 @@ let s:globs = { \ 'fish': '*.fish', \ 'flow': '*.flow', \ 'forth': '*.fs,*.ft,*.fth', + \ 'freebasic': '*.fb,*.bi', \ 'fsharp': '*.fs,*.fsi,*.fsx', \ 'gdscript3': '*.gd', \ 'gitcommit': 'COMMIT_EDITMSG,MERGE_MSG,TAG_EDITMSG', @@ -95,6 +97,7 @@ let s:globs = { \ 'groovy': '*.groovy,*.grt,*.gtpl,*.gvy,*.gradle,Jenkinsfile', \ 'grub': '', \ 'haml': '*.haml,*.haml.deface,*.hamlc,*.hamlbars', + \ 'hamster': '*.hsc,*.hsm', \ 'haproxy': '*.cfg,haproxy.cfg,haproxy*.conf*', \ 'haskell': '*.hs,*.hs-boot,*.hsc,*.bpk,*.hsig', \ 'haxe': '*.hx,*.hxsl', @@ -108,6 +111,7 @@ let s:globs = { \ 'html.twig': '*.twig', \ 'htmldjango': '*.jinja,*.j2,*.jinja2,*.njk', \ 'i3config': '*.i3.config,*.i3config,i3.config,i3config,.i3.config,.i3config', + \ 'ibasic': '*.iba,*.ibi', \ 'icalendar': '*.ics', \ 'idris': '*.idr,*.lidr,idris-response', \ 'idris2': '*.idr,*.ipkg,idris-response', |