{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pygments_lexers_grammar_notation_py", "label": "grammar_notation.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L1"}, {"id": "grammar_notation_bnflexer", "label": "BnfLexer", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L18"}, {"id": "regexlexer", "label": "RegexLexer", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "grammar_notation_abnflexer", "label": "AbnfLexer", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L66"}, {"id": "grammar_notation_jsgflexer", "label": "JsgfLexer", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L132"}, {"id": "grammar_notation_peglexer", "label": "PegLexer", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L209"}, {"id": "grammar_notation_rationale_1", "label": "pygments.lexers.grammar_notation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Lexer", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L1"}, {"id": "grammar_notation_rationale_19", "label": "This lexer is for grammar notations which are similar to original BNF.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L19"}, {"id": "grammar_notation_rationale_67", "label": "Lexer for IETF 7405 ABNF. (Updates `5234