erlydtl_ext.hrl 94 B

12345678
  1. -record(scanner_state,
  2. {
  3. template=[],
  4. scanned=[],
  5. pos={1,1},
  6. state=in_text
  7. }).