; General (label (ident) @label) (reg) @variable.builtin (meta kind: (_) @function.builtin) (instruction kind: (_) @function.builtin) ; Comments [ (line_comment) (block_comment) ] @comment @spell ; Literals (int) @number (float) @number.float (string) @string ; Keywords [ "byte" "word" "dword" "qword" "ptr" "rel" ] @keyword ; Operators & Punctuation [ "+" "-" "*" ] @operator [ "(" ")" "[" "]" ] @punctuation.bracket [ "," ":" ] @punctuation.delimiter