mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 08:50:11 -04:00
feat(nu): add parser and queries (#7267)
This commit is contained in:
parent
509d38fee8
commit
604aa5a7c8
12 changed files with 449 additions and 0 deletions
5
queries/nu/injections.scm
Normal file
5
queries/nu/injections.scm
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
; Forked from https://github.com/nushell/tree-sitter-nu
|
||||
; Copyright (c) 2019 - 2022 The Nushell Project Developers
|
||||
; Licensed under the MIT license.
|
||||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue