WhitespaceClean-resources/edit_area

whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
This commit is contained in:
mafoo
2016-03-11 13:29:29 +00:00
parent 11c2176a15
commit ee948572a0
15 changed files with 156 additions and 156 deletions
+2 -2
View File
@@ -45,6 +45,6 @@ editAreaLoader.load_syntax["html"] = {
,'tags': 'color: #E62253;'
,'doctype': 'color: #8DCFB5;'
,'test': 'color: #00FF00;'
}
}
}
}
};