3 * Description: Assembler listings.
4 * Author: Markku Rossi <mtr@iki.fi>
7 state asm extends HighlightEntry
17 /* Labels are averything at the beginning of the line, ending to ':' */
19 function_name_face (true);
21 function_name_face (false);
24 /* Asm operands are indented. */
25 /^([ \t]+)([^ \t]+)/ {
33 /* And finally, highlight string constants. */