summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-09-01Fix reason filetype detection, closes #532v4.7.1Adam Stankiewicz3-4/+19
2020-09-01Add sql support for javascriptv4.7.0Adam Stankiewicz1-0/+3
2020-09-01Remove vim-sql-syntax, #528v4.6.1Adam Stankiewicz2-2/+1
2020-09-01Some major updates including heuristicsv4.6.0Adam Stankiewicz4-116/+626
- 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 Bedard1-1/+1
2020-08-27Buildv4.5.5Adam Stankiewicz2-8/+6
2020-08-27Make sure all extensions are coveredAdam Stankiewicz1-9/+107
2020-08-27Fix ocaml and dune ftdetectv4.5.4Adam Stankiewicz1-0/+5
2020-08-25Add missing newlines (#527)Tim Bedard1-2/+2
2020-08-25Fix ansible ftdetectAdam Stankiewicz1-0/+2
2020-08-25Fix ansible ftdetectAdam Stankiewicz2-7/+23
2020-08-25Cleanup ftdetectAdam Stankiewicz1-1/+1
2020-08-24Include docs of pluginsAdam Stankiewicz1-2/+2
2020-08-24Remove vifm and test all filetypesAdam Stankiewicz3-10/+217
2020-08-24Migrate only after dirsAdam Stankiewicz1-3/+6
2020-08-24Remove some custom dirs configAdam Stankiewicz1-4/+1
2020-08-24Ignore compiler for javascript, fixes #521Adam Stankiewicz1-5/+8
2020-08-24Use setf for ambiguous extensionsv4.5.2Adam Stankiewicz1-6/+16
2020-08-23fix: Migrate build script to rubyAdam Stankiewicz3-0/+1425