VHDL filetype: Add missing 'nul' value and 'hr' unit.
This commit is contained in:
parent
6565f6edd7
commit
7be80f59dd
|
@ -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
|
add-highlighter shared/vhdl/code/ regex '\b\d+\+\d+[jJ]\b' 0:value
|
||||||
|
|
||||||
evaluate-commands %sh[
|
evaluate-commands %sh[
|
||||||
values="true false note warning error failure"
|
values="true false note warning error failure nul"
|
||||||
|
|
||||||
# LRM 5.2.4.1
|
# 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
|
# LRM 16.2
|
||||||
predefined_attributes="
|
predefined_attributes="
|
||||||
|
|
Loading…
Reference in New Issue
Block a user