Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-29 | Modularize lazy loading of polyglot parts | Adam Stankiewicz | 1 | -705/+0 | |
2020-09-29 | Remove {{ }} from detecting htmldjango, #560 | Adam Stankiewicz | 1 | -1/+1 | |
2020-09-27 | Set indentation only locally, fixes #564v4.12.1 | Adam Stankiewicz | 1 | -2/+2 | |
2020-09-26 | Fix neovim warning, closes #563 | Adam Stankiewicz | 1 | -2/+2 | |
2020-09-24 | Improve django filetype detection, closes #560v4.12.0 | Adam Stankiewicz | 1 | -9/+11 | |
2020-09-24 | Add warning to generated files | Adam Stankiewicz | 1 | -2/+2 | |
2020-09-24 | Extract non-generated code to polyglot.vim | Adam Stankiewicz | 1 | -48/+364 | |
2020-09-24 | Fix django highlighting, fixes #553 | Adam Stankiewicz | 1 | -1/+1 | |
2020-09-24 | Improve html heuristics | Adam Stankiewicz | 1 | -1/+4 | |
2020-09-23 | Fix detecting jinja templates, #553 | Adam Stankiewicz | 1 | -0/+6 | |
2020-09-16 | Get rid of s:Setf helper | Adam Stankiewicz | 1 | -68/+60 | |
2020-09-16 | Write heuristics for perl, closes #550v4.10.2 | Adam Stankiewicz | 1 | -9/+94 | |
2020-09-15 | Fix eruby filetype detect, closes #547v4.9.10v4.10.1 | Adam Stankiewicz | 1 | -39/+47 | |
2020-09-10 | Add odin support, closes #544 | Adam Stankiewicz | 1 | -20/+16 | |
2020-09-10 | Automatically detect script filetype when typingv4.10.0 | Adam Stankiewicz | 1 | -17/+23 | |
2020-09-08 | Fix some ftdetect issues from tests | Adam Stankiewicz | 1 | -0/+1 | |
2020-09-06 | Add heuristics for .h extension | Adam Stankiewicz | 1 | -0/+19 | |
2020-09-06 | Add support for Visual Basic and Basic | Adam Stankiewicz | 1 | -0/+10 | |
2020-09-05 | Add support for Idris2, closes #534 (#535) | CodingCellist | 1 | -0/+44 | |
2020-09-01 | Fix reason filetype detection, closes #532v4.7.1 | Adam Stankiewicz | 1 | -0/+10 | |
2020-09-01 | Some major updates including heuristicsv4.6.0 | Adam Stankiewicz | 1 | -0/+207 | |
- 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 |