File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
data/syntax-highlighting/vim/syntax Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727let s: cpo_save = &cpo
2828set cpo &vim
2929
30- " http ://mesonbuild.com/Syntax.html
30+ " https ://mesonbuild.com/Syntax.html
3131syn keyword mesonConditional elif else if endif
3232syn keyword mesonRepeat foreach endforeach
3333syn keyword mesonOperator and not or in
@@ -54,7 +54,7 @@ syn match mesonEscape "\\N{\a\+\%(\s\a\+\)*}" contained
5454syn match mesonEscape " \\ $"
5555
5656" Meson only supports integer numbers
57- " http ://mesonbuild.com/Syntax.html#numbers
57+ " https ://mesonbuild.com/Syntax.html#numbers
5858syn match mesonNumber " \<\d\+\> "
5959syn match mesonNumber " \< 0x\x\+\> "
6060syn match mesonNumber " \< 0o\o\+\> "
Original file line number Diff line number Diff line change 2727let s:cpo_save = &cpo
2828set cpo&vim
2929
30- " http ://mesonbuild.com/Syntax.html
30+ " https ://mesonbuild.com/Syntax.html
3131syn keyword mesonConditional elif else if endif
3232syn keyword mesonRepeat foreach endforeach
3333syn keyword mesonOperator and not or in
@@ -54,7 +54,7 @@ syn match mesonEscape "\\N{\a\+\%(\s\a\+\)*}" contained
5454syn match mesonEscape "\\$"
5555
5656" Meson only supports integer numbers
57- " http ://mesonbuild.com/Syntax.html#numbers
57+ " https ://mesonbuild.com/Syntax.html#numbers
5858syn match mesonNumber "\<\d\+\>"
5959syn match mesonNumber "\<0x \x\+\ >"
6060syn match mesonNumber "\<0o \o\+\ >"
Original file line number Diff line number Diff line change @@ -679,6 +679,6 @@ could not rebuild the required targets.
679679
680680.SH SEE ALSO
681681
682- http ://mesonbuild.com/
682+ https ://mesonbuild.com/
683683
684684https://wrapdb.mesonbuild.com/
You can’t perform that action at this time.
0 commit comments