Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-09 | Add nftables filetype (#715) | Jeremy Cantrell | 1 | -0/+5 | |
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl> | |||||
2021-06-04 | Fix detection of racket filetype, closes #720 | Adam Stankiewicz | 1 | -0/+2 | |
2021-06-02 | Fix tests | Adam Stankiewicz | 1 | -1/+0 | |
2020-10-14 | Improve django detection, closes #585 | Adam Stankiewicz | 1 | -0/+1 | |
2020-10-14 | Add and fix tests from upstream vim | Adam Stankiewicz | 1 | -0/+4 | |
2020-10-09 | Fix detecting of some filetypes, closes #579 | Adam Stankiewicz | 1 | -0/+3 | |
2020-09-30 | Reduce startup time by avoiding calling slow au! | Adam Stankiewicz | 1 | -0/+1 | |
2020-09-29 | Modularize lazy loading of polyglot parts | Adam Stankiewicz | 1 | -0/+1 | |
2020-09-29 | Fix detection of conf files, closes #569 | Adam Stankiewicz | 1 | -1/+5 | |
2020-09-29 | Remove {{ }} from detecting htmldjango, #560 | Adam Stankiewicz | 1 | -1/+3 | |
2020-09-28 | Fix all warning messages | Adam Stankiewicz | 1 | -0/+1 | |
2020-09-28 | Fix many extensions detection | Adam Stankiewicz | 1 | -0/+5 | |
2020-09-25 | Change gitignore provider | Adam Stankiewicz | 1 | -1/+1 | |
2020-09-24 | Add support for .gitignore highlighting | Adam Stankiewicz | 1 | -0/+3 | |
2020-09-24 | Fix django highlighting, fixes #553 | Adam Stankiewicz | 1 | -4/+11 | |
2020-09-24 | Improve html heuristics | Adam Stankiewicz | 1 | -3/+5 | |
2020-09-23 | Fix detecting jinja templates, #553 | Adam Stankiewicz | 1 | -0/+3 | |
2020-09-23 | Update test script to ruby | Adam Stankiewicz | 1 | -1/+3 | |
2020-09-22 | Update tests location | Adam Stankiewicz | 1 | -0/+0 | |
2020-09-16 | Write heuristics for perl, closes #550v4.10.2 | Adam Stankiewicz | 1 | -0/+75 | |
2020-09-15 | Fix eruby filetype detect, closes #547v4.9.10v4.10.1 | Adam Stankiewicz | 1 | -1/+1 | |
2020-09-08 | Fix some ftdetect issues from tests | Adam Stankiewicz | 1 | -1/+1 | |
2020-09-06 | Add heuristics for .h extension | Adam Stankiewicz | 1 | -2/+24 | |
2020-09-06 | Add support for Visual Basic and Basic | Adam Stankiewicz | 1 | -139/+151 | |
2020-09-05 | Add support for Idris2, closes #534 (#535) | CodingCellist | 1 | -0/+30 | |
2020-09-03 | Add test for terraform | Adam Stankiewicz | 1 | -0/+1 | |
2020-09-01 | Fix reason filetype detection, closes #532v4.7.1 | Adam Stankiewicz | 1 | -0/+7 | |
2020-09-01 | Some major updates including heuristicsv4.6.0 | Adam Stankiewicz | 1 | -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-25 | Fix ansible ftdetect | Adam Stankiewicz | 1 | -0/+2 | |
2020-08-25 | Fix ansible ftdetect | Adam Stankiewicz | 1 | -0/+14 | |