mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-04 22:20:20 +09:00
Small fix for VHDL syntax (#3375)
This commit is contained in:
@@ -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]+"
|
||||
|
||||
Reference in New Issue
Block a user