This extension provides syntax highlighting for TAL (Transaction Application Language) and TACL (Tandem Advanced Command Language).
| TAL | TACL |
|---|---|
![]() |
![]() |
- This extension enables folding support for compiler toggles, comment blocks and begin/end blocks. To enable TAL folding support set
editor.foldingStrategyto"auto". - Additional indentation option that indents code on single line control statements (e.g.
if,else,while,for) and outdents code onendkeyword. To enable TAL indentation handling seteditor.autoIndentto"full"or"advanced".
Resulting JSON configuration:
{
"[tal]": {
"editor.foldingStrategy": "auto",
"editor.autoIndent": "full"
}
}
