mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
Add block comment support for Rust
This commit is contained in:
parent
c4d82bdcf4
commit
aff5175c61
@ -430,12 +430,19 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"language": "Rust",
|
"language": "Rust",
|
||||||
"markers": [
|
"markers": [
|
||||||
{
|
{
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"pattern": "//"
|
"pattern": "//"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "block",
|
||||||
|
"pattern": {
|
||||||
|
"start": "/\\*",
|
||||||
|
"end": "\\*/"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user