Skip to content

Commit

Permalink
added scope name suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris44442 committed Jun 7, 2024
1 parent b19d8a4 commit 6319b29
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions runtime/queries/vhdl/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@

[
"return"
] @keyword.return
] @keyword.control.return

[
"for" "loop" "while"
] @keyword.repeat
] @keyword.control.repeat

[
"if" "elsif" "else" "case" "then" "when"
] @keyword.conditional
] @keyword.control.conditional

[
"library" "use"
] @keyword.include
] @keyword.control.import

(comment) @comment @spell

Expand All @@ -41,7 +41,7 @@

[
"." ";" "," ":"
] @punctuation.delimeter
] @punctuation.delimiter

[
"=>" "<=" "+" ":=" "=" "/=" "<" ">" "-" "*"
Expand All @@ -62,7 +62,7 @@
(integer_decimal)
] @number

(character_literal) @character
(character_literal) @constant.character

[
(string_literal)
Expand Down

0 comments on commit 6319b29

Please sign in to comment.