summaryrefslogtreecommitdiff
path: root/plugins/snippets/data/meson.build
diff options
context:
space:
mode:
authormbkma <[email protected]>2026-03-22 10:18:37 +0100
committermbkma <[email protected]>2026-03-22 22:08:28 +0100
commit4a14e878c1187d6cc1f76b87a24a6007314d996e (patch)
tree14e01a5357bd807b95d368da78202cb495658718 /plugins/snippets/data/meson.build
parentf1fd658bda21506fac8966821fcdb4c2a154b590 (diff)
downloadpluma-meson.tar.bz2
pluma-meson.tar.xz
add meson supportmeson
Diffstat (limited to 'plugins/snippets/data/meson.build')
-rw-r--r--plugins/snippets/data/meson.build28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/snippets/data/meson.build b/plugins/snippets/data/meson.build
new file mode 100644
index 00000000..32925564
--- /dev/null
+++ b/plugins/snippets/data/meson.build
@@ -0,0 +1,28 @@
+subdir('lang')
+
+install_data(
+ 'css.xml',
+ 'c.xml',
+ 'cpp.xml',
+ 'chdr.xml',
+ 'docbook.xml',
+ 'fortran.xml',
+ 'global.xml',
+ 'haskell.xml',
+ 'html.xml',
+ 'idl.xml',
+ 'javascript.xml',
+ 'java.xml',
+ 'latex.xml',
+ 'mallard.xml',
+ 'perl.xml',
+ 'php.xml',
+ 'python.xml',
+ 'ruby.xml',
+ 'sh.xml',
+ 'snippets.xml',
+ 'tcl.xml',
+ 'xml.xml',
+ 'xslt.xml',
+ install_dir: join_paths(datadir, 'pluma', 'plugins', 'snippets'),
+)