diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 --> + |