Displaying 2 results from an estimated 2 matches for "langdef".
Did you mean:
langdev
2008 Feb 11
1
ctags support for puppet
This is a quick and dirty .ctags file that makes basic navigation
possible with vim and ctags, great if you have multiple files:
--langdef=puppet
--langmap=puppet:.pp
--regex-puppet=/^class[ \t]*([a-zA-Z0-9_\-]+)[ \t]*/\1/d,definition/
--regex-puppet=/^site[ \t]*([a-zA-Z0-9_\-]+)[ \t]*/\1/d,definition/
--regex-puppet=/^node[ \t]*([a-zA-Z0-9_\-]+)[ \t]*/\1/d,definition/
--regex-puppet=/^define[ \t]*([a-zA-Z0-9_\-]+)[ \t]*/\1/d,definiti...
2007 Mar 27
0
r.lang for "highlight" software
...ll go OT, but I would like to know if someone has yet
scripted an "R language definition file" for "highlight" (software for syntax
highlight, webpage at http://www.andre-simon.de/ ) better than default one
which come with installation (on my Debian it's
/usr/share/highlight/langDefs/r.lang).
If yes, is it accessable via web?
Thanks in advance
Luca