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
No known key found for this signature in database
GPG Key ID: 61496441785F1433
2 changed files with 10 additions and 0 deletions

View File

@ -73,6 +73,7 @@ There are additional inputs if you want to be able to assign issues to projects.
* C++
* C#
* CSS
* Crystal
* Dart
* Elixir
* Go

View File

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