1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
;; Keywords [ "CHIP" "IN" "OUT" "PARTS" ] @keyword (identifier) @variable (chip_definition name: (identifier) @function) (in_section input_pin_name: (identifier) @variable.parameter) (out_section output_pin_name: (identifier) @variable.parameter) (part chip_name: (identifier) @function) (connection part_pin: (identifier) @variable.other.member chip_pin: (identifier) @variable.parameter) ;; Comments (comment) @comment