diff options
author | Marvin Scholz <epirat07@gmail.com> | 2022-03-29 23:59:44 +0200 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2022-03-30 06:57:30 -0400 |
commit | 2cdddbab56ffdbca6accfc626521968fbe2c917e (patch) | |
tree | 16a0fd27f509d7a4ae0dd41fdd8eeaaa1a679a76 /data | |
parent | 969ae6e0e1ffe3d1acb6ef0ef93c809b566a3ea1 (diff) | |
download | meson-2cdddbab56ffdbca6accfc626521968fbe2c917e.zip meson-2cdddbab56ffdbca6accfc626521968fbe2c917e.tar.gz meson-2cdddbab56ffdbca6accfc626521968fbe2c917e.tar.bz2 |
Add new debug() function
Adds a new debug() function that can be used in the meson.build to
log messages to the meson-log.txt that will not be printed to stdout
when configuring the project.
Diffstat (limited to 'data')
-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 0519bb2..2cb49e3 100644 --- a/data/syntax-highlighting/vim/syntax/meson.vim +++ b/data/syntax-highlighting/vim/syntax/meson.vim @@ -127,6 +127,7 @@ syn keyword mesonBuiltin \ vcs_tag \ warning \ range + \ debug if exists("meson_space_error_highlight") " trailing whitespace |