1
0
Fork 0

update regex magic

This commit is contained in:
Mr. eXoDia 2015-04-06 03:39:33 +02:00
parent 2001eec1c4
commit 4e68637359
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
# this file is only for the people who have serious mental issues
/\s*([+-])?\s*=\s*/ -> / \1= /
# this file is only for the people who have serious mental issues (USE WITH CAUTION, THIS DOESN'T WORK)
/\s*([\^+\-*=&|<>\/%!]|<<|>>)?\s*=\s*/ -> / \1= /