aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar SamJakob <me@samjakob.com>2021-04-29 10:42:00 +0100
committerLibravatar GitHub <noreply@github.com>2021-04-29 11:42:00 +0200
commit4ea3df92a1742746f9e072be9e1dfde945383f3e (patch)
treed93d3576196260b410b8804093cba3f60ac0a6e8 /README.md
parent0d42f8ece4b45405fb903eb8a76c9a1f9716bcf0 (diff)
downloadaskama-4ea3df92a1742746f9e072be9e1dfde945383f3e.tar.gz
askama-4ea3df92a1742746f9e072be9e1dfde945383f3e.tar.bz2
askama-4ea3df92a1742746f9e072be9e1dfde945383f3e.zip
Add section to README for IDE plugins (#474)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 21c7080..a1b0156 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@ in a for-profit context, please consider supporting my open source work on
* Optional built-in support for Actix, Gotham, Iron, Rocket, tide, and warp web frameworks
* Debugging features to assist you in template development
* Templates must be valid UTF-8 and produce UTF-8 when rendered
+* IDE support available in [JetBrains products](https://plugins.jetbrains.com/plugin/16591-askama-template-support)
* Works on stable Rust
### Supported in templates