17 lines
379 B
Scheme
17 lines
379 B
Scheme
["module" "func" "param" "result" "type" "memory" "elem" "data" "table" "global"] @keyword
|
|
|
|
["import" "export"] @keyword.control.import
|
|
|
|
["local"] @keyword.storage.type
|
|
|
|
[(name) (string)] @string
|
|
|
|
(identifier) @function
|
|
|
|
[(comment_block) (comment_line)] @comment
|
|
|
|
[(nat) (float) (align_offset_value)] @constant.numeric.integer
|
|
|
|
(value_type) @type
|
|
|
|
["(" ")"] @punctuation.bracket
|