-
Notifications
You must be signed in to change notification settings - Fork 709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syntax highlighting in editors #1066
Comments
I guess you could offer to help the authors of the editors/plugins you mentioned to implemented the required changes? |
I've also had the same problem last year and ended up updating dbestevez version https://github.com/shadowwa/smarty.vim |
Seems it would be nice to track these in a wiki page: https://github.com/smarty-php/smarty/wiki |
Either that or the documentation. |
I have been, sadly my time outside work has been limited. So here I am, trying to create some attention around the issue. |
Looks great. I will look into it. I made my own version of the smarty syntax, but it is maybe a bit opinionated towards my needs. |
Hi
Been working with Smarty for almost 12 years now. Somehow syntax highlighting has always been a problem. Recently when working with neovim and tree-sitter.
Is there any recommended and updated way to get syntax highlighting across all editors, or just some of the big ones? Like vscode, neovim, jetbrains. Maybe using tree-sitter or some other tool.
It's kinda frustrating there is no official syntax support.
VSCode requires a plugin, like:
Jetbrains requires a plugin, or PHPstorm
Neovim built in
Tree-sitter (general highlighting support)
The text was updated successfully, but these errors were encountered: