diff --git a/syntax_files/xml.yaml b/syntax_files/xml.yaml index 510bd12..9fff77d 100644 --- a/syntax_files/xml.yaml +++ b/syntax_files/xml.yaml @@ -2,7 +2,7 @@ filetype: xml detect: filename: "\\.(xml|sgml?|rng|plist)$" - header: "()" diff --git a/test_inputs/1.xml b/test_inputs/1.xml new file mode 100644 index 0000000..7675538 --- /dev/null +++ b/test_inputs/1.xml @@ -0,0 +1,28 @@ + + + Sample Deck + + + + Deck uses these elements + + +
  • canvas
  • +
  • slide
  • +
  • text
  • +
  • list
  • +
  • image
  • +
  • line
  • +
  • rect
  • +
  • ellipse
  • +
  • curve
  • +
  • arc
  • +
    + + + + + + +
    +