Skip to content

Commit

Permalink
Update Nim syntax + attempt to add Arturo support
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon authored Apr 11, 2023
1 parent b5a304b commit 88923c8
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions syntax.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
[
{
"language": "Arturo",
"markers": [
{
"type": "line",
"pattern": ";"
}
]
},
{
"language": "Nim",
"markers": [
{
Expand All @@ -9,15 +18,8 @@
{
"type": "block",
"pattern": {
"start": "'''",
"end": "'''"
}
},
{
"type": "block",
"pattern": {
"start": "\"\"\"",
"end": "\"\"\""
"start": "#\[",
"end": "\]"
}
}
]
Expand Down

2 comments on commit 88923c8

@RickBarretto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙂 Good job here!

@RickBarretto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙂 Good job here!

Please sign in to comment.