diff options
author | bfredl <bjorn.linse@gmail.com> | 2022-09-06 10:10:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-06 10:10:01 +0200 |
commit | 5b8d6e0b3200c5cb9d98cbdb4ed0afe2b4edd38d (patch) | |
tree | 23aac48c4aff31236341260942ceeb7b42fc90ab /src | |
parent | 4bf005e9fdfb57397475b2663a3651faa83886ff (diff) | |
parent | 0822896efcf0da7002e323369fdc1e4a15ad1d57 (diff) | |
download | rneovim-5b8d6e0b3200c5cb9d98cbdb4ed0afe2b4edd38d.tar.gz rneovim-5b8d6e0b3200c5cb9d98cbdb4ed0afe2b4edd38d.tar.bz2 rneovim-5b8d6e0b3200c5cb9d98cbdb4ed0afe2b4edd38d.zip |
Merge pull request #15391 from vigoux/ts-lua-builtin
feat(treesitter): highlighting for core languages, enabled for Lua
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/highlight_group.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/highlight_group.c b/src/nvim/highlight_group.c index 5c07784db3..412fe3509d 100644 --- a/src/nvim/highlight_group.c +++ b/src/nvim/highlight_group.c @@ -186,7 +186,6 @@ static const char *highlight_init_both[] = { "default link DiagnosticSignInfo DiagnosticInfo", "default link DiagnosticSignHint DiagnosticHint", - "default link @error Error", "default link @text.underline Underlined", "default link @todo Todo", "default link @debug Debug", |