Maxime Coste
2922b2bc32
Merge remote-tracking branch 'm-kru/vhdl_time_vector'
2022-09-09 15:42:37 +02:00
Maxime Coste
03d1c81f3a
Merge remote-tracking branch 'm-kru/vhdl_real_type'
2022-09-09 15:41:41 +02:00
Michał Kruszewski
753483f466
VHDL filetype: Highlight real type.
2022-08-30 10:14:54 +02:00
Michał Kruszewski
0c8ca326c3
VHDL filetype: Highlight time_vector type
2022-08-29 10:02:10 +02:00
Maxime Coste
884490aaa3
Merge remote-tracking branch 'm-kru/vhdl_real_type'
2022-08-21 18:47:25 +02:00
Michał Kruszewski
ce18ac9918
VHDL filetype: Fix if statement behavior.
2022-08-15 13:41:07 +02:00
Michał Kruszewski
f3a05d41cb
VHDL filetype: Fix behavior for case statement.
2022-08-15 13:37:28 +02:00
Michał Kruszewski
ed7078230f
VHDL filetype: Fix adding closing tags.
2022-08-15 12:45:32 +02:00
Michał Kruszewski
0f3aaa0ecd
VHDL filetype: Don't increase indent after when in case statement.
2022-08-15 10:39:13 +02:00
Michał Kruszewski
ae991e8a94
VHDL filetype: Highlight real type.
2022-08-03 13:44:53 +02:00
Maxime Coste
2d8456db10
Move user mappings to <space> and keep/remove selection to ,
2022-07-05 08:43:40 +10:00
Maxime Coste
ef8a11b3db
Make x
just select the full lines
...
`x` is often criticized as hard to predict due to its slightly complex
behaviour of selecting next line if the current one is fully selected.
Change `x` to use the previous `<a-x>` behaviour, and change `<a-x>` to
trim to fully selected lines as `<a-X>` did.
Adapt existing indentation script to the new behaviour
2022-07-05 08:43:40 +10:00
Michał Kruszewski
7be80f59dd
VHDL filetype: Add missing 'nul' value and 'hr' unit.
2022-06-20 17:31:05 +02:00
Michał Kruszewski
8b6221e97f
VHDL filetype: Wisely add "end protected body;".
2022-02-09 11:08:45 +01:00
Michał Kruszewski
45539d5d9f
VHDL filetype: Add boolean_vector to types.:
2022-01-16 10:28:13 +01:00
Michał Kruszewski
b8aae26586
[VHDL] Add 'character' to types highlight.
2021-04-29 13:38:15 +02:00
Johannes Altmanninger
3ab2b98ec3
rc: remove spurious tabs
...
This makes it easier to be consistent.
Also replace "<<-EOF" by "<<EOF", since the former only does trims
tabs, not spaces.
2021-04-17 20:56:23 +02:00
Michał Kruszewski
f4f97835f9
VHDL filetype: fix auto inserting when indentation is mixed.
2020-11-03 19:35:05 +01:00
Michał Kruszewski
4aabe33a24
Add support for VHDL filetype.
2020-10-15 09:21:04 +02:00