initial commit

This commit is contained in:
craft
2026-02-21 20:11:45 +01:00
parent ae2c2fb327
commit ac2ee9b964
2 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"Python": [
["#", ""],
["#¤", ""]
],
"JavaScript": [
["//", ""],
["/*", "*/"]
],
"Markdown": [
["<!--", "-->"],
["<!-- ¤", "-->"]
]
}