We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b13818 + 219cca7 commit 22cc25aCopy full SHA for 22cc25a
assets/languages.yaml
@@ -2414,6 +2414,10 @@ Inno Setup:
2414
tm_scope: source.inno
2415
ace_mode: text
2416
language_id: 167
2417
+Inko:
2418
+ extensions:
2419
+ - ".inko"
2420
+ comment_style_id: Hashtag
2421
Io:
2422
type: programming
2423
color: "#a9188d"
@@ -3983,6 +3987,17 @@ PHP:
3983
3987
- inc
3984
3988
language_id: 272
3985
3989
comment_style_id: PhpTag
3990
+Pkl:
3991
+ type: programming
3992
+ color: "#6b9543"
3993
3994
+ - ".pkl"
3995
+ interpreters:
3996
+ - pkl
3997
+ tm_scope: source.pkl
3998
+ ace_mode: text
3999
+ language_id: 288822799
4000
+ comment_style_id: SlashAsterisk
3986
4001
PLSQL:
4002
4003
ace_mode: sql
0 commit comments