fix(docs): README highlight typo

This commit is contained in:
n3wborn 2021-10-17 14:55:59 +02:00 committed by windwp
parent 85dbb46b54
commit 7becc6bc9d

View File

@ -317,8 +317,8 @@ npairs.setup({
end_key = '$',
keys = 'qwertyuiopzxcvbnmasdfghjkl',
check_comma = true,
hightlight = 'Search',
hightlight_grey='Comment'
highlight = 'Search',
highlight_grey='Comment'
},
})
```