summaryrefslogtreecommitdiffstats
path: root/flashcard.lang
blob: 267f5b25e72ad8dd824a0a426fc59e85bf7d9ee8 (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">*.fcard</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>