mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
add vue language syntax support
This commit is contained in:
parent
9e47839bca
commit
b7540f8889
18
syntax.json
18
syntax.json
@ -429,5 +429,21 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": "Vue",
|
||||
"markers": [
|
||||
{
|
||||
"type": "line",
|
||||
"pattern": {
|
||||
"start": "<--",
|
||||
"end": "-->"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "line",
|
||||
"pattern": "//"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user