aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin/help.lua
blob: 4cc33861674823ddcd8c918dedae211a51eee847 (plain) (blame)
1
2
3
if vim.endswith(vim.fs.normalize(vim.api.nvim_buf_get_name(0)), '/doc/syntax.txt') then
  require('vim.vimhelp').highlight_groups()
end