This extension provides syntax highlighting for Tableau calculations in VS Code.
The extension highlights the following items:
- strings
- numbers
- expression
- operators
- functions
- comments
- logic
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 toblah
to do something.
Enjoy!