Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ Note that in order for a language to be highlighted properly, you must have the
* `swift`
* `swig`
* `liquid`
* `vue`
* `xml`
* `yaml`
* `yaml front matter`
Expand Down
2 changes: 1 addition & 1 deletion Syntaxes/Markdown Extended.JSON-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@
{
"name": "markup.raw.block.markdown markup.raw.block.fenced.markdown",
"end": "(```|~~~|{%\\s*endhighlight\\s*%})\\n",
"begin": "(```|~~~|{%\\s*highlight)\\s*(hbs|handlebars|html|html5)\\s*((?:linenos\\s*)?%})?$",
"begin": "(```|~~~|{%\\s*highlight)\\s*(hbs|handlebars|html|html5|vue)\\s*((?:linenos\\s*)?%})?$",
"patterns": [
{
"include": "text.html.basic"
Expand Down
2 changes: 1 addition & 1 deletion Syntaxes/Markdown Extended.YAML-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ patterns:
- include: source.graphql

- name: markup.raw.block.markdown markup.raw.block.fenced.markdown
begin: (```|~~~|{%\s*highlight)\s*(hbs|handlebars|html|html5)\s*((?:linenos\s*)?%})?$
begin: (```|~~~|{%\s*highlight)\s*(hbs|handlebars|html|html5|vue)\s*((?:linenos\s*)?%})?$
end: (```|~~~|{%\s*endhighlight\s*%})\n
captures:
'1': {name: punctuation.definition.fenced.markdown}
Expand Down
2 changes: 1 addition & 1 deletion Syntaxes/Markdown Extended.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ contexts:
3: punctuation.definition.fenced.markdown
pop: true
- include: scope:source.graphql
- match: '(```|~~~|{%\s*highlight)\s*(hbs|handlebars|html|html5)\s*((?:linenos\s*)?%})?$'
- match: '(```|~~~|{%\s*highlight)\s*(hbs|handlebars|html|html5|vue)\s*((?:linenos\s*)?%})?$'
captures:
1: punctuation.definition.fenced.markdown
2: variable.language.fenced.markdown
Expand Down
2 changes: 1 addition & 1 deletion Syntaxes/Markdown Extended.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@
</dict>
<dict>
<key>begin</key>
<string>(```|~~~|{%\s*highlight)\s*(hbs|handlebars|html|html5)\s*((?:linenos\s*)?%})?$</string>
<string>(```|~~~|{%\s*highlight)\s*(hbs|handlebars|html|html5|vue)\s*((?:linenos\s*)?%})?$</string>
<key>captures</key>
<dict>
<key>1</key>
Expand Down