summaryrefslogtreecommitdiffstats
path: root/autoload/polyglot (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-10-14UpdateAdam Stankiewicz3-19/+15
2022-04-18UpdateAdam Stankiewicz2-10/+19
2022-04-18Fix doubled comma in autocmd (#791)Michael Meyer1-1/+1
The doubled comma (,,) in the list of autocmd patterns introduces a blank pattern which matches all filenames in the most recent version of neovim, causing the default filetype to be sh unless another rule overrides it.
2022-02-21Use old version of vim repository, fixes #779Adam Stankiewicz1-368/+371
closes #780
2022-02-17UpdateAdam Stankiewicz3-351/+414
2022-01-01UpdateAdam Stankiewicz3-3/+17
2021-12-21UpdateAdam Stankiewicz3-48/+84
2021-11-22Put shebang detection function in `s:` instead of `b:` (#746)NariyasuHeseri1-4/+9
Fixes #743
2021-09-09Ensure some files are compied from each packageAdam Stankiewicz2-42/+2
2021-09-09UpdateAdam Stankiewicz3-6/+17
2021-07-08UpdateAdam Stankiewicz2-5/+2
2021-06-27UpdateAdam Stankiewicz2-1/+12
2021-06-09Add org mode, close #706Adam Stankiewicz2-0/+5
2021-06-09UpdateAdam Stankiewicz2-9/+1
2021-06-09Add mermaid (#721)Marcos Ferreira2-1/+14
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl>
2021-06-09UpdateAdam Stankiewicz2-7/+7
2021-06-09UpdateAdam Stankiewicz2-0/+5
2021-06-09Add OpenSCAD support, closes #702Adam Stankiewicz2-0/+5
2021-06-09Fix script indentation inside html, closes #693Adam Stankiewicz2-6/+0
2021-06-09Fix loading of rust autoload functions, fixes #686Adam Stankiewicz1-1/+0
2021-06-09Disable languages also from heuristics, fixes #673Adam Stankiewicz1-5/+17
2021-06-09Enable jsdoc highlighting by default, fixes #667Adam Stankiewicz1-0/+3
2021-06-09De-duplicate runtime heuristic autocommandsAdam Stankiewicz1-33/+33
2021-06-09Fix livescript filetype, closes #666Adam Stankiewicz2-2/+2
2021-06-09Use more modern haxe package, closes #340Adam Stankiewicz2-0/+6
2021-06-04Fix detection of racket filetype, closes #720Adam Stankiewicz2-2/+2
2021-06-01UpdateAdam Stankiewicz2-2/+2
2021-04-14Do not touch nofileignorecase setting, fixes #694Adam Stankiewicz1-3/+0
2021-04-14UpdateAdam Stankiewicz2-0/+5
2021-04-14Remove mm from xml extensions, fixes #699Adam Stankiewicz2-2/+2
2021-04-14Remove .rs extension from xml, closes #682Adam Stankiewicz2-2/+2
2021-04-14UpdateAdam Stankiewicz2-6/+6
2021-04-14Eeplace array slice with while loops for Vim 7.4 (#677)Sezi1-4/+7
Workaround for: E117: Unknown function: i:len E15: Invalid expression: rtp[i:len(rtp)-1]
2021-03-01UpdateAdam Stankiewicz2-9/+9
2021-01-14Prevent overriding filetype set, fixes #663Adam Stankiewicz1-1/+1
2021-01-14UpdateAdam Stankiewicz3-4/+23
2021-01-03Add hjson, closes #659Adam Stankiewicz2-0/+5
Co-authored-by: SebastienElet <sebastien@elet.fr>
2021-01-03Revert stylus providerAdam Stankiewicz1-11/+12
2021-01-01Fix loading for vim 8 packages, closes #613Adam Stankiewicz1-0/+3630
2021-01-01Add cson extension to coffeescript, closes #639Adam Stankiewicz1-1/+1
Co-authored-by: Collin Styles <collin.styles@mycase.com>
2021-01-01Add support for gleam, closes #655Adam Stankiewicz1-0/+1
Co-authored-by: Jeff Kreeftmeijer <jeffkreeftmeijer@gmail.com>
2020-12-30Add jsonc, closes #635Adam Stankiewicz1-0/+1
2020-12-29Fix detecting conf filetype, closes #641Adam Stankiewicz1-0/+5
2020-12-29Add mint-language, closes #653Adam Stankiewicz1-0/+1
Co-authored-by: NICHTJ3 <nicholsontrent@gmail.com>
2020-11-18UpdateAdam Stankiewicz1-2/+3
2020-11-17Fix neovim :Tutor filetype detection (#631)Dawid Potocki1-0/+1
2020-10-26Use nroff filetype for man pages, closes #611Adam Stankiewicz1-2/+1
2020-10-25Preserve loading order of plugins, fixes #608Adam Stankiewicz1-64/+0
2020-10-25Fix the filter of 'rtp' (#606)ichizok1-2/+2
On Windows, should handle both slash and backslash as the path separator in checking a path in 'rtp'.
2020-10-25Respect symlinks for resolving vim-polyglot as fallback, closes #605Adam Stankiewicz1-0/+64