Skip to content

Commit c527440

Browse files
Add Kontakt Scripting Processor (KSP) (#1341)
1 parent 2c329b1 commit c527440

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

k/KSP.ksp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
on init
2+
message("Hello World")
3+
end on

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
320320
* [CypherNeo4j](c/CypherNeo4j.cypher)
321321
* [](c/C%CF%89.cs)
322322
* [C*](c/C%E2%88%97)
323-
* [Ć](c/Ć.ci)
323+
* [Ć](c/%C4%86.ci)
324324
* [D](d/D.d)
325325
* [dark](d/dark.txt)
326326
* [Dart](d/Dart.dart)
@@ -342,7 +342,6 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
342342
* [Django](d/Django.py)
343343
* [DNA#](d/DNA%23.dna)
344344
* [DNCL](d/DNCL.dncl)
345-
* [DOG](d/DOG)
346345
* [Dog](d/Dog)
347346
* [DogeScript](d/DogeScript.djs)
348347
* [DOGO](d/DOGO.dogo)
@@ -548,6 +547,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
548547
* [Kotlin Script](k/Kotlin%20Script.kts)
549548
* [Kotlin](k/Kotlin.kt)
550549
* [KSH](k/KSH.ksh)
550+
* [KSP](k/KSP.ksp)
551551
* [Kuin](k/Kuin.kn)
552552
* [Kumir](k/Kumir.kum)
553553
* [Kv](k/Kv.kv)

0 commit comments

Comments
 (0)