mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Add Julia support
Adds support for the Julia language. See: https://docs.julialang.org/en/v1/base/punctuation/
This commit is contained in:
parent
b2e3c0b501
commit
3a50a046e7
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