Skip to content

Commit

Permalink
- Add (initial) support for external links
Browse files Browse the repository at this point in the history
- Correct name of underlined style
  • Loading branch information
michel-slm committed Feb 9, 2012
1 parent 70bb023 commit c8a8794
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions org.lang
Expand Up @@ -36,9 +36,9 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
</metadata>

<styles>
<style id="comment" _name="Comment" map-to="def:comment"/>
<style id="heading" _name="Heading" map-to="def:type"/>
<style id="underlined" _name="Link" map-to="def:underlined"/>
<style id="comment" _name="Comment" map-to="def:comment"/>
<style id="heading" _name="Heading" map-to="def:type"/>
<style id="underlined" _name="Underlined" map-to="def:underlined"/>
</styles>

<definitions>
Expand Down Expand Up @@ -67,6 +67,10 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
<start>^[\*]+</start>
<end>$</end>
</context>
<context id="external-link" style-ref="underlined">
<start>\[\[</start>
<end>\]\]</end>
</context>
</include>
</context>
</definitions>
Expand Down

0 comments on commit c8a8794

Please sign in to comment.