Files
commentcycle/commentcycle.sublime-settings
2026-02-21 20:11:45 +01:00

15 lines
156 B
Plaintext

{
"Python": [
["#", ""],
["#¤", ""]
],
"JavaScript": [
["//", ""],
["/*", "*/"]
],
"Markdown": [
["<!--", "-->"],
["<!-- ¤", "-->"]
]
}