Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
#3 Extend json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallimathias committed Dec 11, 2017
1 parent b2fdfec commit 3224620
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Arrow.Core/Json/TokenDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,14 @@
},
"Skip": false
},
{
"Name": "ClassDeclaration",
"Expression": {
"Pattern": "\\b(class)\\b",
"Options": 0
},
"Skip": false
},
{
"Name": "Var",
"Expression": {
Expand Down Expand Up @@ -255,6 +263,14 @@
},
"Skip": false
},
{
"Name": "LowerThan",
"Expression": {
"Pattern": "[<]",
"Options": 0
},
"Skip": false
},
{
"Name": "BracketOpen",
"Expression": {
Expand Down

0 comments on commit 3224620

Please sign in to comment.