Agorgianitis Loukas
f621f6c1ee
Add heuristic for fragment shader files ( #737 )
...
Another step towards solving #570
2022-01-01 18:33:32 +01:00
Adam Stankiewicz
f05dea8dd7
Disable languages also from heuristics, fixes #673
2021-06-09 14:23:57 +02:00
Adam Stankiewicz
ba11e0f1ad
Improve django detection, closes #585
2020-10-14 23:26:36 +02:00
Adam Stankiewicz
543e8c917b
Modularize lazy loading of polyglot parts
2020-09-29 21:48:38 +02:00
Adam Stankiewicz
46b09b0d5b
Remove {{ }} from detecting htmldjango, #560
2020-09-29 16:26:03 +02:00
Adam Stankiewicz
a6a6aeab76
Improve django filetype detection, closes #560
2020-09-24 22:52:50 +02:00
Adam Stankiewicz
9ff714cb6c
Extract non-generated code to polyglot.vim
2020-09-24 18:52:58 +02:00
Adam Stankiewicz
e2bbed8acc
Fix django highlighting, fixes #553
2020-09-24 10:50:19 +02:00
Adam Stankiewicz
6b4da27538
Improve html heuristics
2020-09-24 09:24:13 +02:00
Adam Stankiewicz
7e2d060f88
Fix detecting jinja templates, #553
2020-09-23 23:25:01 +02:00
Adam Stankiewicz
06548fe617
Get rid of s:Setf helper
2020-09-16 17:43:03 +02:00
Adam Stankiewicz
0118088e0a
Make config more vim-independent
2020-09-16 17:24:10 +02:00
Adam Stankiewicz
17c2b630e1
Write heuristics for perl, closes #550
2020-09-16 15:50:39 +02:00
Adam Stankiewicz
46040f3ffd
Add heuristics for .h extension
2020-09-06 23:37:24 +02:00
Adam Stankiewicz
cd2fded0e0
Add support for Visual Basic and Basic
2020-09-06 20:51:38 +02:00
CodingCellist
3baafd5c33
Add support for Idris2, closes #534 ( #535 )
2020-09-05 21:37:11 +02:00
Adam Stankiewicz
f2ef4cedec
Fix reason filetype detection, closes #532
2020-09-01 23:02:36 +02:00
Adam Stankiewicz
e166f741ef
Some major updates including heuristics
...
- 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-09-01 08:33:15 +02:00