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

Question: Is there any syntax highlighting extension for vscode? #89

Open
DJviolin opened this issue Jul 19, 2018 · 7 comments
Open

Question: Is there any syntax highlighting extension for vscode? #89

DJviolin opened this issue Jul 19, 2018 · 7 comments

Comments

@DJviolin
Copy link

Are there any already existing plugin which makes possible syntax highlighting for vscode? Is it possible to convert the sublime one?

@ViktorQvarfordt
Copy link

Notes for someone who's up for implementing this: Much code can likely be borrowed from https://github.com/styled-components/vscode-styled-components which gives syntax highlighting of css to certain template strings - just like what we want but for sql.

@thebearingedge
Copy link

thebearingedge commented Oct 15, 2019

@DJviolin I'm using this from and getting syntax highlighting.

https://marketplace.visualstudio.com/items?itemName=frigus02.vscode-sql-tagged-template-literals

Screenshot 2019-10-15 05 44 34

@Badrouu17
Copy link

Badrouu17 commented Mar 24, 2020

@DJviolin I'm using this from and getting syntax highlighting.

https://marketplace.visualstudio.com/items?itemName=frigus02.vscode-sql-tagged-template-literals

didn't work for me ☹️ .. any required configuration ??

vvd

@thebearingedge
Copy link

@Badrouu17 try a lowercase sql tag

@Badrouu17
Copy link

@Badrouu17 try a lowercase sql tag

Tried it , didn't work too ..

@thebearingedge
Copy link

@Badrouu17 , the only other thing I can think of is maybe I have a SQL extension installed that actually does the highlighting 🤔

Here's what I've got installed.

λ code --list-extensions | grep sql
forbeslindesay.vscode-sql-template-literal
hubertstrk.pgsql-html

None of my settings.json are related to template syntax highlighting.

@DblK
Copy link

DblK commented Feb 11, 2021

I use SQL Lit thebearingedge.vscode-sql-lit.

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

5 participants