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

View File

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