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