Add operators

This commit is contained in:
Chinmay 2020-06-15 22:45:56 +05:30
parent 042464c1c5
commit d262d4101e
No known key found for this signature in database
GPG key ID: 16593543D199D510

View file

@ -13,7 +13,33 @@
(marker_annotation
name: (identifier) @attribute)
"@" @operator
; Operators
[
"@"
"+"
"++"
"-"
"--"
"&"
"&&"
"|"
"||"
"!="
"=="
"*"
"/"
"%"
"<"
"<="
">"
">="
"="
"-="
"+="
"*="
"/="
"%="
] @operator
; Types