Reverted new stuff

This commit is contained in:
Yevgen Muntyan 2007-01-10 04:20:51 -06:00
parent 8db857f4cf
commit ed6a08fcdf

View File

@ -2,7 +2,7 @@
<language id="latex" _name="LaTeX" version="2.0" _section="Markup">
<metadata>
<property name="mimetypes">text/x-tex</property>
<property name="globs">*.tex;*.ltx;*.sty;*.cls;*.dtx;*.ins</property>
<property name="globs">*.tex;*.ltx;*.sty;*.cls;*.dtx;*.ins;*.bbl</property>
<property name="line-comment-start">%</property>
</metadata>
@ -16,17 +16,17 @@
<style id="structure" _name="Inline Math Mode"/>
<style id="section" _name="Inline Math Mode"/>
<!-- <style id="math" _name="Math Mode"/>-->
<style id="math" _name="Math Mode" map-to="latex:display-math"/>
<!-- <style id="inline-math" _name="Inline Math Mode" map-to="latex:math"/>-->
<!-- <style id="math-bound" _name="math-bound"/>-->
<!-- <style id="include" _name="Include" map-to="def:keyword"/>-->
<!-- <style id="common-commands" _name="Command" map-to="def:keyword"/>-->
<!-- <style id="command" _name="Command" map-to="def:keyword"/>-->
<!-- <style id="verbatim" _name="Verbatim" map-to="def:comment"/>-->
<style id="math-bound" _name="math-bound" map-to="latex:display-math"/>
<style id="include" _name="Include" map-to="def:keyword"/>
<style id="common-commands" _name="Command" map-to="def:keyword"/>
<style id="command" _name="Command" map-to="def:keyword"/>
<style id="verbatim" _name="Verbatim" map-to="def:comment"/>
</styles>
<definitions>
<context id="comment" style-ref="comment" end-at-line-end="true">
<!-- <context id="comment" style-ref="comment" end-at-line-end="true">
<start>%</start>
<include>
<context ref="def:in-comment"/>
@ -240,8 +240,8 @@
<context ref="latex-text-mode"/>
</include>
</context>
<!-- <context id="common-commands" style-ref="common-commands">
-->
<context id="common-commands" style-ref="common-commands">
<prefix>\\</prefix>
<keyword>begin</keyword>
@ -373,6 +373,6 @@
<context ref="specials-symbol"/>
<context ref="command"/>
</include>
</context>-->
</context>
</definitions>
</language>