mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-24 23:06:43 +00:00
commit
2616323745
16
syntax.json
16
syntax.json
@ -149,6 +149,22 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": "Julia",
|
||||
"markers": [
|
||||
{
|
||||
"type": "line",
|
||||
"pattern": "#"
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"pattern": {
|
||||
"start": "#=",
|
||||
"end": "=#"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": "TypeScript",
|
||||
"markers": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user