summaryrefslogtreecommitdiff
path: root/plugins/snippets/data/meson.build
blob: 329255646a5ddde2d00594c5aa9dac1c628143ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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'),
)