Use my regex engine instead of the stdlib one
This commit is contained in:
		| @@ -14,7 +14,7 @@ | ||||
| "'(.)'": BLUE | ||||
| "'\\\\(.)'": BLUE # The escape backslash needs to be escaped as well | ||||
| # Assignments and comparisons | ||||
| '(?:\s|\b)(=|==|!=|<=|>=)(\s|\b)' : CYAN | ||||
| '(?:\s|\b)(=|==|!=|\<=|\>=)(\s|\b)' : CYAN | ||||
| '(&&)|(\|\|)': CYAN | ||||
| # Keywords | ||||
| '\b(if|else|for|range|go|func|return|break|continue)\b': CYAN | ||||
|   | ||||
		Reference in New Issue
	
	Block a user