summaryrefslogtreecommitdiffstats
path: root/flashcard.lang
blob: 34b474ea6fedb2d658e4271f0332f88b25954018 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<language id="flashcard" _name="Flashcard" version="2.0" _section="Markup">
  <metadata>
    <property name="globs">*.flc</property>
  </metadata>

  <styles>
    <style id="card_front" _name="card header"  map-to="def:type" />
  </styles>
  <definitions>
    <context id="flashcard">
      <include>
        <context id="card_front" style-ref="card_front">
          <start>CARD:</start>
          <end>$</end>
        </context>
      </include>
    </context>
  </definitions>
</language>