summaryrefslogtreecommitdiff
path: root/support/texlab/crates/parser/src/snapshots/parser__latex__tests__parse@color__color_reference_simple.txt.snap
blob: dbf153dc1861076c5d4c1e9888d1baa06c76b934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
source: crates/parser/src/latex.rs
expression: root
input_file: crates/parser/src/test_data/latex/color/color_reference_simple.txt
---
ROOT@0..13
  PREAMBLE@0..13
    COLOR_REFERENCE@0..13
      COMMAND_NAME@0..6 "\\color"
      CURLY_GROUP_WORD@6..13
        L_CURLY@6..7 "{"
        KEY@7..12
          WORD@7..12 "black"
        R_CURLY@12..13 "}"