Fix JSON syntax error in README grammar

This commit is contained in:
Max Brunsfeld 2016-01-14 10:17:37 -08:00
parent 4a5deda071
commit bc56729b8b

View file

@ -103,8 +103,8 @@ int main() {
}
},
"number": {"type": "PATTERN", "value": "\\d+"}
"variable": {"type": "PATTERN", "value": "[a-zA-Z]\\w*"},
"number": {"type": "PATTERN", "value": "\\d+"},
"variable": {"type": "PATTERN", "value": "[a-zA-Z]\\w*"}
}
}
)JSON");