Skip to content

Commit

Permalink
fix: remove ruby queries
Browse files Browse the repository at this point in the history
  • Loading branch information
hachy committed Mar 26, 2024
1 parent 6e6d7bd commit 93ae0d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions after/queries/ruby/highlights.scm

This file was deleted.

3 changes: 3 additions & 0 deletions lua/eva01/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,6 @@ vim.api.nvim_set_hl(0, "@keyword.lua", { link = "Include" })

-- vim
vim.api.nvim_set_hl(0, "@keyword.vim", { link = "Preproc" })

-- ruby
vim.api.nvim_set_hl(0, "@keyword.modifier.ruby", { link = "Preproc" })

0 comments on commit 93ae0d2

Please sign in to comment.