aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPauline <git@ethanlibs.co>2024-04-27 22:35:19 -0400
committerPauline <git@ethanlibs.co>2024-04-27 22:35:19 -0400
commit0f7a8929b05fc868961aa04ca600555ac53c468d (patch)
tree0456b63822b2d3b160842c7e3acce26a5bf3cab0 /README.md
parentd95fe9ab23f4ce19ed1a17b13f995aceefd14fd8 (diff)
downloadIntelliProcessor-0f7a8929b05fc868961aa04ca600555ac53c468d.tar.gz
IntelliProcessor-0f7a8929b05fc868961aa04ca600555ac53c468d.tar.bz2
IntelliProcessor-0f7a8929b05fc868961aa04ca600555ac53c468d.zip
🐛 fix(plugin): add github actions and revert jvm bump
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2af0494..8cffed1 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,10 @@
# IntelliProcessor
+![Build](https://github.com/Polyfrost/IntelliProcessor/workflows/Build/badge.svg)
+[![Version](https://img.shields.io/jetbrains/plugin/v/org.polyfrost.sorbet.intelliprocessor.svg)](https://plugins.jetbrains.com/plugin/org.polyfrost.sorbet.intelliprocessor)
+[![Downloads](https://img.shields.io/jetbrains/plugin/d/org.polyfrost.sorbet.intelliprocessor.svg)](https://plugins.jetbrains.com/plugin/org.polyfrost.sorbet.intelliprocessor)
+
+<!-- plugin description -->
An IntelliJ plugin to add support for the ReplayMod [preprocessor syntax](https://github.com/ReplayMod/Preprocessor)
## Features
@@ -10,3 +15,5 @@ An IntelliJ plugin to add support for the ReplayMod [preprocessor syntax](https:
* Highlighting/intellisense of preprocessor comment blocks.
* Ability to "fold" preprocessor comment blocks.
* Auto-remapping within preprocessor comment blocks based on variables.
+<!-- plugin description end -->
+