Why when create Prisma schema file, I have no code syntax support? I mean, after running the following command
npx prisma init --datasource-provider sqlite
I'm getting scheme.prisma file (and DATABASE_URL="file:./dev.db" - in .env file), but I can't use support suggestions actions. All text in the file have white color (without suggestions and syntax highlighting):
I've tried adding an ORM extension plugin, but not getting any results.

"Prisma ORM" plugin (from webstorm plugins marketplace) re-install helped!