Skip to content

Commit

Permalink
fix(treesitter): correct yaml field (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast authored Dec 14, 2022
1 parent 0903c48 commit d2e0888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nightfox/group/modules/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ If you want to stay on nvim 0.7, disable the module, or pin to commit 15f3b5837a
["@field.rust"] = { fg = spec.fg2 },

-- yaml
["@field.yaml"] = { fg = spec.func }, -- For fields.
["@field.yaml"] = { fg = syn.func }, -- For fields.
}
end

Expand Down

0 comments on commit d2e0888

Please sign in to comment.