Add support for Vento language#6733
Conversation
lildude
left a comment
There was a problem hiding this comment.
See inline comments. This language is also a long way from meeting our popularity requirements so won't be merged any time soon.
|
searching for |
|
I think what @boehs is getting at is that number of files (2.4k is what I'm seeing) under https://github.com/search?q=path:*.vto&type=code would put Vento popular enough under what I understand to be the current requirements (#5756). |
|
https://github.com/search?q=path:*.vto&type=code shows 2.7K now. |
Usage isn't an issue now. Lack of action on the initial review overall year ago is what is holding this PR back. This PR has been marked as stale and will be closed if issues aren't addressed by the time of the next release. |
|
@lildude I've made some changes and I think all your comments have been addressed. |
lildude
left a comment
There was a problem hiding this comment.
Popularity looks good however you appear to have an extra submodule and license file which we don't need. Please remove these.
|
@lildude done! |
|
@lildude I just resolved some merge conflicts. Let me know if more changes are needed. |
|
Re-adding the grammar using |
|
@lildude thanks! I think it's fixed now (the tests pass in my codespace) |
🤔 the |
|
I followed the following instructions: What value should be there? |
|
It’s the |
|
Ok, I think it's good now 🤞 |
That would need to be a question you would need to raise with the upstream grammar. |
|
The VSCode extension correctly highlight HTML code. @lildude is this supported by GitHub or maybe there's another way to inject HTML as the top level grammar of Vento? |
@oscarotero the scope used for html in the grammar you linked is |
|
Thanks @DecimalTurn |


Hi. In this PR I'm adding support for Vento templates.
Description
Vento (
.vtoextension) is a template engine with support for Deno and Node. You can see more info in the documentation site: https://vento.js.org/Checklist:
#ff0080