diff options
| author | Michał Kruszewski <mkru@protonmail.com> | 2022-06-20 17:31:05 +0200 |
|---|---|---|
| committer | Michał Kruszewski <mkru@protonmail.com> | 2022-06-20 17:31:05 +0200 |
| commit | 7be80f59dd68cf9547b0cd6801446074e22d1007 (patch) | |
| tree | 4562efeeb3932405097be71a7cae0a996fc92200 | |
| parent | 6565f6edd700a1490c670f4e60cd52f7f78dbbe5 (diff) | |
VHDL filetype: Add missing 'nul' value and 'hr' unit.
| -rw-r--r-- | rc/filetype/vhdl.kak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rc/filetype/vhdl.kak b/rc/filetype/vhdl.kak index bcf082d0..048ac580 100644 --- a/rc/filetype/vhdl.kak +++ b/rc/filetype/vhdl.kak @@ -43,10 +43,10 @@ add-highlighter shared/vhdl/code/ regex '\b\d+\.' 0:value add-highlighter shared/vhdl/code/ regex '\b\d+\+\d+[jJ]\b' 0:value evaluate-commands %sh[ - values="true false note warning error failure" + values="true false note warning error failure nul" # LRM 5.2.4.1 - units="fs ps ns us ms sec min Å nm um mm cm m km" + units="fs ps ns us ms sec min hr Å nm um mm cm m km" # LRM 16.2 predefined_attributes=" |
