diff --git a/runtime/queries/vhdl/highlights.scm b/runtime/queries/vhdl/highlights.scm index 4fb4e756cc4a1..0e1325e36f9ef 100644 --- a/runtime/queries/vhdl/highlights.scm +++ b/runtime/queries/vhdl/highlights.scm @@ -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 @@ -41,7 +41,7 @@ [ "." ";" "," ":" -] @punctuation.delimeter +] @punctuation.delimiter [ "=>" "<=" "+" ":=" "=" "/=" "<" ">" "-" "*" @@ -62,7 +62,7 @@ (integer_decimal) ] @number -(character_literal) @character +(character_literal) @constant.character [ (string_literal)