Skip to content

Commit

Permalink
Small fix for VHDL syntax (#3375)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kru authored Aug 19, 2024
1 parent 63ffc40 commit fa9bc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/syntax/vhdl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]+"
Expand Down

0 comments on commit fa9bc6b

Please sign in to comment.