mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06: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
|
||||
* Dart
|
||||
* Elixir
|
||||
* Go
|
||||
* Handlebars
|
||||
* HTML
|
||||
* 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