Skip to content

Commit

Permalink
docs(readme): add nvim section
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed May 27, 2023
1 parent e760b8c commit c4cd6a8
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ pi = 3.14159

#### Boolean

Either `true` or `false.
Either `true` or `false`.

```corn
not_false = true
Expand Down Expand Up @@ -553,21 +553,31 @@ And in fact, we could even go as far as to reduce that to a single line:
### VSCode

- Basic syntax highlighting
- Support Bracket matching and commenting
- Support for bracket matching and commenting

[extension](https://marketplace.visualstudio.com/items?itemName=JakeStanger.corn&ssr=false) | [repo](https://github.com/JakeStanger/corn-vscode)

### IntelliJ

- Syntax highlighting
- Parsing, lexing and live error checking
- Live error checking
- Support for bracket matching and commenting
- Basic completion support
- Basic refactoring support
- Basic Formatting and code style options

[extension](https://plugins.jetbrains.com/plugin/18519-corn) | [repo](https://github.com/JakeStanger/corn-intellij)

### Neovim

> Via [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
- Syntax highlighting
- Parsing and live syntax error checking
- Support for bracket matching and commenting

[parser](github.com/jakestanger/tree-sitter-corn)

## Contributing

Contributions are very welcome, although please do open an issue first as not every potential feature will get merged.
Expand Down

0 comments on commit c4cd6a8

Please sign in to comment.