mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Add markers for multi-line Python comments
This commit is contained in:
parent
fa33680f84
commit
3ec876d51a
14
syntax.json
14
syntax.json
@ -5,6 +5,20 @@
|
|||||||
{
|
{
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"pattern": "#"
|
"pattern": "#"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "block",
|
||||||
|
"pattern": {
|
||||||
|
"start": "'''",
|
||||||
|
"end": "'''"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "block",
|
||||||
|
"pattern": {
|
||||||
|
"start": "\"\"\"",
|
||||||
|
"end": "\"\"\""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user