2006-08-30 22:34:59 -07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2006-10-01 23:15:27 -07:00
|
|
|
<language id="m4" _name="m4" _section="Scripts" version="2.0">
|
|
|
|
<metadata>
|
|
|
|
<property name="mimetypes">application/x-m4</property>
|
2006-11-06 06:38:11 -08:00
|
|
|
<property name="globs">*.m4</property>
|
2006-10-01 23:15:27 -07:00
|
|
|
<property name="line-comment-start">#</property>
|
|
|
|
</metadata>
|
|
|
|
|
2006-08-30 22:34:59 -07:00
|
|
|
<styles>
|
2006-09-27 17:36:34 -07:00
|
|
|
<style id="m4-comment" name="m4-comment" map-to="def:comment"/>
|
2006-08-30 22:34:59 -07:00
|
|
|
</styles>
|
|
|
|
|
|
|
|
<definitions>
|
|
|
|
<context id="m4">
|
|
|
|
<include>
|
2006-09-06 10:51:04 -07:00
|
|
|
<context id="m4-comment" style-ref="m4-comment" end-at-line-end="true">
|
|
|
|
<start>dnl</start>
|
|
|
|
<include>
|
2006-09-27 17:36:34 -07:00
|
|
|
<context ref="def:line-comment:*"/>
|
2006-09-06 10:51:04 -07:00
|
|
|
</include>
|
|
|
|
</context>
|
2006-08-30 22:34:59 -07:00
|
|
|
<context ref="sh:sh:*"/>
|
|
|
|
</include>
|
|
|
|
</context>
|
|
|
|
</definitions>
|
|
|
|
</language>
|