aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2023-04-10 23:39:22 -0400
committerEli Schwartz <eschwartz93@gmail.com>2023-04-11 19:21:05 -0400
commit01016fc554efe0bfc59bf24d672653f5fe031b60 (patch)
tree337ccd61ee8fed14ac3a46509a9a45e49caf5c7f
parentb5c1c93ea8ba14beb1bb28299dfb3c4a7e18244d (diff)
downloadmeson-01016fc554efe0bfc59bf24d672653f5fe031b60.zip
meson-01016fc554efe0bfc59bf24d672653f5fe031b60.tar.gz
meson-01016fc554efe0bfc59bf24d672653f5fe031b60.tar.bz2
syntax-highlighting: vim: fix mesonSpaceError
Fixes regression from 388fa6e7761712a7b1d3422a879fa9e90b6fa606 Found by https://www.check-spelling.dev/ Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
-rw-r--r--data/syntax-highlighting/vim/syntax/meson.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/syntax-highlighting/vim/syntax/meson.vim b/data/syntax-highlighting/vim/syntax/meson.vim
index 3b858bd..1b576d9 100644
--- a/data/syntax-highlighting/vim/syntax/meson.vim
+++ b/data/syntax-highlighting/vim/syntax/meson.vim
@@ -150,7 +150,7 @@ hi def link mesonEscape Special
hi def link mesonNumber Number
hi def link mesonBuiltin Function
hi def link mesonBoolean Boolean
-if exists("meson_space_error_higlight")
+if exists("meson_space_error_highlight")
hi def link mesonSpaceError Error
endif