prisma / language-tools

🌐 Prisma Language Tools = Language Server and Prisma's VS Code extension.
https://marketplace.visualstudio.com/items?itemName=Prisma.prisma
Apache License 2.0
255 stars 36 forks source link

Syntax coloring VSCode #133

Closed gothdawid closed 4 years ago

gothdawid commented 4 years ago

Short description: VSCode does not color my properties from prisma. Below are the extensions and the theme Anyone have an idea how to fix it?

image

image

image

Language set to JavaScript

gothdawid commented 4 years ago

any ideas?

pantharshit00 commented 4 years ago

This is related to your theme. Also, the prisma extension doesn't highlight javascript files, vscode is responsible for that.

pantharshit00 commented 4 years ago

Please try using a different theme otherwise open an issue in the vscode repository as this is out of scope of this extension.

guipaluri commented 1 year ago

VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=Prisma.prisma You just have to install this extension.

dopecello commented 1 year ago

VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=Prisma.prisma You just have to install this extension.

Agree. There is a free VS-Code extension that "Adds syntax highlighting, formatting, auto-completion, jump-to-definition and linting for .prisma files." Just type in Prisma in the VS-Code Extension tab and the one with over 800K downloads with the verification badge made by prisma.io is the correct one. Don't even need to reset your window or anything!

MiladJoodi commented 4 months ago

VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=Prisma.prisma You just have to install this extension.

Thanks ♥