-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Lexer. When spaces exist between ";" and "/", it is still treated as multi-line comment. 2. Keyword matcher. When nested flow control is open-ended, it causes infinite recursion. 3. Keyword matcher. Keyword in string and comment can trigger keyword matching. 4. Keyword matcher. Keyword in string can be incorrectly picked as matching keyword. 5. Keyword matcher. "ElseIf"s in a block cannot be highlighted if "Else" also exists.
- Loading branch information
Showing
4 changed files
with
140 additions
and
102 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.