Initial public release of Warp.
Repo-Sync-Origin: warpdotdev/warp-internal@12af1d983b
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
(comment) @comment
|
||||
|
||||
; Function and method definitions
|
||||
(function_expression name: (identifier) @definition.function)
|
||||
(function_declaration name: (identifier) @definition.function)
|
||||
(method_definition name: (property_identifier) @definition)
|
||||
|
||||
; Class declarations
|
||||
(class name: (_) @definition.class)
|
||||
(class_declaration name: (_) @definition.class)
|
||||
Reference in New Issue
Block a user