This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git


The following commit(s) were added to refs/heads/main by this push:
     new 8161bf8  feat: add Pkl language support with full Linguist data (#261)
8161bf8 is described below

commit 8161bf80e0c10fe6a993a65468f8a6f1bfedf635
Author: Jonathan Hult <[email protected]>
AuthorDate: Wed Feb 11 06:01:02 2026 -0600

    feat: add Pkl language support with full Linguist data (#261)
---
 assets/languages.yaml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/assets/languages.yaml b/assets/languages.yaml
index aa68d9d..ac0adde 100644
--- a/assets/languages.yaml
+++ b/assets/languages.yaml
@@ -3983,6 +3983,17 @@ PHP:
     - inc
   language_id: 272
   comment_style_id: PhpTag
+Pkl:
+  type: programming
+  color: "#6b9543"
+  extensions:
+    - ".pkl"
+  interpreters:
+    - pkl
+  tm_scope: source.pkl
+  ace_mode: text
+  language_id: 288822799
+  comment_style_id: SlashAsterisk
 PLSQL:
   type: programming
   ace_mode: sql

Reply via email to