feat: add elsa

This commit is contained in:
Amaan Qureshi 2023-01-29 12:03:04 -05:00 committed by ObserverOfTime
parent cda8b291ef
commit cbb43a64a3
4 changed files with 53 additions and 0 deletions

View file

@ -0,0 +1,41 @@
; Keywords
[
"eval"
"let"
] @keyword
; Function
(function) @function
; Method
(method) @method
; Parameter
(parameter) @parameter
; Variables
(identifier) @variable
; Operators
[
"\\"
"->"
"="
(step)
] @operator
; Punctuation
["(" ")"] @punctuation.bracket
":" @punctuation.delimiter
; Comments
(comment) @comment