feat: add support for Crystal language

This commit is contained in:
Caspian Baska
2022-03-02 01:14:04 +11:00
parent ee29981520
commit 832535b4cf
2 changed files with 10 additions and 0 deletions

View File

@@ -591,5 +591,14 @@
}
}
]
},
{
"language": "Crystal",
"markers": [
{
"type": "line",
"pattern": "#"
}
]
}
]