An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Antlers Language Support

![Build](https://github.com/Konafets/antlers-idea/workflows/Build/badge.svg)
[![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