diff --git a/crates/languages/src/c/highlights.scm b/crates/languages/src/c/highlights.scm index 0a8c12f06ff0c626c4a3536d195a824059caf730..634f8d81c4ad9351fe342b92f2c23dbe5c70969c 100644 --- a/crates/languages/src/c/highlights.scm +++ b/crates/languages/src/c/highlights.scm @@ -9,6 +9,7 @@ "enum" "extern" "for" + "goto" "if" "inline" "return" @@ -35,27 +36,48 @@ ] @keyword [ + "=" + "+=" + "-=" + "*=" + "/=" + "%=" + "&=" + "|=" + "^=" + "<<=" + ">>=" + "++" "--" + "+" "-" - "-=" - "->" - "=" - "!=" "*" + "/" + "%" + "~" "&" + "|" + "^" + "<<" + ">>" + "!" "&&" - "+" - "++" - "+=" - "<" + "||" "==" + "!=" + "<" ">" - "||" + "<=" + ">=" + "->" + "?" + ":" ] @operator [ "." ";" + "," ] @punctuation.delimiter [