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 d1e3f0e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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 @@ -60,9 +60,9 @@
[
(real_decimal)
(integer_decimal)
] @number
] @constant.numeric

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

[
(string_literal)
Expand Down

0 comments on commit d1e3f0e

Please sign in to comment.