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 @@ -7,6 +7,7 @@ Javascript syntax highlighting for x- attribute values in html for [Alpine JS](h
html
php
twig
liquid

## Credit

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"injectTo": [
"text.html.derivative",
"text.html.php",
"text.html.twig"
"text.html.twig",
"text.html.liquid"
],
"embeddedLanguages": {
"meta.embedded.inline.alpinejs": "javascript"
Expand Down
2 changes: 1 addition & 1 deletion syntaxes/injection.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scopeName": "html.alpinejs.attribute",
"injectionSelector": ["L:text.html.derivative", "L:text.html.php", "L:text.html.twig"],
"injectionSelector": ["L:text.html.derivative", "L:text.html.php", "L:text.html.twig", "L:text.html.liquid"],
"patterns": [
{
"include": "#alpine-directives"
Expand Down