We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89fc0da commit b81500bCopy full SHA for b81500b
library/core/TextLexer.cc
@@ -93,7 +93,7 @@ namespace gf {
93
94
const char* word_start = current();
95
96
- while (!at_end() && !is_space(peek()) && peek() != '\n' && peek() != '<') {
+ while (!at_end() && !is_space(peek()) && peek() != '\n') {
97
advance();
98
}
99
0 commit comments