initial commit
This commit is contained in:
14
commentcycle.sublime-settings
Normal file
14
commentcycle.sublime-settings
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"Python": [
|
||||
["#", ""],
|
||||
["#¤", ""]
|
||||
],
|
||||
"JavaScript": [
|
||||
["//", ""],
|
||||
["/*", "*/"]
|
||||
],
|
||||
"Markdown": [
|
||||
["<!--", "-->"],
|
||||
["<!-- ¤", "-->"]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user