We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cca23c commit 4c00b86Copy full SHA for 4c00b86
README.md
@@ -10,6 +10,7 @@ It works with:
10
- html
11
- javascript
12
- jsx
13
+- liquid
14
- markdown
15
- php
16
- rescript
lua/nvim-ts-autotag/config/plugin.lua
@@ -141,6 +141,7 @@ local Setup = {
141
aliases = {
142
["astro"] = "html",
143
["eruby"] = "html",
144
+ ["liquid"] = "html",
145
["vue"] = "html",
146
["htmlangular"] = "html",
147
["htmldjango"] = "html",
0 commit comments