From 4ea3df92a1742746f9e072be9e1dfde945383f3e Mon Sep 17 00:00:00 2001 From: SamJakob Date: Thu, 29 Apr 2021 10:42:00 +0100 Subject: Add section to README for IDE plugins (#474) --- README.md | 1 + 1 file changed, 1 insertion(+) 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 -- cgit