mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Merge pull request #56 from brownsarahm/patch-1
add Tex (and latex) support
This commit is contained in:
commit
f7ad1e131d
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