Skip to content

Commit

Permalink
Support [.] syntax for lists (easier to insert on phones)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikescher committed Oct 31, 2021
1 parent a00ed90 commit 2d30aa4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ public abstract class ScintillaHighlighter
{
Tuple.Create(' ', ListHighlightValue.FALSE),
Tuple.Create('_', ListHighlightValue.FALSE),
Tuple.Create('.', ListHighlightValue.FALSE),

Tuple.Create('x', ListHighlightValue.TRUE),
Tuple.Create('X', ListHighlightValue.TRUE),
Expand Down

0 comments on commit 2d30aa4

Please sign in to comment.