Merge pull request #55 from zioroboco/add-julia

Add Julia support
This commit is contained in:
Alastair Mooney 2021-07-14 14:58:22 +01:00 committed by GitHub
commit 2616323745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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