We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
default_lex_flags
1 parent 418431c commit 5475519Copy full SHA for 5475519
lrlex/src/lib/parser.rs
@@ -324,7 +324,7 @@ where
324
) -> LexInternalBuildResult<usize> {
325
i = self.parse_ws(i)?;
326
let mut grmtools_section_span_map = HashMap::new();
327
- let mut grmtools_section_lex_flags = DEFAULT_LEX_FLAGS;
+ let mut grmtools_section_lex_flags = UNSPECIFIED_LEX_FLAGS;
328
if let Some(j) = self.lookahead_is("%grmtools", i) {
329
i = self.parse_ws(j)?;
330
if let Some(j) = self.lookahead_is("{", i) {
0 commit comments