Skip to content

Commit

Permalink
Add back @spell capture
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Mar 11, 2024
1 parent a909b06 commit b45a9fe
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
3 changes: 1 addition & 2 deletions queries-flavored/helix/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@

; Comments

; FIXME: add once all editors support it
(comment) @comment.line
(comment) @comment.line

(shebang) @comment

Expand Down
3 changes: 1 addition & 2 deletions queries-flavored/lapce/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@

; Comments

; FIXME: add once all editors support it
(comment) @comment.line
(comment) @comment.line

(shebang) @comment

Expand Down
3 changes: 1 addition & 2 deletions queries-flavored/nvim-next/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@

; Comments

; FIXME: add @spell once all editors support it
(comment) @comment
(comment) @comment @spell

(shebang) @comment

Expand Down
3 changes: 1 addition & 2 deletions queries-flavored/zed/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@

; Comments

; FIXME: add once all editors support it
(comment) @comment.line
(comment) @comment.line

(shebang) @comment

Expand Down
3 changes: 1 addition & 2 deletions queries-src/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@

; Comments

; FIXME: add @spell once all editors support it
(comment) @comment.line
(comment) @comment.line @spell

(shebang) @comment

Expand Down
3 changes: 1 addition & 2 deletions queries/just/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@

; Comments

; FIXME: add @spell once all editors support it
(comment) @comment
(comment) @comment @spell

(shebang) @comment

Expand Down

0 comments on commit b45a9fe

Please sign in to comment.