Nope.
This commit is contained in:
@@ -1,32 +0,0 @@
|
|||||||
;; Numbers.
|
|
||||||
(num) @number
|
|
||||||
|
|
||||||
;; Function names when defining.
|
|
||||||
(funcdef name: (word) @function)
|
|
||||||
|
|
||||||
;; Function calls.
|
|
||||||
(callexp fn: (word) @function.call)
|
|
||||||
|
|
||||||
;; Variables.
|
|
||||||
(word) @variable
|
|
||||||
|
|
||||||
;; Parameters inside function/lambda.
|
|
||||||
(params (word) @variable.parameter)
|
|
||||||
|
|
||||||
;; Operators.
|
|
||||||
[
|
|
||||||
"+"
|
|
||||||
"-"
|
|
||||||
"*"
|
|
||||||
"/"
|
|
||||||
"="
|
|
||||||
] @operator
|
|
||||||
|
|
||||||
;; Lambdas.
|
|
||||||
"\\" @keyword
|
|
||||||
|
|
||||||
;; Parentheses.
|
|
||||||
[ "(" ")" ] @punctuation.bracket
|
|
||||||
|
|
||||||
;; Commas.
|
|
||||||
"," @punctuation.delimiter
|
|
Reference in New Issue
Block a user