mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-23 06:16:43 +00:00
add Tex (and latex) support
This commit is contained in:
parent
bf00077ed8
commit
c78e2ae488
16
syntax.json
16
syntax.json
@ -397,5 +397,21 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": " TeX",
|
||||
"markers": [
|
||||
{
|
||||
"type": "line",
|
||||
"pattern": "%"
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"pattern": {
|
||||
"start": "\begin{comment}",
|
||||
"end": "\end{comment}"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user