Field references ($fieldName) and quoted literal (anyWord)

This commit is contained in:
Andrey Breslav
2011-01-04 01:09:42 +03:00
parent 1f09ee1965
commit 5fb3f37cab
9 changed files with 515 additions and 423 deletions
@@ -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(' ')