diff options
| author | Xavier Claessens <xavier.claessens@collabora.com> | 2021-02-06 11:14:25 -0500 |
|---|---|---|
| committer | Xavier Claessens <xclaesse@gmail.com> | 2021-03-16 20:50:16 -0400 |
| commit | a45f939092cc2c60d49040bdb0147758a1403f61 (patch) | |
| tree | 76db6837f0ca5cf9a0546f80a8a88dc7a79d24bb /data/syntax-highlighting | |
| parent | 6415453f17f85e16d1d2ca3553325b769d0f124d (diff) | |
| download | meson-a45f939092cc2c60d49040bdb0147758a1403f61.tar.gz | |
Add range() function
Fixes: #5026.
Diffstat (limited to 'data/syntax-highlighting')
| -rw-r--r-- | data/syntax-highlighting/vim/syntax/meson.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/syntax-highlighting/vim/syntax/meson.vim b/data/syntax-highlighting/vim/syntax/meson.vim index 161bcf1a1..321866fdb 100644 --- a/data/syntax-highlighting/vim/syntax/meson.vim +++ b/data/syntax-highlighting/vim/syntax/meson.vim @@ -119,6 +119,7 @@ syn keyword mesonBuiltin \ test \ vcs_tag \ warning + \ range if exists("meson_space_error_highlight") " trailing whitespace |
