wrapping up haku
This commit is contained in:
parent
5ac11b261b
commit
1de5234215
6 changed files with 432 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"patterns": [
|
||||
{ "regex": ";.*", "is": "comment" },
|
||||
{ "regex": "\"[^\"]*\"", "is": "string" },
|
||||
{ "regex": "[0-9]+", "is": "literal" },
|
||||
{
|
||||
"regex": "\\((fn)\\s*\\(.*?\\)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue