On 10/27/10 10:32 AM, Maarten Sneep wrote:
On 27 okt 2010, at 07:26, Nick Matzke wrote:
I do a lot of R coding. I found the R.plist file available here:
http://www.truerwords.net/articles/bbedit/codeless_language_module.html
...and put it in the Application Support directory for BBedit, and it
works fine.
However, now I am doing some stuff with Sweave, which has a mixture of
R and LaTeX code. I can make .Snw files get the same color scheme as
R files by applying the R.plist file to them.
However, in LaTeX, the comment symbol is "%". Is there a way to add
this as a second comment symbol to R.plist?
In R.plist, I tried changing R.plist from:
==========
<key>Comment Pattern</key>
<string>(?x:
(?> [\#] .* $ )
)</string>
==========
[snip]
The pattern is a regex:
==========
<key>Comment Pattern</key>
<string>(?x:
(?> [\#%] .* $ )
)</string>
==========
Should do the trick (not tested).
Maarten
Thanks! That worked great! Would there be a way to make
the comment symbols either "#" or "%%"?
Cheers!
Nick
--
====================================================
Nicholas J. Matzke
Ph.D. Candidate, Graduate Student Researcher
Huelsenbeck Lab
Center for Theoretical Evolutionary Genomics
4151 VLSB (Valley Life Sciences Building)
Department of Integrative Biology
University of California, Berkeley
Graduate Student Instructor, IB200A
Principles of Phylogenetics: Systematics
http://ib.berkeley.edu/courses/ib200a/index.shtml
Lab websites:
http://ib.berkeley.edu/people/lab_detail.php?lab=54
http://fisher.berkeley.edu/cteg/hlab.html
Dept. personal page:
http://ib.berkeley.edu/people/students/person_detail.php?person=370
Lab personal page:
http://fisher.berkeley.edu/cteg/members/matzke.html
Lab phone: 510-643-6299
Dept. fax: 510-643-6264
Cell phone: 510-301-0179
Email: [email protected]
Mailing address:
Department of Integrative Biology
3060 VLSB #3140
Berkeley, CA 94720-3140
-----------------------------------------------------
"[W]hen people thought the earth was flat, they were wrong.
When people thought the earth was spherical, they were
wrong. But if you think that thinking the earth is spherical
is just as wrong as thinking the earth is flat, then your
view is wronger than both of them put together."
Isaac Asimov (1989). "The Relativity of Wrong." The
Skeptical Inquirer, 14(1), 35-44. Fall 1989.
http://chem.tufts.edu/AnswersInScience/RelativityofWrong.htm
====================================================
--
You received this message because you are subscribed to the
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem,
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>