mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
code review
This commit is contained in:
16
syntax.json
16
syntax.json
@@ -838,6 +838,22 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": "Lua",
|
||||
"markers": [
|
||||
{
|
||||
"type": "line",
|
||||
"pattern": "--"
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"pattern": {
|
||||
"start": "--\\[\\[",
|
||||
"end": "--\\]\\]"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": "Solidity",
|
||||
"markers": [
|
||||
|
||||
Reference in New Issue
Block a user