Fix JSON syntax error in README grammar
This commit is contained in:
parent
4a5deda071
commit
bc56729b8b
1 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue