mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
Merge branch 'master' into patch-1
This commit is contained in:
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": [
|
||||
|
||||
Reference in New Issue
Block a user