We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb8294 commit 39e2042Copy full SHA for 39e2042
README.md
@@ -4,7 +4,7 @@
4
* [Topiary](https://github.com/tweag/topiary): tree-sitter based uniform formatter
5
* This repo contains:
6
- languages.ncl: configuration that enables nushell
7
- - nushell.scm: tree-sitter query DSL that defines the behavior of formatter for nushell
+ - nu.scm: tree-sitter query DSL that defines the behavior of the formatter for nushell
8
- stand-alone tests written in nushell
9
10
## setup
languages.ncl
extensions = ["nu"],
grammar.source.git = {
git = "https://github.com/nushell/tree-sitter-nu.git",
- rev = "249c39d315bd4bbe04b7b1be8d7004587b5032bd",
+ rev = "9822fc63a62ff87939c88ead9f381f951f092dee",
},
0 commit comments