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 219cca7  feat: add Inko language support (#262)
219cca7 is described below

commit 219cca7583459c5729f3390d56a22391c183de16
Author: Jonathan Hult <[email protected]>
AuthorDate: Wed Feb 11 06:06:06 2026 -0600

    feat: add Inko language support (#262)
---
 assets/languages.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/assets/languages.yaml b/assets/languages.yaml
index ac0adde..c634ae2 100644
--- a/assets/languages.yaml
+++ b/assets/languages.yaml
@@ -2414,6 +2414,10 @@ Inno Setup:
   tm_scope: source.inno
   ace_mode: text
   language_id: 167
+Inko:
+  extensions:
+    - ".inko"
+  comment_style_id: Hashtag
 Io:
   type: programming
   color: "#a9188d"

Reply via email to