mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
neovim: Add syntax highlighting for glsl
Note that it may be easier to use treesitter highlighting by default.
This commit is contained in:
parent
35b677c46d
commit
1d165d3068
@ -581,7 +581,7 @@ in
|
||||
highlight = {
|
||||
enable = true,
|
||||
disable = function(lang)
|
||||
if lang ~= "javascript" and lang ~= "tsx" and lang ~= "typescript" and lang ~= "astro" and lang ~= "css" then
|
||||
if lang ~= "javascript" and lang ~= "tsx" and lang ~= "typescript" and lang ~= "astro" and lang ~= "css" and lang ~= "glsl" then
|
||||
return true
|
||||
end
|
||||
end,
|
||||
|
Loading…
Reference in New Issue
Block a user