Skip to content

Commit 5d2df60

Browse files
Merge remote-tracking branch 'origin/master'
2 parents 6ad6b53 + 31fd0e8 commit 5d2df60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
![LICENSE](https://img.shields.io/badge/LICENSE-MIT-green?style=for-the-badge) ![Sublime Text](https://img.shields.io/badge/ST-Build%204126+-orange?style=for-the-badge&logo=sublime-text) ![Tag](https://img.shields.io/github/v/tag/Sublime-Instincts/PrismaHighlight?style=for-the-badge&logo=github&sort=semver)
44
![Syntax tests](https://img.shields.io/github/workflow/status/Sublime-Instincts/PrismaHighlight/syntax_test?color=green&label=Syntax%20Tests&logo=github&logoColor=white&style=for-the-badge)
55

6-
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.
77

88
![Prisma Highlighting Example](./images/prisma_highlighting_example.png)
99

1010
## Features
1111

12-
- Enhanced syntax highlighting for prisma schema files.
12+
- Enhanced syntax highlighting for Prisma schema files.
1313
- Quickly navigate through models, enums, types etc. defined in your schema files using `Goto Symbol`.
1414
- Ability to comment using the standard key bindings.
1515

@@ -34,7 +34,7 @@ Please follow the issue template that has been setup while reporting any bug(s)
3434

3535
## Acknowledgements.
3636

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.
3838

3939
## License
4040
The MIT License (MIT)

0 commit comments

Comments
 (0)