aa_macro syntax 
 aa_macro source 
 HTML source 
 HTML render 
Key

§ 4.164 - [vlit] Built-In

Mnemonic aid: vlit for Variable highLIghT

See also:  [hlit]  and  [slit] 

The aa_macro source contained in variableName is highlighted. The default highlighting settings presume a back background. You can change this using the variables detailed at the bottom of this page.


[vlit variableName]

[local test some [b bold] text]
[vlit test]
[v loc_vlit]

some <span style="color:#00FFFF;"><big><b>&lt;</b></big></span><span style="color:#5599FF;">strong</span><span style="color:#00FFFF;"><big><b>&gt;</b></big></span>bold<span style="color:#00FFFF;"><big><b>&lt;</b></big></span><span style="color:#5599FF;">/strong</span><span style="color:#00FFFF;"><big><b>&gt;</b></big></span> text
some <strong>bold</strong> text

Other built-ins used here:  [b] ,  [local]  and  [v] 

The following variables control what characters are emitted for aa_macro's reserved characters:

  • txl_lb = [lb]
  • txl_rb = [rb]
  • txl_ls = [ls]
  • txl_rs = [rs]
  • txl_lt = &lt;
  • txl_gt = &gt;
  • txl_qu = &quot;
  • txl_am = &amp;
  • txl_lf = <br>

The following variables control what is wrapped around aa_macro's reserved characters:

  • ppre_lb and ppos_lb for left square brackets
  • ppre_rb and ppos_rb for right square brackets
  • ppre_ls and ppos_ls for left sqiggly brackets
  • ppre_rs and ppos_rs for right squiggly brackets
  • ppre_la and ppos_la for left angle brackets
  • ppre_ra and ppos_ra for right angle brackets
  • ppre_amp and ppos_amp for ampersands
  • ppre_quo and ppos_quo for double quotes
Keyboard Navigation
, Previous Page . Next Page t TOC i Index

Valid HTML 4.01 Loose
 

This manual was generated with wtfm
wtfm uses aa_macro and SqLite
aa_macro uses Python 2.7