Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
getKeywords method #109
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nijikokun commentedMar 12, 2013
Would be nice to have in the official file for things like:
Rainbow.getKeywords('break case catch class copy const __finally __exception __try');
would return
"\b(?:break|case|catch|class|copy|const|__finally|__exception|__try)\b"