Fixed broken character literal highlighting (#132) #133
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(See #132)
Like I explained in #132, this is the current state of affairs:
![2021-11-20T01:47:43,282991015+07:00](https://user-images.githubusercontent.com/5835891/142679734-9ff30cae-c7a7-4617-911d-2622a35bd61d.png)
![2021-11-20T01:49:22,307889855+07:00](https://user-images.githubusercontent.com/5835891/142679724-47f82268-1a15-4b8a-b0b0-42a4c35a12f1.png)
This is what this commit does instead, the escaped characters are highlighted as SpecialChar:
![2021-11-20T01:46:05,713059110+07:00](https://user-images.githubusercontent.com/5835891/142679735-70e41b01-a4bd-403d-8d44-0a737871b805.png)
![2021-11-20T01:50:24,921294298+07:00](https://user-images.githubusercontent.com/5835891/142679717-51423e52-b17b-41ca-825b-656ceca51005.png)