summaryrefslogtreecommitdiffstats
path: root/scripts/test_extensions.vim (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-09-22Update tests locationAdam Stankiewicz1-356/+0
2020-09-16Write heuristics for perl, closes #550v4.10.2Adam Stankiewicz1-0/+75
2020-09-15Fix eruby filetype detect, closes #547v4.9.10v4.10.1Adam Stankiewicz1-1/+1
2020-09-08Fix some ftdetect issues from testsAdam Stankiewicz1-1/+1
2020-09-06Add heuristics for .h extensionAdam Stankiewicz1-2/+24
2020-09-06Add support for Visual Basic and BasicAdam Stankiewicz1-139/+151
2020-09-05Add support for Idris2, closes #534 (#535)CodingCellist1-0/+30
2020-09-03Add test for terraformAdam Stankiewicz1-0/+1
2020-09-01Fix reason filetype detection, closes #532v4.7.1Adam Stankiewicz1-0/+7
2020-09-01Some major updates including heuristicsv4.6.0Adam Stankiewicz1-2/+195
- 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-25Fix ansible ftdetectAdam Stankiewicz1-0/+2
2020-08-25Fix ansible ftdetectAdam Stankiewicz1-0/+14