FooBarWidget / mizuho

Documentation formatting tool. Converts Asciidoc input into nicely formatted HTML. Multiple templates are supported.

This URL has Read+Write access

Hongli Lai (Phusion) (author)
Sat Jan 10 11:44:25 -0800 2009
mizuho / source-highlight / c_string.lang
100644 10 lines (7 sloc) 0.175 kb
1
2
3
4
5
6
7
8
9
10
vardef SPECIALCHAR = '\\.'
 
environment string delim "\"" "\"" begin
  specialchar = $SPECIALCHAR
end
 
environment string delim "'" "'" begin
  specialchar = $SPECIALCHAR
end