Howto:Syntax highlighting for Nasal: Difference between revisions

Jump to navigation Jump to search
m
stress testing is my specialty ;
m (→‎FlightGear Wiki: isn't it just soo pretty?)
m (stress testing is my specialty ;)
Line 99: Line 99:
     })();
     })();
}
}
# String escaping stress tests:
'\a\b\c\"\\\?' # none of these
"\e\?\'\f\a" # none of these
'\'' # this one
"\"\r\n\t\\\t" # and all of these
# And optionally string formatting:
"%s%%s%.0f%8d" # the second "s" shouldn't be highlighted, otherwise everything else
# Syntax error!:
# Syntax error!:
%$@&^|\`
%$@&^|\`
395

edits

Navigation menu