Alain,<br><br>Thanks for the good ideas!<br><br>So I think what you are saying is that it would be nice to conditionally include some grammars as a part of the latex grammar depending on which packages you are using.  This would have some very good benefits: 1.  It would keep package grammars like lstlistings from making the plain latex grammar overly long.
<br>2.  This might have some speed benefits for editing as well.<br>3.  It would also make it easy for people to incrementally add new scopes to the grammar that are specific to individual packages without having to modify the plain latex grammar.
<br><br>This is great.  But as far as I know this is not possible in the current version of TM.  <br><br>Today we have to do things the other way around  For example I would have to make an lstlistings grammar that included latex and tex.  But this is not good at all since it only would allow me to have the specialized grammar for one particular package.
<br clear="all"><br>So, until we get to TM 2.0 or later, or someone tells us how to conditionally include grammars, we have to keep adding to the latex grammar for each package that we want to have scoped.<br><br>Brad<br>
-- <br>Brad Miller<br>Assistant Professor, Computer Science<br>Luther College
<br><br><div><span class="gmail_quote">On 9/11/07, <b class="gmail_sendername">Alain Matthes</b> <<a href="mailto:alain.matthes@mac.com">alain.matthes@mac.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Le 11 sept. 07 à 13:23, Charilaos Skiadas a écrit :<br><br>> 3) The LaTeX grammar is the basic grammar. It includes the TeX<br>> grammar and adds all the LaTeX specific stuff. In particular, it<br>> adds the \[ ... \] and \( ... \) math modes, and hence needs direct
<br>> access to the TeX Math bundle, which it includes at those points.<br>> (This is why we could not simply have TeX Math as a repository in<br>> the TeX grammar, because then the LaTeX grammar couldn't call it.)
<br><br>Firstly, Thanks for this answer. You understand exactly my problem<br><br>I need some precisions about patterns and include:<br><br>include = 'text.tex'; i understand this one but the next are not very<br>
clear for me<br><br>  include = '$self';<br><br>include = '$base';<br><br>> 4) For specialized document classes, at this point in time, we<br>> simply create a new grammar that includes the LaTeX grammar and
<br>> adds its own specific stuff. (This might become simpler/better in<br>> TM 2.0). Examples of this are the Beamer and Memoir grammars.<br><br>Perhaps I need to wait for TM 2 !<br><br>Questions about Beamer<br><br>
1) In text.tex.latex we have : firstLineMatch = '^\\documentclass(?!.*<br>\{beamer\})';<br><br>and in 'text.tex.latex.beamer : firstLineMatch = '^\\documentclass(\<br>[.*\])?\{beamer\}';<br>><br>> 5) For commands in particular packages, we typically would add
<br>> those to the LaTeX grammar.<br><br>I'm not sure that's a good way because i don't use listings (pb with<br>utf8) and I prefer pgf/tikz to pstricks.<br>I would like to know if it's possible to enable or disable some
<br>parts. I'm not sure but I think that's a big and long grammar is not<br>good for the speed to match a long text. That is why , I made a<br>remark about "listings" because it's not "pure" latex.
<br><br>There is now an excellent way for the preferences with a panel, we<br>can imagine a panel for the grammar package to add :<br>beamer, memoir, xcolor, listings, pstricks, tikz, amsmath etc...  and<br>for the author : calc ifthen etex multido
<br><br>Or a file in the preferences<br><br>> Just make the additions you want to the grammar and send it to us,<br>> and we would add them. (Or consult with us on what changes you<br>> think are needed.). So for adding specific package commands, this
<br>> is the option you should aim for.<br><br>for text.tex.latex<br><br>I've make somme additions :<br><br>{name = 'meta.preamble.latex';<br>contentName = 'support.class.latex';<br>begin = '((\\)(?:usepackage|documentclass|RequirePackage|
<br>usetikzlibrary))(?:(\[)([^\]]*)(\]))?(\{)';<br><br>and some modifications<br><br>                {name = 'constant.numeric.math.latex';<br>                match = '((\+|-)?)(([0-9]*[\.][0-9]+)|[0-9]+)';
<br><br>because There is constant.numeric.math.tex and no<br>onstant.numeric.math.latex and i want the sign + or - in the same<br>color !<br><br>for text.tex<br><br>With keyword.control.tex, I've a problem with some terms like
<br>\if@tkz@visible or  \ifTKZ@tkzInit@NO . The symbol @ is a problem and<br>in a package author there a lot of terms with @.<br><br>I add name = 'keyword.operator.tex'<br><br>with begingroup, endgroup, global def edef xdef gdef expandafter
<br>newbox newdimen newcount advance multiply divide etc...<br><br>but i'm not sure like keyword.control.tex ( with if else fi) that's<br>necessary to a classic user of TeX.<br><br>When you include text.tex in text.tex.latex
, it's not a good thing.<br>there are good package to avoid the use of if etc...<br>for example ifthen<br><br>A latex user must use \ifthenelse  \newboolean \setboolean \isodd<br>\whiledo \equal \lengthtest all these macros are in Latex and not in
<br>tex.<br><br>Important keywords in LaTex are newcommand, renewcommand, newcounter,<br>setcounter, newlength, setlength, addtolength and some keywords tex<br>are also necessary : advance multiply divide etc...<br><br>  I'm sorry because a lot of ideas are not in a good order.
<br><br>Regards Alain<br><br><br>______________________________________________________________________<br>For new threads USE THIS: <a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>(threading gets destroyed and the universe will collapse if you don't)
<br><a href="http://lists.macromates.com/mailman/listinfo/textmate">http://lists.macromates.com/mailman/listinfo/textmate</a><br></blockquote></div><br>