Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 586 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 586 Bytes

tablang README

This extension provides syntax highlighting for Tableau calculations in VS Code.

Screenshot

Features

The extension highlights the following items:

  • strings
  • numbers
  • expression
  • operators
  • functions
  • comments
  • logic

Extension Settings

Include if your extension adds any VS Code settings through the contributes.configuration extension point.

For example:

This extension contributes the following settings:

  • myExtension.enable: Enable/disable this extension.
  • myExtension.thing: Set to blah to do something.

Enjoy!