From 70a7cf30a13a8e9f0066d72b53e7a467e2815f83 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sat, 10 Feb 2018 18:44:55 +0000 Subject: Re-link remaining github wiki urls to mesonbuild.com site --- data/syntax-highlighting/vim/syntax/meson.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/syntax-highlighting/vim/syntax/meson.vim b/data/syntax-highlighting/vim/syntax/meson.vim index e06b2df..83dd66a 100644 --- a/data/syntax-highlighting/vim/syntax/meson.vim +++ b/data/syntax-highlighting/vim/syntax/meson.vim @@ -29,7 +29,7 @@ endif let s:cpo_save = &cpo setlocal cpo&vim -" https://github.com/mesonbuild/meson/wiki/Syntax +" http://mesonbuild.com/Syntax.html syn keyword mesonConditional elif else if endif syn keyword mesonRepeat foreach endforeach syn keyword mesonOperator and not or @@ -55,7 +55,7 @@ syn match mesonEscape "\\N{\a\+\%(\s\a\+\)*}" contained syn match mesonEscape "\\$" " Meson only supports integer numbers -" https://github.com/mesonbuild/meson/wiki/Syntax#numbers +" http://mesonbuild.com/Syntax.html#numbers syn match mesonNumber "\<\d\+\>" " booleans -- cgit v1.1