Field references ($fieldName) and quoted literal (anyWord)
This commit is contained in:
@@ -927,7 +927,8 @@ JetFile: BinaryHeap.jet
|
||||
PsiElement(LBRACE)('{')
|
||||
PsiWhiteSpace('\n ')
|
||||
BINARY_EXPRESSION
|
||||
PsiElement(IDENTIFIER)('$value')
|
||||
FIELD_REFERENCE
|
||||
PsiElement(FIELD_IDENTIFIER)('$value')
|
||||
PsiWhiteSpace(' ')
|
||||
PsiElement(EQ)('=')
|
||||
PsiWhiteSpace(' ')
|
||||
|
||||
Reference in New Issue
Block a user