Skip to content

Commit

Permalink
docs: clean up docs a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
kasteph authored Nov 3, 2023
1 parent d6677e0 commit e140e86
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@

<div align="center">
<figure>
<img src="./src/main/resources/icons/cairo.svg" />
<figcaption>Pyramid Emoji by Niklas Kuntz. From <a href="https://openmoji.org/library/emoji-E20F/">OpenMoji</a>.</figcaption>
<img src="./src/main/resources/icons/cairo.svg" width="400">
</figure>
<br>
</div>

![GitHub](https://img.shields.io/github/license/kahondev/cairo-jetbrains)

> 🚧 This was made for my own pressing need as a JetBrains user and budding Cairo programmer. I'm not an expert JetBrains plugin developer nor Kotlin programmer. That was a lot of words to say "this plugin kinda sorta works".
![GitHub](https://img.shields.io/github/license/kahondev/cairo-jetbrains)
The Cairo language plugin for JetBrains products. This uses the [Cairo Language Server](https://github.com/starkware-libs/cairo/blob/main/vscode-cairo/README.md#install-the-cairo-language-server).

The Cairo language plugin for JetBrains products. This uses the Cairo uses the [Cairo Language Server](https://github.com/starkware-libs/cairo/blob/main/vscode-cairo/README.md#install-the-cairo-language-server).
*Pyramid Emoji by Niklas Kuntz. From [OpenMoji](https://openmoji.org/library/emoji-E20F/).*

## Requirements

Expand All @@ -38,4 +40,4 @@ git clone https://github.com/kasteph/cairo-language-support
## Known Issues

The shortcut to make a comment does not work.
[Upvote the issue on the JetBrains issue tracker here](https://youtrack.jetbrains.com/issue/IDEA-337134/Provide-API-for-plugin-developers-to-implement-the-Comment-Line-action-without-writing-lexer-parser).
[Upvote the issue on the JetBrains issue tracker here](https://youtrack.jetbrains.com/issue/IDEA-337134/Provide-API-for-plugin-developers-to-implement-the-Comment-Line-action-without-writing-lexer-parser).

0 comments on commit e140e86

Please sign in to comment.