summaryrefslogtreecommitdiff
path: root/tests/lexers/apacheconf/test_multi_include_globs.txt
blob: 316bc1e379967a834c1455dda2339c212379da94 (plain)
1
2
3
4
5
6
7
8
9
---input---
Include /etc/httpd/conf.d/*/*.conf

---tokens---
'Include'     Name.Builtin
' '           Text
'/etc/httpd/conf.d/*/*.conf' Literal.String.Other
''            Text
'\n'          Text