summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-09-01Some major updates including heuristicsv4.6.0Adam Stankiewicz77-3920/+10775
- Allow to define heuristics in heuristics.yaml - Migrate all filetypes from vim beginning with "a" - Remove enhanced cpp syntax (it was too slow to load) - Use setf instead of set ft for setting filetype (faster) - Override native hauristics with au! - Add globbing of files for packages - Replace predefined dirs with extra_dirs and ignored_dirs - Allow to define proper order of packages with topological sort - Fix powershell detection - Lint and fix many packages.yaml issues - etc etd
2020-08-29add missing period to fix mako detection (#530)Tim Bedard2-3/+3
2020-08-27Buildv4.5.5Adam Stankiewicz2-8/+6
2020-08-27Make sure all extensions are coveredAdam Stankiewicz3-79/+247
2020-08-27Fix ocaml and dune ftdetectv4.5.4Adam Stankiewicz3-1/+37
2020-08-25BuildAdam Stankiewicz1-2/+6
2020-08-25Add missing newlines (#527)Tim Bedard1-2/+2
2020-08-25Fix ansible ftdetectAdam Stankiewicz3-6/+8
2020-08-25Fix ansible ftdetectAdam Stankiewicz4-17/+33
2020-08-25Cleanup ftdetectAdam Stankiewicz7-36/+193
2020-08-24Include docs of pluginsAdam Stankiewicz35-30/+12493
2020-08-24Remove vifm and test all filetypesAdam Stankiewicz14-788/+218
2020-08-24Use make in CIAdam Stankiewicz1-1/+1
2020-08-24Migrate to makefileAdam Stankiewicz2-4/+12
2020-08-24Migrate only after dirsAdam Stankiewicz3-8/+19
2020-08-24Remove some custom dirs configAdam Stankiewicz6-13/+1523
2020-08-24Mention vim-polyglot is more secure than using individual packsv4.5.3Adam Stankiewicz1-0/+1
2020-08-24Ignore compiler for javascript, fixes #521Adam Stankiewicz4-27/+15
2020-08-24Use setf for ambiguous extensionsv4.5.2Adam Stankiewicz2-86/+96
2020-08-24Fix blade ftdetectv4.5.1Adam Stankiewicz2-11/+12
2020-08-24Remove travisAdam Stankiewicz1-7/+0
2020-08-24Update readmeAdam Stankiewicz1-1/+1
2020-08-24Update readmeAdam Stankiewicz1-5/+2
2020-08-24Fix CIAdam Stankiewicz1-1/+1
2020-08-23Debug CIAdam Stankiewicz1-3/+9
2020-08-23Fix CIAdam Stankiewicz1-1/+1
2020-08-23Fix CIAdam Stankiewicz2-1/+16
2020-08-23fix: Migrate build script to rubyAdam Stankiewicz4-7/+1109
2020-08-23Migrate ftdetect generation to rubyAdam Stankiewicz7-658/+860
2020-08-23Move packages to yaml fileAdam Stankiewicz6-666/+1086
2020-08-23UpdateAdam Stankiewicz5-12/+14
2020-08-21Migrate build script to rubyAdam Stankiewicz3-287/+816
2020-08-21UpdateAdam Stankiewicz2-1/+3
2020-08-18Add requirements.txt support, closes #507v4.5.0Adam Stankiewicz6-1/+104
2020-08-18Add jq syntax, closes #502Adam Stankiewicz6-1/+148
2020-08-18Add improved sql syntax, closes #505Adam Stankiewicz5-1/+274
2020-08-18Add fennel support, closes #514Adam Stankiewicz7-1/+655
2020-08-18Add ftdetect for jsonnetAdam Stankiewicz2-0/+6
2020-08-18Add jsonnet support, closes #515Adam Stankiewicz5-3/+285
2020-08-18Ignore auto-generated tags fileAdam Stankiewicz1-0/+1
2020-08-18Add docs, fixes #501Adam Stankiewicz1-0/+25
2020-08-18Let fsharp have priority over fs files, fixes #523Adam Stankiewicz2-7/+7
2020-08-18Allow to set let g:python_highlight_all = 0, closes #474Adam Stankiewicz2-36/+38
2020-08-18Fix dhall plugin, closes #519Adam Stankiewicz3-16/+6
2020-08-18Embed plugin guardsAdam Stankiewicz3-17/+9
2020-08-18Report download errorsAdam Stankiewicz1-3/+3
2020-08-18Migrate all ftdetect to linguistAdam Stankiewicz7-605/+1034
2020-08-18Migrate more filetypesAdam Stankiewicz4-287/+545
2020-08-14Fix svelte branch name, closes #522Adam Stankiewicz13-15/+346
2020-08-06Start github-linguist rewriteAdam Stankiewicz4-42/+104