mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-23 06:16:43 +00:00
commit
9e10e5f156
@ -74,6 +74,7 @@ There are additional inputs if you want to be able to assign issues to projects.
|
|||||||
* CSS
|
* CSS
|
||||||
* Dart
|
* Dart
|
||||||
* Elixir
|
* Elixir
|
||||||
|
* Go
|
||||||
* Handlebars
|
* Handlebars
|
||||||
* HTML
|
* HTML
|
||||||
* Java
|
* Java
|
||||||
|
|||||||
16
syntax.json
16
syntax.json
@ -513,5 +513,21 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "Go",
|
||||||
|
"markers": [
|
||||||
|
{
|
||||||
|
"type": "line",
|
||||||
|
"pattern": "//"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "block",
|
||||||
|
"pattern": {
|
||||||
|
"start": "/\\*",
|
||||||
|
"end": "\\*/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user