Skip to content

Commit ee9c1d1

Browse files
committed
feat: add vento support
Vento is a template engine for HTML/JS - https://vento.js.org/
1 parent c4ca798 commit ee9c1d1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ It works with:
1111
- javascript
1212
- jsx
1313
- liquid
14+
- vento
1415
- markdown
1516
- php
1617
- rescript

lua/nvim-ts-autotag/config/plugin.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ local Setup = {
143143
["eruby"] = "html",
144144
["liquid"] = "html",
145145
["vue"] = "html",
146+
["vento"] = "html",
146147
["htmlangular"] = "html",
147148
["htmldjango"] = "html",
148149
["markdown"] = "html",

0 commit comments

Comments
 (0)