Skip to content

Commit 39e2042

Browse files
committed
chore: regular parser update
1 parent afb8294 commit 39e2042

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* [Topiary](https://github.com/tweag/topiary): tree-sitter based uniform formatter
55
* This repo contains:
66
- languages.ncl: configuration that enables nushell
7-
- nushell.scm: tree-sitter query DSL that defines the behavior of formatter for nushell
7+
- nu.scm: tree-sitter query DSL that defines the behavior of the formatter for nushell
88
- stand-alone tests written in nushell
99

1010
## setup

languages.ncl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
extensions = ["nu"],
55
grammar.source.git = {
66
git = "https://github.com/nushell/tree-sitter-nu.git",
7-
rev = "249c39d315bd4bbe04b7b1be8d7004587b5032bd",
7+
rev = "9822fc63a62ff87939c88ead9f381f951f092dee",
88
},
99
},
1010
},

0 commit comments

Comments
 (0)