Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Tandem TALNew to Visual Studio Code? Get it now.
Tandem TAL

Tandem TAL

Konstantin Novichikhin

|
2,282 installs
| (1) | Free
Syntax highlighting for Transaction Application Language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Tandem TAL/TACL source colourizer for Visual Studio Code

This extension provides syntax highlighting for TAL (Transaction Application Language) and TACL (Tandem Advanced Command Language).

What does it look like?

TAL TACL
sample.tal sample.tacl

Additional TAL Features

  • This extension enables folding support for compiler toggles, comment blocks and begin/end blocks. To enable TAL folding support set editor.foldingStrategy to "auto".
  • Additional indentation option that indents code on single line control statements (e.g. if, else, while, for) and outdents code on end keyword. To enable TAL indentation handling set editor.autoIndent to "full" or "advanced".

Resulting JSON configuration:

{
    "[tal]": {
        "editor.foldingStrategy": "auto",
        "editor.autoIndent": "full"
    }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft