https://github.com/pest-parser/intellij-pest
pest grammar file support for all JetBrains IDEs
https://github.com/pest-parser/intellij-pest
Last synced: 5 months ago
JSON representation
pest grammar file support for all JetBrains IDEs
- Host: GitHub
- URL: https://github.com/pest-parser/intellij-pest
- Owner: pest-parser
- License: apache-2.0
- Created: 2019-03-04T08:19:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T03:08:01.000Z (about 1 year ago)
- Last Synced: 2024-10-29T14:22:29.402Z (6 months ago)
- Language: Kotlin
- Homepage:
- Size: 327 KB
- Stars: 35
- Watchers: 6
- Forks: 5
- Open Issues: 356
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# intellij-pest
[![JB][d-svg]][jb]
[![JB][v-svg]][jb]
[![Build Status][tv-svg]][tv-url]
[![Build status][av-svg]][av-url][d-svg]: https://img.shields.io/jetbrains/plugin/d/12046-pest.svg
[v-svg]: https://img.shields.io/jetbrains/plugin/v/12046-pest.svg
[jb]: https://plugins.jetbrains.com/plugin/12046-pest
[tv-url]: https://travis-ci.org/pest-parser/intellij-pest
[tv-svg]: https://travis-ci.org/pest-parser/intellij-pest.svg?branch=master
[av-url]: https://ci.appveyor.com/project/dragostis/intellij-pest-3fx8c/branch/master
[av-svg]: https://img.shields.io/appveyor/ci/dragostis/intellij-pest-3fx8c/master.svg?label=appveyor
[av-zip]: https://ci.appveyor.com/project/dragostis/intellij-pest-3fx8c/branch/master/artifactsThe IntelliJ IDEA plugin for [Pest](https://pest.rs).
## Features
See [JetBrains Plugin Marketplace][jb] page.
This plugin features in a bundled pest-vm which can do real-time syntax highlighting for you.## Maintainer
+ [@ice1000](https://github.com/ice1000)
## Videos
There's a video about the *Live Preview* functionality.
+ [YouTube][YouTube]
+ [Bilibili][Bilibili][YouTube]: https://www.youtube.com/watch?v=AnUhekAENm4
[Bilibili]: https://www.bilibili.com/video/av49762905/## Screenshots
### Rust code injection
### Completion
### Rename
### Inline
### Extract rule
### Completion under white theme
### Miscellaneous highlighting

Unstable per-commit build can be downloaded from [AppVeyor page][av-zip]