feat: .ss and .scm to known extensions (#912)
This commit is contained in:
parent
85ac4008ef
commit
934a21a1b9
1 changed files with 2 additions and 0 deletions
|
@ -229,6 +229,8 @@
|
||||||
".ny": { "image": "lisp" },
|
".ny": { "image": "lisp" },
|
||||||
".podsl": { "image": "lisp" },
|
".podsl": { "image": "lisp" },
|
||||||
".sexp": { "image": "lisp" },
|
".sexp": { "image": "lisp" },
|
||||||
|
".ss": {"image": "lisp"},
|
||||||
|
".scm": {"image": "lisp"},
|
||||||
".ls": { "image": "livescript" },
|
".ls": { "image": "livescript" },
|
||||||
".log": { "image": "log" },
|
".log": { "image": "log" },
|
||||||
".lua": { "image": "lua" },
|
".lua": { "image": "lua" },
|
||||||
|
|
Loading…
Reference in a new issue