Adam Stankiewicz
63369f98ef
Fix missing filetypes detection
2020-09-28 00:41:10 +02:00
Adam Stankiewicz
2116dd281b
Fix some missing extensions warnings
2020-09-28 00:31:39 +02:00
Adam Stankiewicz
d53d2189b9
Add support for .gitignore highlighting
2020-09-24 23:24:42 +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
d9ec600545
Allow to use ruby 2.5.5, closes #558
2020-09-23 20:18:38 +02:00
Adam Stankiewicz
33f0964d53
Update test script to ruby
2020-09-23 19:37:58 +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
271679272c
Fix eruby filetype detect, closes #547
2020-09-15 11:19:56 +02:00
Adam Stankiewicz
4314841aa4
Fix build, closes #548
2020-09-13 09:14:21 +02:00
Adam Stankiewicz
5308fab3e9
Fix build, closes #548
2020-09-13 09:13:11 +02:00
Adam Stankiewicz
c842cbcb59
Update
2020-09-12 14:54:55 +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
1eed30b2af
Fix filetype detection and docini filetypes
2020-09-10 14:07:02 +02:00
Adam Stankiewicz
be092d6f43
Fix jsx indentation, closes #543
2020-09-10 12:18:29 +02:00
Adam Stankiewicz
2fe310256e
Transcompile ..= operator to support old vims, fixes #542
2020-09-09 17:08:29 +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
48254ec7ad
Add more apache filetypes
2020-09-06 21:07:04 +02:00
Adam Stankiewicz
cd2fded0e0
Add support for Visual Basic and Basic
2020-09-06 20:51:38 +02:00
Adam Stankiewicz
3169f80169
Remove empty blocks
2020-09-06 19:23:23 +02:00
Adam Stankiewicz
d9ee362537
Fix weird indentation issue of yaml
2020-09-06 15:08:20 +02:00
CodingCellist
3baafd5c33
Add support for Idris2, closes #534 ( #535 )
2020-09-05 21:37:11 +02:00
Adam Stankiewicz
262960fa22
Synchronize shiftwidth with tabstop by default
2020-09-04 18:29:53 +02:00
Adam Stankiewicz
b2640b5b76
Fix detection of indentation, #537
2020-09-04 17:31:22 +02:00
Adam Stankiewicz
7123e97498
Disable native autocommands when appropriate, fixes #533
2020-09-03 05:36:55 +02:00
Adam Stankiewicz
63119f09d1
Automatically detect indentation, closes #529
2020-09-01 23:38:17 +02:00
Adam Stankiewicz
f2ef4cedec
Fix reason filetype detection, closes #532
2020-09-01 23:02:36 +02:00
Adam Stankiewicz
45c1923f43
Add sql support for javascript
2020-09-01 16:02:38 +02:00
Adam Stankiewicz
8dd0474feb
Remove vim-sql-syntax, #528
2020-09-01 15:55:43 +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
Tim Bedard
d4fcef1aa8
add missing period to fix mako detection ( #530 )
2020-08-29 12:17:29 +02:00
Adam Stankiewicz
7972e8eea1
Build
2020-08-27 15:02:54 +02:00
Adam Stankiewicz
6ed481e463
Make sure all extensions are covered
2020-08-27 15:01:44 +02:00
Tim Bedard
15e5df246e
Add missing newlines ( #527 )
2020-08-25 23:08:33 +02:00
Adam Stankiewicz
e47af23f64
Cleanup ftdetect
2020-08-25 14:03:03 +02:00
Adam Stankiewicz
8f5134aef8
Include docs of plugins
2020-08-24 12:37:31 +02:00
Adam Stankiewicz
be8d039e02
Remove vifm and test all filetypes
2020-08-24 12:34:24 +02:00
Adam Stankiewicz
b2055afaa7
Migrate only after dirs
2020-08-24 11:48:35 +02:00
Adam Stankiewicz
63a175357a
Remove some custom dirs config
2020-08-24 10:56:09 +02:00
Adam Stankiewicz
d1bfe50419
Ignore compiler for javascript, fixes #521
2020-08-24 10:29:39 +02:00
Adam Stankiewicz
22e8e01c1e
Use setf for ambiguous extensions
2020-08-24 09:52:25 +02:00
Adam Stankiewicz
23defeb610
fix: Migrate build script to ruby
2020-08-23 23:35:05 +02:00