summaryrefslogtreecommitdiff
path: root/tests/lexers/apacheconf/test_include_globs.txt
blob: 4430d9efd8b646da07f693ff13c43e3549b02cf2 (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