mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
Merge pull request #99 from jonrkarr/patch-2
Add markers for multi-line Python comments
This commit is contained in:
14
syntax.json
14
syntax.json
@@ -5,6 +5,20 @@
|
||||
{
|
||||
"type": "line",
|
||||
"pattern": "#"
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"pattern": {
|
||||
"start": "'''",
|
||||
"end": "'''"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"pattern": {
|
||||
"start": "\"\"\"",
|
||||
"end": "\"\"\""
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user