mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 21:21:33 +00:00
idea: brace matching and function resolution
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user