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