Adam Stankiewicz
7ec499c19f
Set indentation only locally, fixes #564
2020-09-27 12:05:29 +02:00
Adam Stankiewicz
33b86476b6
Fix neovim warning, closes #563
2020-09-26 01:25:12 +02:00
Adam Stankiewicz
a6a6aeab76
Improve django filetype detection, closes #560
2020-09-24 22:52:50 +02:00
Adam Stankiewicz
4c028b37bf
Add warning to generated files
2020-09-24 18:56:07 +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
17c2b630e1
Write heuristics for perl, closes #550
2020-09-16 15:50:39 +02:00
Adam Stankiewicz
271679272c
Fix eruby filetype detect, closes #547
2020-09-15 11:19:56 +02:00
Adam Stankiewicz
05ff14bfda
Add odin support, closes #544
2020-09-10 16:38:32 +02:00
Adam Stankiewicz
9243367ba3
Automatically detect script filetype when typing
2020-09-10 15:40:27 +02:00
Adam Stankiewicz
002573265a
Fix some ftdetect issues from tests
2020-09-08 21:17:24 +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