Refresh generated nvim config
This commit is contained in:
@ -229,8 +229,8 @@
|
||||
"public"
|
||||
"private"
|
||||
"protected"
|
||||
"virtual"
|
||||
"final"
|
||||
(virtual)
|
||||
] @keyword.modifier
|
||||
|
||||
[
|
||||
|
||||
@ -5,9 +5,6 @@
|
||||
(capture
|
||||
(identifier) @type)
|
||||
|
||||
(anonymous_node
|
||||
(identifier) @string)
|
||||
|
||||
(predicate
|
||||
name: (identifier) @function.call)
|
||||
|
||||
|
||||
@ -262,38 +262,39 @@
|
||||
"=>"
|
||||
] @punctuation.delimiter
|
||||
|
||||
; Operators: currently broken: https://github.com/JoranHonig/tree-sitter-solidity/issues/59
|
||||
;[
|
||||
; "&&"
|
||||
; "||"
|
||||
; ">>"
|
||||
; ">>>"
|
||||
; "<<"
|
||||
; "&"
|
||||
; "^"
|
||||
; "|"
|
||||
; "+"
|
||||
; "-"
|
||||
; "*"
|
||||
; "/"
|
||||
; "%"
|
||||
; "**"
|
||||
; "="
|
||||
; "<"
|
||||
; "<="
|
||||
; "=="
|
||||
; "!="
|
||||
; "!=="
|
||||
; ">="
|
||||
; ">"
|
||||
; "!"
|
||||
; "~"
|
||||
; "-"
|
||||
; "+"
|
||||
; "++"
|
||||
; "--"
|
||||
; ":="
|
||||
;] @operator
|
||||
; Operators
|
||||
[
|
||||
"&&"
|
||||
"||"
|
||||
">>"
|
||||
">>>"
|
||||
"<<"
|
||||
"&"
|
||||
"^"
|
||||
"|"
|
||||
"+"
|
||||
"-"
|
||||
"*"
|
||||
"/"
|
||||
"%"
|
||||
"**"
|
||||
"="
|
||||
"<"
|
||||
"<="
|
||||
"=="
|
||||
"!="
|
||||
"!=="
|
||||
">="
|
||||
">"
|
||||
"!"
|
||||
"~"
|
||||
"-"
|
||||
"+"
|
||||
"++"
|
||||
"--"
|
||||
":="
|
||||
] @operator
|
||||
|
||||
[
|
||||
"delete"
|
||||
"new"
|
||||
|
||||
Reference in New Issue
Block a user