summaryrefslogtreecommitdiff
path: root/support/texlab/src/syntax/latex/snapshots/texlab__syntax__latex__parser__tests__theorem_definition_name_with_description.snap
blob: 7c8b49efa1768ad88a643118f656054bd297f8a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
source: src/syntax/latex/parser.rs
expression: "setup(r#\"\\newtheorem{foo}{Foo}\"#)"

---
ROOT@0..21
  PREAMBLE@0..21
    THEOREM_DEFINITION@0..21
      THEOREM_DEFINITION_NAME@0..11 "\\newtheorem"
      CURLY_GROUP_WORD@11..16
        L_CURLY@11..12 "{"
        KEY@12..15
          WORD@12..15 "foo"
        R_CURLY@15..16 "}"
      CURLY_GROUP@16..21
        L_CURLY@16..17 "{"
        TEXT@17..20
          WORD@17..20 "Foo"
        R_CURLY@20..21 "}"