fix: Remove pi_statement from highlight to sync up with upstream change

This commit is contained in:
Mads Kjeldgaard 2021-12-28 18:43:06 +01:00 committed by Stephan Seitz
parent f7d4ba2ac9
commit e81a60b692

View file

@ -6,7 +6,7 @@
(block_comment) @comment
; Argument definition
(argument name: (identifier) @parameter)
(argument name: (identifier) @parameter)
; Variables
(local_var name: (identifier) @variable)
@ -20,11 +20,11 @@
name: (variable) @function)
; For function calls
(named_argument
name: (identifier) @property)
(named_argument
name: (identifier) @property)
; Methods
(method_call
(method_call
name: (method_name) @method)
; Classes
@ -32,7 +32,6 @@
; Literals
(number) @number
(pi_statement) @constant.builtin
(float) @float
(string) @string
@ -61,7 +60,6 @@
"="
] @operator
; Keywords
[
"arg"