summaryrefslogtreecommitdiff
path: root/support/digestif/data/t-tikz.xml.tags
blob: 86687d558285b20763aa8c14614211e53c1e1ba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
package = {
  name = "t-tikz.tex",
  dependencies = {
    "tikz"
  }
}
environments = {
  tikzpicture = {
    arguments = {
      {
        delimiters = {"[", "]"},
        keys = "$ref:tikz#/keys/tikz",
        meta = "options",
        optional = true
      },
    },
    documentation = "texmf:doc/generic/pgf/pgfmanual.pdf#pgf.tikzpicture"
  },
  scope = {
    arguments = {
      {
        delimiters = {"[", "]"},
        keys = "$ref:tikz#/keys/tikz",
        meta = "options",
        optional = true
      },
    },
    documentation = "texmf:doc/generic/pgf/pgfmanual.pdf#pgf.scope"
  },
}