PKL Support for code syntax highlighting and navigation #107624
Unanswered
BlueFalconHD
asked this question in
Code Search and Navigation
Replies: 2 comments
-
First step would be updating the language detection rules in linuist to detect Pkl files. Once that is done we can use the tree-sitter grammar that you linked for syntax highlighting. You'd also need to add some tagging rules to the grammar to enable search-based Code Navigation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I found this github-linguist/linguist#6730 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Product Feedback
Body
Apple recently introduces Pkl, a configuration programming langauge.
It would be great if GitHub added support for Pkl syntax highlighting. The Pkl treesitter thing is here: https://github.com/apple/tree-sitter-pkl.
Beta Was this translation helpful? Give feedback.
All reactions