plugins/edit_view/lib/edit_view/grammars/default.rb in redcar-0.4.1 vs plugins/edit_view/lib/edit_view/grammars/default.rb in redcar-0.5
- old
+ new
@@ -1,10 +1,10 @@
module Redcar
class Grammar
module Default
def word
- /^\w+$/
+ /^\w+$/u
end
end
end
end