Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix syntax colors for numbers with separators and / operator
Correctly highlights JS formatted numbers with separators, for example: `100_000`, `0x1234_abcd` Avoids highlighting multiple lines as regular expression when `/` is encountered. The syntax matching is still very trivial but should fix many problems.
- Loading branch information