Skip to content

Commit

Permalink
The @spell query seemed to have broken some editors. Remove it until …
Browse files Browse the repository at this point in the history
…we can veriy. (IndianBoy42#127)
  • Loading branch information
tgross35 authored Feb 23, 2024
1 parent 07a8c77 commit e9f9d48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion queries-src/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@

; Comments

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

(shebang) @comment

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

; Comments

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

(shebang) @comment

Expand Down

0 comments on commit e9f9d48

Please sign in to comment.