mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-21 04:41:16 -05:00
12 lines
240 B
TypeScript
12 lines
240 B
TypeScript
/*
|
|
- class definitions
|
|
- function definitions
|
|
*/
|
|
export default `
|
|
(class_definition
|
|
name: (identifier) @name.definition.class) @definition.class
|
|
|
|
(function_definition
|
|
name: (identifier) @name.definition.function) @definition.function
|
|
`
|