summaryrefslogtreecommitdiff
path: root/rc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2024-04-01 10:46:55 +1100
committerMaxime Coste <mawww@kakoune.org>2024-04-01 10:46:55 +1100
commitcc935c8cc6d9b2c46738e38457c9b0e77803fa7b (patch)
tree97dd395925fc885406cdb9be0c167410160002fe /rc
parent1e80c20a5dcb214e95b8212394a5f4b6d06ce294 (diff)
parent928f405fdeda42add0cb01262bb8bbb3719b7108 (diff)
Merge remote-tracking branch 'm-kru/vhdl'
Diffstat (limited to 'rc')
-rw-r--r--rc/filetype/vhdl.kak5
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