Use my regex engine instead of the stdlib one

This commit is contained in:
2025-04-21 23:02:20 -04:00
parent 23e9c5d58d
commit 40858a673a
6 changed files with 22 additions and 11 deletions

View File

@@ -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