We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ffc40 commit fa9bc6bCopy full SHA for fa9bc6b
runtime/syntax/vhdl.yaml
@@ -4,7 +4,7 @@ detect:
4
filename: "\\.vhdl?$"
5
6
rules:
7
- - 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"
8
- identifier: "(?i)library[[:space:]]+[a-zA-Z_0-9]+"
9
- identifier: "(?i)use[[:space:]]+[a-zA-Z_0-9\\.]+"
10
- identifier: "(?i)component[[:space:]]+[a-zA-Z_0-9]+"
0 commit comments