Skip to content

Commit 0066f95

Browse files
committed
Add an item to TODO.txt about "it" and "it_index".
1 parent 3082167 commit 0066f95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

TODO.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ Detect string literals (even if we don't want to highlight them), and disable hi
22

33
Highlight % inside string literals.
44

5-
Allow */ and /* inside multiline comments.
5+
Allow */ and /* inside multiline comments.
6+
7+
Highlight "it" and "it_index" in loops. This is a very tricky one, as we only want to highlight it within the right context, whereas the word "it" can usually be found in other places, like comments.

0 commit comments

Comments
 (0)