You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Sublime Text package that offers enhanced syntax highlighting for [Prisma schema](https://www.prisma.io/docs/concepts/components/prisma-schema) files. Read more for the full documentation.
6
+
A community Sublime Text package that offers enhanced syntax highlighting for [Prisma schema](https://www.prisma.io/docs/concepts/components/prisma-schema) files. Read more for the full documentation.
- Enhanced syntax highlighting for prisma schema files.
12
+
- Enhanced syntax highlighting for Prisma schema files.
13
13
- Quickly navigate through models, enums, types etc. defined in your schema files using `Goto Symbol`.
14
14
- Ability to comment using the standard key bindings.
15
15
@@ -34,7 +34,7 @@ Please follow the issue template that has been setup while reporting any bug(s)
34
34
35
35
## Acknowledgements.
36
36
37
-
The [syntax_test.yml](https://github.com/Sublime-Instincts/PrismaHighlight/.github/workflows/syntax_test.yml) is taken & used (with some modifications) from the official [Packages](https://github.com/sublimehq/Packages) repository. So full credit goes to them for it.
37
+
The [syntax_test.yml](https://github.com/Sublime-Instincts/PrismaHighlight/blob/master/.github/workflows/syntax_test.yml) is taken & used (with some modifications) from the official [Packages](https://github.com/sublimehq/Packages) repository. So full credit goes to them for it.
0 commit comments