mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
feat: add support for Crystal language
This commit is contained in:
parent
ee29981520
commit
832535b4cf
@ -73,6 +73,7 @@ There are additional inputs if you want to be able to assign issues to projects.
|
|||||||
* C++
|
* C++
|
||||||
* C#
|
* C#
|
||||||
* CSS
|
* CSS
|
||||||
|
* Crystal
|
||||||
* Dart
|
* Dart
|
||||||
* Elixir
|
* Elixir
|
||||||
* Go
|
* Go
|
||||||
|
|||||||
@ -591,5 +591,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "Crystal",
|
||||||
|
"markers": [
|
||||||
|
{
|
||||||
|
"type": "line",
|
||||||
|
"pattern": "#"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user