Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--
7015
-rw-r--r--
9170
-rw-r--r--
29200
-rw-r--r--
5713
-rw-r--r--
3620
-rw-r--r--
6846
-rw-r--r--
9664
-rw-r--r--
5326
-rw-r--r--
21246
-rw-r--r--
7464
-rw-r--r--
1643
-rw-r--r--
5798
-rw-r--r--
3250
-rw-r--r--
4818
-rw-r--r--
7050
-rw-r--r--
5239
onstructor coloring for special functions (constructor_definition "constructor" @constructor) (error_declaration "error" @constructor) (fallback_receive_definition "receive" @constructor) (fallback_receive_definition "fallback" @constructor) (struct_member name: (identifier) @variable.other.member) (enum_value) @constant ; Invocations (emit_statement . (identifier) @type) (modifier_invocation (identifier) @function) (call_expression . (member_expression property: (identifier) @function.method)) (call_expression . (identifier) @function) ; Function parameters (call_struct_argument name: (identifier) @field) (event_parameter name: (identifier) @variable.parameter) (parameter name: (identifier) @variable.parameter) ; Yul functions (yul_function_call function: (yul_identifier) @function) (yul_function_definition . (yul_identifier) @function (yul_identifier) @variable.parameter) ; Structs and members (member_expression property: (identifier) @variable.other.member) (struct_expression type: ((identifier) @type .)) (struct_field_assignment name: (identifier) @variable.other.member) ; Tokens ; ------- ; Keywords (meta_type_expression "type" @keyword) [ "abstract" "contract" "interface" "library" "is" "struct" "enum" "event" "assembly" "emit" "public" "internal" "private" "external" "pure" "view" "payable" "modifier" "var" "let" (virtual) (override_specifier) (yul_leave) ] @keyword [ "memory" "storage" "calldata" "constant" ] @keyword.storage.modifier [ "for" "while" "do" ] @keyword.control.repeat [ "break" "continue" "if" "else" "switch" "case" "default" ] @keyword.control.conditional [ "try" "catch" "revert" ] @keyword.control.exception [ "return" "returns" ] @keyword.control.return "function" @keyword.function "import" @keyword.control.import "using" @keyword.control.import (import_directive "as" @keyword.control.import) (import_directive "from" @keyword.control.import) (event_parameter "indexed" @keyword) ; Punctuation [ "(" ")" "[" "]" "{" "}" ] @punctuation.bracket [ "." "," ":" "->" "=>" ] @punctuation.delimiter ; Operators [ "&&" "||" ">>" ">>>" "<<" "&" "^" "|" "+" "-" "*" "/" "%" "**" "<" "<=" "==" "!=" "!==" ">=" ">" "!" "~" "-" "+" "delete" "new" "++" "--" ] @operator [ "delete" "new" ] @keyword.operator ; TODO: move to top when order swapped ; identifiers ; ----------- ((identifier) @variable.builtin (#match? @variable.builtin "^(this|msg|block|tx)$")) (identifier) @variable (yul_identifier) @variable