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
No known key found for this signature in database
GPG Key ID: 242CFA610E1184E3

View File

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