This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/examplefiles/ldaprc/ldaprc.output
Étienne BERSAC 71de9cdc76
Add Ldaprc lexer (#2532)
Co-authored-by: Jean Abou Samra <jean@abou-samra.fr>
2023-10-26 13:38:52 +02:00

32 lines
789 B
Text
Generated

'# Single line comment' Comment.Single
'\n' Text.Whitespace
'URI' Keyword
' ' Text.Whitespace
'ldaps://ad.bridoulou.fr/' Literal
'\n' Text.Whitespace
'BINDDN' Keyword
' ' Text.Whitespace
'cn=admin,ou=users,dc=bridoulou,dc=fr' Literal
'\n' Text.Whitespace
'TLS_REQCERT' Keyword
' ' Text.Whitespace
'hard' Keyword.Constant
'\n' Text.Whitespace
'NETWORK_TIMEOUT' Keyword
' ' Text.Whitespace
'5' Literal.Number.Integer
'\n' Text.Whitespace
'TIMEOUT' Keyword
' ' Text.Whitespace
'5' Literal.Number.Integer
'\n' Text.Whitespace
'REFERRALS' Keyword
' ' Text.Whitespace
'off' Keyword.Constant
'\n' Text.Whitespace