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 657177a commit 2016b44Copy full SHA for 2016b44
languages.ncl
@@ -4,7 +4,7 @@
4
extensions = ["nu"],
5
grammar.source.git = {
6
git = "https://github.com/nushell/tree-sitter-nu.git",
7
- rev = "755efd545d39e23418ce6f96f2a8600ff1a7e74d",
+ rev = "249c39d315bd4bbe04b7b1be8d7004587b5032bd",
8
},
9
10
languages/nu.scm
@@ -279,9 +279,9 @@
279
280
;; match_arm
281
(val_list
282
- item: _ @append_space
+ entry: _ @append_space
283
.
284
- item: _ @prepend_spaced_softline
+ entry: _ @prepend_spaced_softline
285
)
286
287
(val_table
0 commit comments