Add Julia support

Adds support for the Julia language.

See: https://docs.julialang.org/en/v1/base/punctuation/
This commit is contained in:
Louis Quinnell
2021-07-14 23:17:01 +10:00
parent b2e3c0b501
commit 3a50a046e7

View File

@@ -149,6 +149,22 @@
}
]
},
{
"language": "Julia",
"markers": [
{
"type": "line",
"pattern": "#"
},
{
"type": "block",
"pattern": {
"start": "#=",
"end": "=#"
}
}
]
},
{
"language": "TypeScript",
"markers": [