Skip to content

Commit fa9bc6b

Browse files
authored
Small fix for VHDL syntax (zyedidia#3375)
1 parent 63ffc40 commit fa9bc6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/syntax/vhdl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ detect:
44
filename: "\\.vhdl?$"
55

66
rules:
7-
- type: "(i)\\b(string|integer|natural|positive|(un)?signed|std_u?logic(_vector)?|bit(_vector)?|boolean|u?x01z?|array|range)\\b"
7+
- type: "(?i)\\b(string|integer|natural|positive|(un)?signed|std_u?logic(_vector)?|bit(_vector)?|boolean|u?x01z?|array|range)\\b"
88
- identifier: "(?i)library[[:space:]]+[a-zA-Z_0-9]+"
99
- identifier: "(?i)use[[:space:]]+[a-zA-Z_0-9\\.]+"
1010
- identifier: "(?i)component[[:space:]]+[a-zA-Z_0-9]+"

0 commit comments

Comments
 (0)