mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-15 12:35:46 +01:00
Fix user :commands and other minor cleanup.
--HG-- extra : rebase_source : 1cff53f18c70b12a984d120e73d121dc2267dcc9
This commit is contained in:
@@ -359,7 +359,7 @@ var Styles = Module("Styles", {
|
||||
]]>, "gi",
|
||||
{
|
||||
space: /(?: \s | \/\* .*? \*\/ )/,
|
||||
string: /(?:"(?:[^\\"]|\\.)*(?:"|$)|'(?:[^\\']|\\.)*(?:'|$))/
|
||||
string: /(?:" (?:[^\\"]|\\.)* (?:"|$) | '(?:[^\\']|\\.)* (?:'|$) )/
|
||||
})
|
||||
}, {
|
||||
commands: function (dactyl, modules, window) {
|
||||
|
||||
Reference in New Issue
Block a user