Last active
August 24, 2019 21:44
-
-
Save ExtReMLapin/0ade0deff963ccf61f783fa68906860b to your computer and use it in GitHub Desktop.
regex lua hardcoded color
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Color\(\s*\d+\s*,\s*\d+\s*,\s*\d+\s*(,\s*\d+\s*)?\) | |
Vector\(\s*-?\d+(?:\.\d+)?\s*,\s*-?\d+(?:\.\d+)?\s*,\s*-?\d+(?:\.\d+)?\s*\) | |
Angle\(\s*-?\d+(?:\.\d+)?\s*,\s*-?\d+(?:\.\d+)?\s*,\s*-?\d+(?:\.\d+)?\s*\) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment