Initial public release of Warp.
Repo-Sync-Origin: warpdotdev/warp-internal@12af1d983b
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
; Starlark symbol identification
|
||||
(comment) @comment
|
||||
|
||||
; Function definitions
|
||||
(function_definition name: (identifier) @definition.def)
|
||||
|
||||
; Variables assigned at module level (like rules, constants)
|
||||
(assignment
|
||||
left: (identifier) @definition.var)
|
||||
Reference in New Issue
Block a user