Skip to content

Commit

Permalink
update tree-sitter cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
stehessel committed Oct 8, 2024
1 parent dab2017 commit 8f40ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/editor/neovim/config/lua/plugins/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ return {
["aC"] = "@class.outer",
["iC"] = "@class.inner",
["ak"] = "@comment.outer",
["ik"] = "@comment.inner",
["ac"] = "@conditional.outer",
["ic"] = "@conditional.inner",
["af"] = "@function.outer",
Expand Down

0 comments on commit 8f40ec5

Please sign in to comment.