mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-16 22:10:26 +00:00
Small fix for VHDL syntax (#3375)
This commit is contained in:
parent
63ffc40a6b
commit
fa9bc6b98c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ detect:
|
|||
filename: "\\.vhdl?$"
|
||||
|
||||
rules:
|
||||
- type: "(i)\\b(string|integer|natural|positive|(un)?signed|std_u?logic(_vector)?|bit(_vector)?|boolean|u?x01z?|array|range)\\b"
|
||||
- type: "(?i)\\b(string|integer|natural|positive|(un)?signed|std_u?logic(_vector)?|bit(_vector)?|boolean|u?x01z?|array|range)\\b"
|
||||
- identifier: "(?i)library[[:space:]]+[a-zA-Z_0-9]+"
|
||||
- identifier: "(?i)use[[:space:]]+[a-zA-Z_0-9\\.]+"
|
||||
- identifier: "(?i)component[[:space:]]+[a-zA-Z_0-9]+"
|
||||
|
|
|
|||
Loading…
Reference in a new issue