diff options
| author | Michał Kruszewski <mkru@protonmail.com> | 2024-03-25 14:01:39 +0100 |
|---|---|---|
| committer | Michał Kruszewski <mkru@protonmail.com> | 2024-03-25 14:01:39 +0100 |
| commit | 928f405fdeda42add0cb01262bb8bbb3719b7108 (patch) | |
| tree | 86261340b87a6bcd78c0d94f4c8840b518ca01b9 | |
| parent | 610d4114a92a31819f45b734dddb4f173b661168 (diff) | |
vhdl: Highlight integer_vector type and work library
| -rw-r--r-- | rc/filetype/vhdl.kak | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rc/filetype/vhdl.kak b/rc/filetype/vhdl.kak index 2238bef9..71aa7ed8 100644 --- a/rc/filetype/vhdl.kak +++ b/rc/filetype/vhdl.kak @@ -58,7 +58,7 @@ evaluate-commands %sh[ path_name record signal converse " - libraries="ieee std" + libraries="ieee std work" packages=" math_real math_complex std_logic_1164 std_logic_textio numeric_bit numeric_std @@ -96,7 +96,8 @@ evaluate-commands %sh[ boolean boolean_vector character file_open_state file_origin_kind - integer natural positive + integer integer_vector + natural positive line line_vector real real_vector std_logic std_logic_vector |
