summaryrefslogtreecommitdiffstats
path: root/tests/extensions.vim (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2021-06-09Add nftables filetype (#715)Jeremy Cantrell1-0/+5
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl>
2021-06-04Fix detection of racket filetype, closes #720Adam Stankiewicz1-0/+2
2021-06-02Fix testsAdam Stankiewicz1-1/+0
2020-10-14Improve django detection, closes #585Adam Stankiewicz1-0/+1
2020-10-14Add and fix tests from upstream vimAdam Stankiewicz1-0/+4
2020-10-09Fix detecting of some filetypes, closes #579Adam Stankiewicz1-0/+3
2020-09-30Reduce startup time by avoiding calling slow au!Adam Stankiewicz1-0/+1
2020-09-29Modularize lazy loading of polyglot partsAdam Stankiewicz1-0/+1
2020-09-29Fix detection of conf files, closes #569Adam Stankiewicz1-1/+5
2020-09-29Remove {{ }} from detecting htmldjango, #560Adam Stankiewicz1-1/+3
2020-09-28Fix all warning messagesAdam Stankiewicz1-0/+1
2020-09-28Fix many extensions detectionAdam Stankiewicz1-0/+5
2020-09-25Change gitignore providerAdam Stankiewicz1-1/+1
2020-09-24Add support for .gitignore highlightingAdam Stankiewicz1-0/+3
2020-09-24Fix django highlighting, fixes #553Adam Stankiewicz1-4/+11
2020-09-24Improve html heuristicsAdam Stankiewicz1-3/+5
2020-09-23Fix detecting jinja templates, #553Adam Stankiewicz1-0/+3
2020-09-23Update test script to rubyAdam Stankiewicz1-1/+3
2020-09-22Update tests locationAdam Stankiewicz1-0/+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