mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
Add support for Starlark.
Support is similar to Python, as it is a python dialect. However, it does not support block comments. See spec: https://github.com/bazelbuild/starlark/blob/master/spec.md
This commit is contained in:
@@ -188,6 +188,15 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": "Starlark",
|
||||
"markers": [
|
||||
{
|
||||
"type": "line",
|
||||
"pattern": "#"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": "TypeScript",
|
||||
"markers": [
|
||||
|
||||
Reference in New Issue
Block a user