2024-01-06 15:05:50 +09:00
|
|
|
(root) @local.scope
|
2021-12-24 19:53:32 +01:00
|
|
|
|
2024-01-06 15:05:50 +09:00
|
|
|
(defProc) @local.scope
|
|
|
|
|
|
|
|
|
|
(lambda) @local.scope
|
|
|
|
|
|
|
|
|
|
(interface
|
|
|
|
|
(declProc) @local.scope)
|
|
|
|
|
|
|
|
|
|
(declSection
|
|
|
|
|
(declProc) @local.scope)
|
|
|
|
|
|
|
|
|
|
(declClass
|
|
|
|
|
(declProc) @local.scope)
|
|
|
|
|
|
|
|
|
|
(declHelper
|
|
|
|
|
(declProc) @local.scope)
|
|
|
|
|
|
|
|
|
|
(declProcRef) @local.scope
|
|
|
|
|
|
|
|
|
|
(exceptionHandler) @local.scope
|
|
|
|
|
|
|
|
|
|
(exceptionHandler
|
|
|
|
|
variable: (identifier) @local.definition)
|
|
|
|
|
|
|
|
|
|
(declArg
|
|
|
|
|
name: (identifier) @local.definition)
|
|
|
|
|
|
|
|
|
|
(declVar
|
|
|
|
|
name: (identifier) @local.definition)
|
|
|
|
|
|
|
|
|
|
(declConst
|
|
|
|
|
name: (identifier) @local.definition)
|
|
|
|
|
|
|
|
|
|
(declLabel
|
|
|
|
|
name: (identifier) @local.definition)
|
|
|
|
|
|
|
|
|
|
(genericArg
|
|
|
|
|
name: (identifier) @local.definition)
|
|
|
|
|
|
|
|
|
|
(declEnumValue
|
|
|
|
|
name: (identifier) @local.definition)
|
|
|
|
|
|
|
|
|
|
(declType
|
|
|
|
|
name: (identifier) @local.definition)
|
|
|
|
|
|
|
|
|
|
(declType
|
2024-03-21 20:44:35 +09:00
|
|
|
name: (genericTpl
|
|
|
|
|
entity: (identifier) @local.definition))
|
2024-01-06 15:05:50 +09:00
|
|
|
|
|
|
|
|
(declProc
|
|
|
|
|
name: (identifier) @local.definition)
|
|
|
|
|
|
|
|
|
|
(identifier) @local.reference
|