Skip to content
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

Open
danjessen opened this issue Sep 16, 2024 · 1 comment
Open

Syntax highlighting in editors #1066

danjessen opened this issue Sep 16, 2024 · 1 comment

Comments

@danjessen
Copy link

danjessen commented Sep 16, 2024

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)

@wisskid
Copy link
Contributor

wisskid commented Sep 20, 2024

I guess you could offer to help the authors of the editors/plugins you mentioned to implemented the required changes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants