Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

WIP: nvim_set_hl #96

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -964,13 +964,11 @@ Augroups and autocommands do not have an interface yet but it is being worked on

In the meantime, you can either create autocommands in Vimscript or use [this wrapper from norcalli/nvim_utils](https://github.com/norcalli/nvim_utils/blob/master/lua/nvim_utils.lua#L554-L567)

## Defining syntax/highlights
## Defining highlights

The syntax API is still a work in progress. Here are a couple of pointers:
### API functions

- [Issue #9876](https://github.com/neovim/neovim/issues/9876)
- [tjdevries/colorbuddy.vim, a library for creating colorschemes in Lua](https://github.com/tjdevries/colorbuddy.vim)
- [`:help lua-treesitter`](https://neovim.io/doc/user/treesitter.html#lua-treesitter)
**TODO**: nvim_set_hl()/nvim_buf_set_hl()

## General tips and recommendations

Expand Down