...

Text file src/github.com/alecthomas/chroma/lexers/testdata/meson.actual

Documentation: github.com/alecthomas/chroma/lexers/testdata

     1project('foo', 'cpp', default_options : ['warning_level=3'])
     2
     3required_modules = ['gnome']
     4
     5foreach mod in required_modules
     6  import(mod)
     7endforeach
     8
     9# Comment
    10zlib_dep = dependency('zlib')
    11executable('''bar''', 'main.cc', dependencies : zlib_dep)

View as plain text