Initial public release of Warp.
Repo-Sync-Origin: warpdotdev/warp-internal@12af1d983b
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
(comment) @comment
|
||||
|
||||
; Function definitions
|
||||
(function_declaration name: (identifier) @definition.func)
|
||||
(method_declaration name: (field_identifier) @function.func)
|
||||
|
||||
; Type declarations
|
||||
(type_spec name: (type_identifier) @definition.type)
|
||||
Reference in New Issue
Block a user