mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
40 lines
569 B
JSON
40 lines
569 B
JSON
[
|
|
{
|
|
"language": "ILS",
|
|
"extensions": [
|
|
".ils"
|
|
],
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "//"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "/\\*",
|
|
"end": "\\*/"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "Java",
|
|
"extensions": [
|
|
".java2"
|
|
],
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "////"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "+=",
|
|
"end": "=+"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
] |