Skip to content

Commit

Permalink
fix: parameter comment doc highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
blindFS committed Dec 18, 2024
1 parent e36dde8 commit 97449db
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions queries/nu/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -311,13 +311,9 @@ key: (identifier) @property

(shebang) @keyword.directive
(comment) @comment
(
(comment)+ @comment.documentation
.
(decl_def)
)
(
(parameter)
.
(comment) @comment.documentation
)
((comment)+ @comment.documentation @spell
.
(decl_def))

(parameter
(comment) @comment.documentation @spell)

0 comments on commit 97449db

Please sign in to comment.