Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen authored Sep 10, 2024
1 parent 9879ef7 commit 656647e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can also open the Command Palette (<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</
The basic language integration is supported out of the box using `nixpkgs-fmt` and `nix instantiate`.

<details>
<summary>Syntax Highlighting</summary>
<summary>Syntax Highlighting support</summary>
<img src="./images/docs/nix-syntax-highlight.png" alt="syntax highlighting"/>
</details>

Expand Down Expand Up @@ -46,6 +46,7 @@ It can be changed by setting `nix.formatterPath` to any command which can accept
</details>

- Snippets are provided for conditional expressions, `let` expressions, `with` expressions, and `rec`ursive sets.
- Path completion support using https://github.com/ChristianKohler/PathIntellisense extension


## LSP Plugin Support
Expand Down Expand Up @@ -116,11 +117,6 @@ The following have been tested so far:
```
</details>

## Todos

- [Embedded language](https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide#embedded-languages) support for Bash.
- Path completion.

## Contributing

- Document the purpose of functions and classes.
Expand Down

0 comments on commit 656647e

Please sign in to comment.