Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-01 | Add heuristic for fragment shader files (#737) | Agorgianitis Loukas | 1 | -0/+7 | |
Another step towards solving #570 | |||||
2021-06-09 | Disable languages also from heuristics, fixes #673 | Adam Stankiewicz | 1 | -4/+11 | |
2020-10-14 | Improve django detection, closes #585 | Adam Stankiewicz | 1 | -1/+1 | |
2020-09-29 | Modularize lazy loading of polyglot parts | Adam Stankiewicz | 1 | -0/+6 | |
2020-09-29 | Remove {{ }} from detecting htmldjango, #560 | Adam Stankiewicz | 1 | -1/+1 | |
2020-09-24 | Improve django filetype detection, closes #560v4.12.0 | Adam Stankiewicz | 1 | -1/+0 | |
2020-09-24 | Extract non-generated code to polyglot.vim | Adam Stankiewicz | 1 | -0/+1 | |
2020-09-24 | Fix django highlighting, fixes #553 | Adam Stankiewicz | 1 | -1/+1 | |
2020-09-24 | Improve html heuristics | Adam Stankiewicz | 1 | -3/+6 | |
2020-09-23 | Fix detecting jinja templates, #553 | Adam Stankiewicz | 1 | -0/+3 | |
2020-09-16 | Get rid of s:Setf helper | Adam Stankiewicz | 1 | -6/+6 | |
2020-09-16 | Make config more vim-independent | Adam Stankiewicz | 1 | -2/+2 | |
2020-09-16 | Write heuristics for perl, closes #550v4.10.2 | Adam Stankiewicz | 1 | -1/+68 | |
2020-09-06 | Add heuristics for .h extension | Adam Stankiewicz | 1 | -0/+14 | |
2020-09-06 | Add support for Visual Basic and Basic | Adam Stankiewicz | 1 | -0/+8 | |
2020-09-05 | Add support for Idris2, closes #534 (#535) | CodingCellist | 1 | -0/+30 | |
2020-09-01 | Fix reason filetype detection, closes #532v4.7.1 | Adam Stankiewicz | 1 | -0/+8 | |
2020-09-01 | Some major updates including heuristicsv4.6.0 | Adam Stankiewicz | 1 | -0/+57 | |
- 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 |