`.
```console
$ whiskers theme.tera latte --check themes/latte.cfg
(no output, exit code 0)
$ whiskers theme.tera latte --check themes/latte.cfg
Templating would result in changes.
4c4
< accent is #ea76cb
---
> accent is #40a02b
(exit code 1)
```
## Editor Support
Tera's syntax is not natively supported by most editors. Some editors have
extensions available that provide syntax highlighting and other features for
Tera templates. In the case that your editor does not have a viable extension
available, you can try using a Jinja extension instead. While not an exact
match, Tera's syntax is similar enough to Jinja's that it can be used quite
well in most cases.
For Visual Studio Code users we recommend the [Better Jinja](https://marketplace.visualstudio.com/items?itemName=samuelcolvin.jinjahtml) extension.
## Further Reading
- See the [examples](examples) directory which further showcase the utilities
and power of whiskers.
- See the RFC,
[CAT-0003-Whiskers](https://github.com/catppuccin/community/blob/main/rfc/CAT-0003-Whiskers.md),
to understand the motivation behind creating whiskers.
Copyright © 2023-present Catppuccin Org