Meson files are called `meson.build`, and the syntax contains two pairs of start/end markers: * [`if` / `endif`](https://mesonbuild.com/Syntax.html#if-statements) * [`foreach` / `endforeach`](https://mesonbuild.com/Syntax.html#foreach-statements) I'm thankfully not aware of any other support from this plugin that this language would require :)