This extension adds syntax highlighting for Fabric template files written in FCL.
To start writing Fabric templates with VSCode:
- Install Fabric. See documentation for the details.
- Install the Fabric Extension for VSCode.
- Open existing or new
*.fabric
file and verify that the language indicator in the bottom right corner of the window is set toFabric
.
Fabric syntax highlighting recognizes language constructs like configurations, data and content blocks, attributes, etc.
To start using the extension with Visual Studio Code, copy it into the <user home>/.vscode/extensions
folder and restart Code.
- VSCode v1.86 or greater
- If you find a bug or a problem with the extension, please create a new issue.
- If you have questions about the extension, please post a message in Fabric Community Slack
Contributions are always welcome!
The extension is inspired by vscode-terraform and vscode-hcl.
See fabric-nvim for Fabric support in Neovim.