Skip to content

Commit

Permalink
fix(ts): Temporarily disable highlighting for c and cpp.
Browse files Browse the repository at this point in the history
Signed-off-by: Guennadi Maximov C <[email protected]>
  • Loading branch information
DrKJeff16 committed Sep 3, 2024
1 parent ede1b32 commit 2a3480c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/plugin/treesitter/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ local ensure = {
'udev',
'vim',
'vimdoc',
'xml',
'yaml',
}

Expand All @@ -82,6 +81,8 @@ local Opts = {
local ok, stats = pcall(fs_stat, buf_name(buf))

local disable_ft = {
'c',
'cpp',
'text',
}

Expand Down

0 comments on commit 2a3480c

Please sign in to comment.