mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Merge branch 'master' into patch-1
This commit is contained in:
commit
5b6ad9381f
23
syntax.json
23
syntax.json
@ -430,6 +430,29 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": "Razor",
|
||||
"markers": [
|
||||
{
|
||||
"type": "block",
|
||||
"pattern": {
|
||||
"start": "<!--",
|
||||
"end": "-->"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "line",
|
||||
"pattern": "//"
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"pattern": {
|
||||
"start": "/\\*",
|
||||
"end": "\\*/"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": "Rust",
|
||||
"markers": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user