https://github.com/konafets/antlers-idea
Adds support for Antlers, the templating language of Statamic
https://github.com/konafets/antlers-idea
idea-plugin language statamic
Last synced: 9 months ago
JSON representation
Adds support for Antlers, the templating language of Statamic
- Host: GitHub
- URL: https://github.com/konafets/antlers-idea
- Owner: Konafets
- License: mit
- Created: 2022-04-21T10:49:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-07T11:29:14.000Z (10 months ago)
- Last Synced: 2025-08-07T13:25:01.519Z (10 months ago)
- Topics: idea-plugin, language, statamic
- Language: Java
- Homepage:
- Size: 2.84 MB
- Stars: 18
- Watchers: 3
- Forks: 1
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Antlers Language Support

[![Version][plugin-version-svg]][plugin-repo]
[![Downloads][plugin-downloads-svg]][plugin-repo]
This plugin adds support for Antlers, the templating language of [Statamic](https://statamic.com/), to IDEs based on the Intellij IDEA platform (IntelliJ IDEA and PhpStorm).
New features are regularly announced in changelogs.
It supports:
- Syntax highlighting and customizing the colors via settings
- Creating of `.antlers.html` files via the new file action
**This plugin is still alpha. New features will be added in future versions.**
## Installation
- Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "antlers-idea" >
Install Plugin
- Manually:
Download the [latest release](https://github.com/Konafets/antlers-idea/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
## Credits
- Mr. Antlers [John Koster](https://github.com/JohnathonKoster) who got not tired to answer my questions
- The awesome [Jetbrains Slack community](https://plugins.jetbrains.com/slack) for helping me with my first steps with plugin development
- [Marco](https://github.com/marcorieser) for being my very first sponsor
---
Plugin based on the [IntelliJ Platform Plugin Template][template].
[template]: https://github.com/JetBrains/intellij-platform-plugin-template
[plugin-repo]: https://plugins.jetbrains.com/plugin/19203-antlers-idea
[plugin-version-svg]: https://img.shields.io/jetbrains/plugin/v/19203-antlers-idea.svg
[plugin-downloads-svg]: https://img.shields.io/jetbrains/plugin/d/19203-antlers-idea.svg