diff options
Diffstat (limited to 'plugins/snippets/data/meson.build')
| -rw-r--r-- | plugins/snippets/data/meson.build | 28 |
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'), +) |
