-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Pkl (Pickle) syntax highlight #8882
Conversation
Hi 👋 You need to tag a release for this to work. |
Hello @braver 😄! I created a version on my repository: https://github.com/serjan-nasredin/pkl.tmbundle/releases/tag/v0.0.1. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automated testing result: ERROR
Repo link: Pkl (Pickle)
Results help
Packages added:
- Pkl (Pickle)
Processing package "Pkl (Pickle)"
- ERROR: Invalid JSON (with comments)
- File: pkl.sublime-completions
- Exception: Expecting value: line 1 column 1 (char 0)
Looks like |
Well you picked a really complicated example :) If you want to learn more, the Sublime Text Discord is a great place to ask questions. |
https://github.com/serjan-nasredin/pkl.tmbundle/releases/tag/v0.0.2 |
Can you give me a link? I want to be a member of this server :) |
This should be it: https://discord.com/invite/D43Pecu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automated testing result: SUCCESS
Repo link: Pkl (Pickle)
Packages added:
- Pkl (Pickle)
Processing package "Pkl (Pickle)"
- All checks passed
This bit about testing will also be of use, it really helped me build more complicated syntaxes: http://www.sublimetext.com/docs/syntax.html#testing |
@braver thanks you! ❤️ |
Documentation: https://pkl-lang.org/