idea: brace matching and function resolution

This commit is contained in:
2023-09-21 21:08:20 -07:00
parent c4f65a66ca
commit d12aadf18c
22 changed files with 229 additions and 49 deletions

View File

@ -130,6 +130,8 @@ types:
type: Boolean
FunctionCall:
parent: Expression
referencedElementValue: symbol
referencedElementType: FunctionDefinition
values:
- name: symbol
type: Symbol
@ -256,7 +258,8 @@ types:
type: String
SymbolReference:
parent: Expression
namedElementValue: symbol
referencedElementValue: symbol
referencedElementType: Node
values:
- name: symbol
type: Symbol