Syntax error

This commit is contained in:
sinni800 2016-11-03 15:41:59 +01:00 committed by GitHub
parent e54646ac52
commit 59746df489

View File

@ -107,7 +107,7 @@ func (i Info) CanBeEdited() bool {
".asciidoc", ".adoc", ".ad",
".rst",
".json", ".toml", ".yaml", ".csv", ".xml", ".rss", ".conf", ".ini",
".tex", ".sty"
".tex", ".sty",
".css", ".sass", ".scss",
".js",
".html",
@ -115,7 +115,8 @@ func (i Info) CanBeEdited() bool {
".sh", ".bash", ".ps1", ".bat", ".cmd",
".php", ".pl", ".py",
"Caddyfile",
".c", ".cc" ".h" ".hh" ".cpp" ".hpp" ".f90" ".f" ".bas" ".d" ".ada" ".nim" ".cr" ".java" ".cs" ".vala" ".vapi",
".c", ".cc", ".h", ".hh", ".cpp", ".hpp", ".f90",
".f", ".bas", ".d", ".ada", ".nim", ".cr", ".java", ".cs", ".vala", ".vapi",
}
for _, extension := range extensions {