The VHDL language (IEEE Std. 1076-2019) got new keywords, new attributes and new tool directives in 2019.
New keywords:
New attributes:
'index
'reflect
'designated_subtype
'record
'converse
Besides, keywords and attributes, VHDL-2019 also got more tool directives. I'm not sure if this is already supported by pygments. If not, it would be another nice addition. Tool instructions are similar to preprocessor instructions in C.
See here: https://www.sigasi.com/tech/vhdl-conditional-analysis/
Do you need more information like EBNF?
The VHDL language (IEEE Std. 1076-2019) got new keywords, new attributes and new tool directives in 2019.
New keywords:
view(see also here: https://www.sigasi.com/tech/what-is-new-in-vhdl-2019-part2/)privateNew attributes:
'index'reflect'designated_subtype'record'converseBesides, keywords and attributes, VHDL-2019 also got more tool directives. I'm not sure if this is already supported by pygments. If not, it would be another nice addition. Tool instructions are similar to preprocessor instructions in C.
See here: https://www.sigasi.com/tech/vhdl-conditional-analysis/
Do you need more information like EBNF?