gabrielcolson / intellij-prisma

Prisma Schema Language support for WebStorm, GoLand, and other IDEs based on IntelliJ Platform.
https://plugins.jetbrains.com/plugin/14240-prisma
42 stars 9 forks source link

Type alias invalid syntax #7

Closed gabrielcolson closed 4 years ago

gabrielcolson commented 4 years ago

Thanks for the update! But I got a bit different issue with it:

image

My type definitions:

type ID = String @default(cuid()) @id
type MomentString = String
type DayString = String

Originally posted by @siberian-man in https://github.com/gabrielcolson/intellij-prisma/issues/2#issuecomment-631432925

gabrielcolson commented 4 years ago

Hey @siberian-man! Thanks for pointing this. It has been fixed by #8 and I submitted the 1.2.2 version to JetBrains repositories. It should be available soon!