
xi\c           @   sb  d  Z  d d l Z d d l m Z m Z m Z m Z m Z m Z d d l	 m
 Z
 m Z m Z m Z m Z m Z m Z m Z m Z m Z d d l m Z d d l m Z d d d	 d
 d d d d d d d d d d d d d g Z d e f d     YZ d e f d     YZ d	 e f d     YZ d   Z d
 e f d     YZ d e f d     YZ d e f d     YZ d e f d     YZ  d e f d      YZ! d e f d!     YZ" d e f d"     YZ# d e f d#     YZ$ d e f d$     YZ% d e f d%     YZ& d e f d&     YZ' d e f d'     YZ( d e f d(     YZ) d e f d)     YZ* d S(*   s   
    pygments.lexers.configs
    ~~~~~~~~~~~~~~~~~~~~~~~

    Lexers for configuration file formats.

    :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
iN(   t
   RegexLexert   defaultt   wordst   bygroupst   includet   using(
   t   Textt   Commentt   Operatort   Keywordt   Namet   Stringt   Numbert   Punctuationt
   Whitespacet   Literal(   t	   BashLexer(   t	   JsonLexert   IniLexert   RegeditLexert   PropertiesLexert   KconfigLexert   Cfengine3Lexert   ApacheConfLexert   SquidConfLexert   NginxConfLexert   LighttpdConfLexert   DockerLexert   TerraformLexert   TermcapLexert   TerminfoLexert   PkgConfigLexert   PacmanConfLexert   AugeasLexert	   TOMLLexerc           B   s   e  Z d  Z d Z d d d g Z d d d g Z d d	 g Z i d
 e f d e j	 f d e
 f d e e j e e e e  f d e j f g d 6Z d   Z RS(   s5   
    Lexer for configuration files in INI style.
    t   INIt   init   cfgt   dosinis   *.inis   *.cfgs   *.infs
   text/x-inis   text/infs   \s+s   [;#].*s   \[.*?\]$s*   (.*?)([ \t]*)(=)([ \t]*)(.*(?:\n[ \t].+)*)s   (.+?)$t   rootc         C   sA   |  j  d  } | d k  r t S|  d d k o@ |  | d d k S(   Ns   
i   i    t   [i   t   ](   t   findt   False(   t   textt   npos(    (    s6   lib/python2.7/site-packages/pygments/lexers/configs.pyt   analyse_text1   s    (   t   __name__t
   __module__t   __doc__t   namet   aliasest	   filenamest	   mimetypesR   R   t   SingleR	   R   R
   t	   AttributeR   R   t   tokensR.   (    (    (    s6   lib/python2.7/site-packages/pygments/lexers/configs.pyR      s   		c           B   s   e  Z d  Z d Z d g Z d g Z d g Z i d e f d e f d e j	 f d e
 e e e j e  f d	 e
 e j e e e  d
 f d e
 e j e e e  d
 f g d 6d e d f d e
 e j e e  d f d e d f e d  g d
 6Z d   Z RS(   s   
    Lexer for `Windows Registry
    <http://en.wikipedia.org/wiki/Windows_Registry#.REG_files>`_ files produced
    by regedit.

    .. versionadded:: 1.6
    t   regt   registrys   *.regs   text/x-windows-registrys   Windows Registry Editor.*s   \s+s   [;#].*s   (\[)(-?)(HKEY_[A-Z_]+)(.*?\])$s)   ("(?:\\"|\\\\|[^"])+")([ \t]*)(=)([ \t]*)t   values   (.*?)([ \t]*)(=)([ \t]*)R'   t   -s   #pops1   (dword|hex(?:\([0-9a-fA-F]\))?)(:)([0-9a-fA-F,]+)s   .+c         C   s   |  j  d  S(   Ns   Windows Registry Editor(   t
   startswith(   R,   (    (    s6   lib/python2.7/site-packages/pygments/lexers/configs.pyR.   `   s    (   R/   R0   R1   R2   R3   R4   R5   R   R   R6   R   R	   R   R
   t   BuiltinR7   t   VariableR   R   R   R   R8   R.   (    (    (    s6   lib/python2.7/site-packages/pygments/lexers/configs.pyR   8   s.   					c           B   s   e  Z d  Z d Z d d g Z d g Z d g Z i d e e j	 e
 e  f d e j	 f d e e
 e  f d	 e e
 e  f d
 e e j	 e
 e e
 e  f d e
 f g d 6Z RS(   s   
    Lexer for configuration files in Java's properties format.

    Note: trailing whitespace counts as part of the value as per spec

    .. versionadded:: 1.4
    t
   Propertiest
   propertiest   jpropertiess   *.propertiess   text/x-java-propertiess   ^(\w+)([ \t])(\w+\s*)$s   ^\w+(\\[ \t]\w*)*$s   (^ *)([#!].*)s   (^ *)((?:;|//).*)s/   (.*?)([ \t]*)([=:])([ \t]*)(.*(?:(?<=\\)\n.*)*)s   \sR'   (   R/   R0   R1   R2   R3   R4   R5   R   R
   R7   R   R   R   R   R8   (    (    (    s6   lib/python2.7/site-packages/pygments/lexers/configs.pyR   d   s   		c         C   sY   d } | d k r d } n d | d } |  d k r> d } n
 d |  } d | | | f S(	   Ni   i   t   +s   {1,%d}i   t    s   {%s}s   (?:\t| %s\t| {%s})%s.*\n(    (   t   levelt	   tab_widtht   space_repeatt   level_repeat(    (    s6   lib/python2.7/site-packages/pygments/lexers/configs.pyt
   _rx_indent   s    		
c           B   s  e  Z d  Z d Z d d d d g Z d d d d g Z d	 g Z d
 Z d   Z d   Z	 i	 d e
 f d e j f e d< d  d! e f d" e d# f d$ e j f d% e f d& e f d' e j f d( e j f d) e j f d* e
 f g d+ 6d, e
 f e d-  e d.  e d/  e d0  e d1  e d2  e d3  e d4  g	 d# 6e	 d-  d5 6e	 d.  d6 6e	 d/  d7 6e	 d0  d8 6e	 d1  d9 6e	 d2  d: 6e	 d3  d; 6Z RS(=   sC   
    For Linux-style Kconfig files.

    .. versionadded:: 1.6
    t   Kconfigt   kconfigt
   menuconfigs   linux-configs   kernel-configs   *Config.in*s   external.in*s   standard-modules.ins   text/x-kconfigi    c         C   s   t  |   t j d |  f S(   Ns   indent%s(   RI   R   t   Doc(   RE   (    (    s6   lib/python2.7/site-packages/pygments/lexers/configs.pyt   call_indent   s    c         C   s(   t  |   t j f d t f t d  g S(   Ns   \s*\ns   #pop:2(   RI   R   RM   R   R   (   RE   (    (    s6   lib/python2.7/site-packages/pygments/lexers/configs.pyt	   do_indent   s    	s   \s+s   #.*?\nt   mainmenut   configt   choicet	   endchoicet   commentt   menut   endmenus
   visible ift   ift   endift   sourcet   promptt   selects
   depends onR   t   ranget   optiont   suffixs   \bs   (---help---|help)[\t ]*\nt   helps;   (bool|tristate|string|hex|int|defconfig_list|modules|env)\bs   [!=&|]s   [()]s   [0-9]+s   '(''|[^'])*'s   "(""|[^"])*"s   \S+R'   s   \s*\ni   i   i   i   i   i   i   s   #popt   indent7t   indent6t   indent5t   indent4t   indent3t   indent2t   indent1(   RP   RQ   RL   RR   RS   RT   RU   RV   s
   visible ifRW   RX   RY   RZ   R[   s
   depends onR   R\   R]   (   R/   R0   R1   R2   R3   R4   R5   t   flagsRN   RO   R   R   R6   R   R	   R
   R>   R   R   R   t   IntegerR   t   DoubleR   R8   (    (    (    s6   lib/python2.7/site-packages/pygments/lexers/configs.pyR      sV   							   											c           B   s(  e  Z d  Z d Z d d g Z d g Z g  Z i d e f d e e	 e
 e	 e
 e	  f d e e	 e
 e	 e
 e j e  d f d	 e e	 e
 e	 e
 e j  f d
 e e e j e e
 e	 j e
 e e
  f d e e	 j e
 e e
  f d e d f d e e j e  f d e e j e  f d e e	 j e  f d e j f d e f d e f d e f d e j f d e j f d e j f d e
 f g d 6d e j d f d e j f d e d f d e f d e f g d 6d e j d  f d! e j d f d" e j f g d 6d# e d f d$ e f d e j f d e
 f g d 6Z RS(%   s_   
    Lexer for `CFEngine3 <http://cfengine.org>`_ policy files.

    .. versionadded:: 1.5
    t	   CFEngine3t	   cfengine3t   cf3s   *.cfs   #.*?\ns   (body)(\s+)(\S+)(\s+)(control)s%   (body|bundle)(\s+)(\S+)(\s+)(\w+)(\()t   arglists!   (body|bundle)(\s+)(\S+)(\s+)(\w+)s7   (")([^"]+)(")(\s+)(string|slist|int|real)(\s*)(=>)(\s*)s   (\S+)(\s*)(=>)(\s*)t   "t   strings	   (\w+)(\()s   ([\w.!&|()]+)(::)s   (\w+)(:)s   @[{(][^)}]+[})]s   [(){},;]s   =>s   ->s   \d+\.\d+s   \d+s   \w+s   \s+R'   s   \$[{(]t   interpols   \\.s   #pops   \nt   .s   #pushs   [})]s	   [^${()}]+s   \)t   ,(   R/   R0   R1   R2   R3   R4   R5   R   R   R	   R   R
   t   FunctionR   R?   t   TypeR   t   ReservedR   t   Classt   DeclarationR   t   FloatRh   t   Interpolt   EscapeR8   (    (    (    s6   lib/python2.7/site-packages/pygments/lexers/configs.pyR      sV   							c           B   s  e  Z d  Z d Z d d d g Z d d d g Z d g Z e j e j	 BZ
 i d	 e f d
 e f d e e j e e e j  f d e e j e  d f d e f g d 6d e f d e d f d e f d e f d e f d e f d e j f d e f d e j f d e f g
 d 6Z RS(   so   
    Lexer for configuration files following the Apache config file
    format.

    .. versionadded:: 0.6
    t
   ApacheConft
   apacheconft   aconft   apaches	   .htaccesss   apache.confs   apache2.confs   text/x-apacheconfs   \s+s   (#.*?)$s   (<[^\s>]+)(?:(\s+)(.*))?(>)s   ([a-z]\w*)(\s+)R;   s   \.+R'   s   \\\nt   $s   #pops   \\s   [^\S\n]+s   \d+\.\d+\.\d+\.\d+(?:/\d+)?s   \d+s   /([a-z0-9][\w./-]+)s   (on|off|none|any|all|double|email|dns|min|minimal|os|productonly|full|emerg|alert|crit|error|warn|notice|info|debug|registry|script|inetd|standalone|user|group)\bs   "([^"\\]*(?:\\.[^"\\]*)*)"s	   [^\s"\\]+(   R/   R0   R1   R2   R3   R4   R5   t   ret	   MULTILINEt
   IGNORECASERg   R   R   R   R
   t   TagR   R>   R   t   OtherR	   Ri   R8   (    (    (    s6   lib/python2.7/site-packages/pygments/lexers/configs.pyR     s2   								c           B   s  e  Z d  Z d Z d d d g Z d g Z d g Z e j Z	 dZ
 dZ dZ dZ dZ dZ d Z i d e f d e d f e e
 dddde f e e dddde j f e e dddde f e e dddde f e e dddde f e e dddde f e de de j f d	e f d
e f g d6de j df de df e d g d 6Z RS(  sj   
    Lexer for `squid <http://www.squid-cache.org/>`_ configuration files.

    .. versionadded:: 0.9
    t	   SquidConft	   squidconfs
   squid.conft   squids   text/x-squidconft
   access_logt   aclt   always_directt   announce_hostt   announce_periodt   announce_portt   announce_tot   anonymize_headerst   append_domaint   as_whois_servert   auth_param_basict   authenticate_childrent   authenticate_programt   authenticate_ttlt   broken_postst   buffered_logst   cache_access_logt   cache_announcet	   cache_dirt   cache_dns_programt   cache_effective_groupt   cache_effective_usert
   cache_hostt   cache_host_aclt   cache_host_domaint	   cache_logt	   cache_memt   cache_mem_hight   cache_mem_lowt	   cache_mgrt   cachemgr_passwdt
   cache_peert   cache_peer_accesst   cahce_replacement_policyt   cache_stoplistt   cache_stoplist_patternt   cache_store_logt
   cache_swapt   cache_swap_hight   cache_swap_logt   cache_swap_lowt	   client_dbt   client_lifetimet   client_netmaskt   connect_timeoutt   coredump_dirt   dead_peer_timeoutt   debug_optionst   delay_accesst   delay_classt   delay_initial_bucket_levelt   delay_parameterst   delay_poolst	   deny_infot   dns_childrent   dns_defnamest   dns_nameserverst   dns_testnamest   emulate_httpd_logt   err_html_textt   fake_user_agentt   firewall_ipt   forwarded_fort   forward_snmpd_portt   fqdncache_sizet   ftpget_optionst   ftpget_programt   ftp_list_widtht   ftp_passivet   ftp_usert   half_closed_clientst   header_accesst   header_replacet   hierarchy_stoplistt   high_response_time_warningt   high_page_fault_warningt
   hosts_filet	   htcp_portt   http_accesst   http_anonymizert   httpd_accelt   httpd_accel_hostt   httpd_accel_portt   httpd_accel_uses_host_headert   httpd_accel_with_proxyt	   http_portt   http_reply_accesst
   icp_accesst   icp_hit_stalet   icp_portt   icp_query_timeoutt   ident_lookupt   ident_lookup_accesst   ident_timeoutt   incoming_http_averaget   incoming_icp_averaget   inside_firewallt   ipcache_hight   ipcache_lowt   ipcache_sizet   local_domaint   local_ipt   logfile_rotatet   log_fqdnt   log_icp_queriest   log_mime_hdrst   maximum_object_sizet   maximum_single_addr_triest   mcast_groupst   mcast_icp_query_timeoutt   mcast_miss_addrt   mcast_miss_encode_keyt   mcast_miss_portt   memory_poolst   memory_pools_limitt   memory_replacement_policyt
   mime_tablet   min_http_poll_cntt   min_icp_poll_cntt   minimum_direct_hopst   minimum_object_sizet   minimum_retry_timeoutt   miss_accesst   negative_dns_ttlt   negative_ttlt   neighbor_timeoutt   neighbor_type_domaint
   netdb_hight	   netdb_lowt   netdb_ping_periodt   netdb_ping_ratet   never_directt   no_cachet   passthrough_proxyt   pconn_timeoutt   pid_filenamet   pinger_programt   positive_dns_ttlt   prefer_directt
   proxy_autht   proxy_auth_realmt
   query_icmpt   quick_abortt   quick_abort_maxt   quick_abort_mint   quick_abort_pctt   range_offset_limitt   read_timeoutt   redirect_childrent   redirect_programt   redirect_rewrites_host_headert   reference_aget   refresh_patternt   reload_into_imst   request_body_max_sizet   request_sizet   request_timeoutt   shutdown_lifetimet   single_parent_bypasst   siteselect_timeoutt   snmp_accesst   snmp_incoming_addresst	   snmp_portt   source_pingt	   ssl_proxyt   store_avg_object_sizet   store_objects_per_buckett   strip_query_termst   swap_level1_dirst   swap_level2_dirst   tcp_incoming_addresst   tcp_outgoing_addresst   tcp_recv_bufsizet   test_reachabilityt   udp_hit_objt   udp_hit_obj_sizet   udp_incoming_addresst   udp_outgoing_addresst   unique_hostnamet   unlinkd_programt   uri_whitespacet   useragent_logt   visible_hostnamet
   wais_relayt   wais_relay_hostt   wais_relay_ports
   proxy-onlyt   weightt   ttls   no-queryR   s   round-robins   multicast-respondert   ont   offt   allt   denyt   allowt   viat   parents	   no-digestt   heapt   lrut   realmt   childrent   q1t   q2t   credentialsttlt   nonet   disablet   offline_togglet   diskdt   shutdownt   infot	   parametert   server_listt   client_listt   objectst
   vm_objectst   utilizationt   ipcachet	   fqdncachet   dnst
   redirectort   iot   reply_headerst   filedescriptorst   netdbt   statust   enablet   cleart	   url_regext   urlpath_regext   referer_regext   portt   protot   req_mime_typet   rep_mime_typet   methodt   browsert   usert   srct   dstt   timet	   dstdomaint   identt   snmp_communitys  (?:(?:(?:[3-9]\d?|2(?:5[0-5]|[0-4]?\d)?|1\d{0,2}|0x0*[0-9a-f]{1,2}|0+[1-3]?[0-7]{0,2})(?:\.(?:[3-9]\d?|2(?:5[0-5]|[0-4]?\d)?|1\d{0,2}|0x0*[0-9a-f]{1,2}|0+[1-3]?[0-7]{0,2})){3})|(?!.*::.*::)(?:(?!:)|:(?=:))(?:[0-9a-f]{0,4}(?:(?<=::)|(?<!::):)){6}(?:[0-9a-f]{0,4}(?:(?<=::)|(?<!::):)[0-9a-f]{0,4}(?:(?<=::)|(?<!:)|(?<=:)(?<!::):)|(?:25[0-4]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-4]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))s   \s+t   #RT   t   prefixs   \bR^   s   stats/s   log/t   =s   (?:/(?:s   |\b\d+\b))?s   (?:\b\d+\b(?:-\b\d+|%)?)s   \S+R'   s	   \s*TAG:.*s   #pops   .+(   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R  R  R  R  R  R  R  R  R	  R
  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R   R!  R"  R#  R$  R%  R&  R'  R(  R)  R*  R+  R,  R-  R.  R/  R0  R1  R2  R3  R4  R5  R6  R7  R8  R9  R:  R;  R<  R=  R>  R?  R@  RA  (   s
   proxy-onlyRB  RC  s   no-queryR   s   round-robins   multicast-responderRD  RE  RF  RG  RH  RI  RJ  s	   no-digestRK  RL  RM  RN  RO  RP  RQ  RR  RS  RT  RU  (   RV  RW  RX  RY  RZ  s
   squid.conf(   R[  R\  R]  R^  R_  R`  Ra  Rb  Rc  Rd  Re  (   Rf  Rg  RS  Rh  (   Ri  Rj  Rk  Rl  Rm  Rn  Ro  Rp  Rq  Rr  Rs  Rt  Ru  Rv  Rw  Rx  (   R/   R0   R1   R2   R3   R4   R5   R   R   Rg   t   keywordst   optst   actionst   actions_statst   actions_logt   aclst   ip_reR   R   R   R	   R
   t   ConstantR   R   Rx   R   Rz   R   R8   (    (    (    s6   lib/python2.7/site-packages/pygments/lexers/configs.pyR   H  s   			                                                              			c           B   sV  e  Z d  Z d Z d g Z d g Z d g Z i d e e e	 e
  f d e d f e d  g d	 6d
 e d f d e j d f e d  g d 6d e d f d e d f e d  g d 6d e j f d e
 j f d e
 j f d e e
 e e j  f d e f d e j f d e e e	 e j  f d e f d e f d e
 f d e	 f d e	 f g d 6Z RS(   sa   
    Lexer for `Nginx <http://nginx.net/>`_ configuration files.

    .. versionadded:: 0.11
    s   Nginx configuration filet   nginxs
   nginx.confs   text/x-nginx-confs   (include)(\s+)([^\s;]+)s   [^\s;#]+t   stmtt   baseR'   s   \}s   #pop:2t   blocks   \{t   ;s   #pops   #.*\ns   on|offs   \$[^\s;#()]+s   ([a-z0-9.-]+)(:)([0-9]+)s   [a-z-]+/[a-z-+]+s   [0-9]+[km]?\bs   (~)(\s*)([^\s{]+)s   [:=~]s   [^\s;#{}$]+s	   /[^\s;#]*s   \s+s   [$;](   R/   R0   R1   R2   R3   R4   R5   R   R	   R   R
   R   R   t	   NamespaceR   R6   R  R?   R   Rh   R   t   RegexR8   (    (    (    s6   lib/python2.7/site-packages/pygments/lexers/configs.pyR     s8   								c           B   s   e  Z d  Z d Z d d g Z g  Z d g Z i d e j f d e	 f d e
 f d e f d	 e f d
 e f d e	 j f d e f d e j f d e f g
 d 6Z RS(   sg   
    Lexer for `Lighttpd <http://lighttpd.net/>`_ configuration files.

    .. versionadded:: 0.11
    s   Lighttpd configuration filet   lightyt   lighttpds   text/x-lighttpd-confs   #.*\ns   /\S*s   [a-zA-Z._-]+s   \d+\.\d+\.\d+\.\d+(?:/\d+)?s   [0-9]+s   =>|=~|\+=|==|=|\+s   \$[A-Z]+s   [(){}\[\],]s   "([^"\\]*(?:\\.[^"\\]*)*)"s   \s+R'   (   R/   R0   R1   R2   R3   R4   R5   R   R6   R
   R	   R   R   R>   R   R   Ri   R   R8   (    (    (    s6   lib/python2.7/site-packages/pygments/lexers/configs.pyR     s    							c           B   s-  e  Z d  Z d Z d d g Z d d g Z d g Z d Z d Z d	 Z	 e
 j e
 j BZ i d
 e f d e	 f e e e e   f d e	 e	 f e e e e   f d e	 f e e e e  e e   f d e	 e	 f e e e e   f d e e e e  f d e f e f d e e  f g d 6Z RS(   s`   
    Lexer for `Docker <http://docker.io>`_ configuration files.

    .. versionadded:: 2.0
    t   Dockert   dockert
   dockerfilet
   Dockerfiles   *.dockers   text/x-dockerfile-configs2   (?:FROM|MAINTAINER|EXPOSE|WORKDIR|USER|STOPSIGNAL)s-   (?:RUN|CMD|ENTRYPOINT|ENV|ARG|LABEL|ADD|COPY)s   (?:\s*\\?\s*)s   #.*s   (ONBUILD)(%s)s   (HEALTHCHECK)((%s--\w+=\w+%s)*)s*   (VOLUME|ENTRYPOINT|CMD|SHELL)(%s)(\[.*?\])s   (LABEL|ENV|ARG)((%s\w+=\w+%s)*)s   (%s|VOLUME)\b(.*)s   (%s)s   (.*\\\n)*.+R'   (   R/   R0   R1   R2   R3   R4   R5   t	   _keywordst   _bash_keywordst   _lbR   R   R   Rg   R   R   R	   R   R   R   R   R8   (    (    (    s6   lib/python2.7/site-packages/pygments/lexers/configs.pyR     s*   		
c           B   sW  e  Z d  Z d Z d d g Z d g Z d d g Z d; Z i	 e d  e d  e d  e d  e d  d e	 f g d 6e
 d< d d d d e j f d e j d f d e j f d e e j e e  f e
 d= d d d d e j d% f e
 e d d d d e j f d& e j d' f g d 6d( e e e e  f e d  e d  g d% 6d& e j d) f e
 d> d d d d e j f e d  e d  d/ e f d0 e j d1 f g d' 6d2 e e j  f g d 6d3 e f g d 6d4 e j f d0 e j f g d 6d5 e j f d6 e j d) f d7 e j d1 f d8 e j f g d 6d9 e f d/ e f d: e f g d 6Z RS(?   sc   
    Lexer for `terraformi .tf files <https://www.terraform.io/>`_.

    .. versionadded:: 2.1
    t	   Terraformt	   terraformt   tfs   *.tfs   application/x-tfs   application/x-terraformt   ingresst   egresst   listenerR   t
   connectiont   aliast   tagst	   lifecyclet   timeoutsRo   t   punctuationt   curlyt   basict
   whitespaces   [0-9]+R'   t   truet   falseRz  s   \bR^   s   \s*/\*RT   s   \s*#.*\ns   (.*?)(\s*)(=)t   variablet   resourcet   providert   provisionert   modulet   functions   \$\{t   var_builtins   (\s+)(".*")(\s+)s   #pusht   concatt   filet   joint   lookupt   elements   \s+s   \}s   #pops   (".*")s
   [\[\](),.]s   \{s   [^*/]s   /\*s   \*/s   [*/]s   \ns   \\\n(	   R  R  R  R   R  R  R  R  R  (   R  R  (   R  R  R  R  R  (   R  R  R  R  R  (   R/   R0   R1   R2   R3   R4   R5   t   embedded_keywordsR   R   R   R	   Rt   R   t	   MultilineR6   R   R
   R7   R   R   Ru   Rw   R   Ry   R>   Ri   R   R8   (    (    (    s6   lib/python2.7/site-packages/pygments/lexers/configs.pyR   5  sT   														c           B   s  e  Z d  Z d Z d g Z d d g Z g  Z i d e f d e j	 d f g d 6d e
 d	 f d
 e d f d e f d e j f g d 6d e
 f d e
 d f d e e e  f d e d f d
 e f d e j f g d 6d e f d
 e d	 f d e f d e f g d 6Z RS(   sm   
    Lexer for termcap database source.

    This is very simple and minimal.

    .. versionadded:: 2.1
    t   Termcapt   termcaps   termcap.srcs   ^#.*$s
   ^[^\s#:|]+t   namesR'   s   \ns   #popt   :t   defss   \|s   [^:|]+s
   \\\n[ \t]*s   \n[ \t]*s   #pop:2s   (#)([0-9]+)R{  t   datas	   [^\s:=#]+s   \\072s   [^:\\]+Rq   (   R/   R0   R1   R2   R3   R4   R5   R   R
   R   R   R   R7   R   R   R   Rv   R   R8   (    (    (    s6   lib/python2.7/site-packages/pygments/lexers/configs.pyR   ~  s,   							c        	   B   s   e  Z d  Z d Z d g Z d d g Z g  Z i d e f d e j	 d f g d 6d e
 d	 f d
 e e e
  d f d e f d e j f g d 6d e
 f d e
 d f d e e e  f d e d f d
 e e e
  f d e j f g d 6d e f d
 e e e
  d	 f d e f d e f g d 6Z RS(   sn   
    Lexer for terminfo database source.

    This is very simple and minimal.

    .. versionadded:: 2.1
    t   Terminfot   terminfos   terminfo.srcs   ^#.*$s
   ^[^\s#,|]+R  R'   s   \ns   #pops   (,)([ \t]*)R  s   \|s   [^,|]+s   \n[ \t]+s   #pop:2s   (#)([0-9]+)R{  R  s	   [^\s,=#]+s   \\[,\\]s   [^\\,]+Rq   (   R/   R0   R1   R2   R3   R4   R5   R   R
   R   R   R   R   R7   R   R   Rv   R   R8   (    (    (    s6   lib/python2.7/site-packages/pygments/lexers/configs.pyR     s,   						c           B   s  e  Z d  Z d Z d g Z d g Z g  Z i d e j f d e	 e
 j e  f d e	 e
 j e  d f e d  d	 e f d
 e f g d 6d e f d e j d f g d 6d e j d f d e
 j f g d 6e d  d e j d f d e d f d e f d
 e f g d 6Z RS(   s   
    Lexer for `pkg-config
    <http://www.freedesktop.org/wiki/Software/pkg-config/>`_
    (see also `manual page <http://linux.die.net/man/1/pkg-config>`_).

    .. versionadded:: 2.1
    t	   PkgConfigt	   pkgconfigs   *.pcs   #.*$s	   ^(\w+)(=)s   ^([\w.]+)(:)t   spvaluet   interps   [^${}#=:\n.]+Rq   R'   s   \$\$s   \$\{R  s   \}s   #pops   \w+s   \ns
   [^${}#\n]+(   R/   R0   R1   R2   R3   R4   R5   R   R6   R   R
   R7   R   R   R   R   R   R   Ry   R8   (    (    (    s6   lib/python2.7/site-packages/pygments/lexers/configs.pyR     s,   							c        
   B   s   e  Z d  Z d Z d g Z d g Z g  Z i d e j f d e	 f d e
 e j e e  f d e
 e e j e  f e d d d e j f d e f g d 6Z RS(   s  
    Lexer for `pacman.conf
    <https://www.archlinux.org/pacman/pacman.conf.5.html>`_.

    Actually, IniLexer works almost fine for this format,
    but it yield error token. It is because pacman.conf has
    a form without assignment like:

        UseSyslog
        Color
        TotalDownload
        CheckSpace
        VerbosePkgLists

    These are flags to switch on.

    .. versionadded:: 2.1
    t
   PacmanConft
   pacmanconfs   pacman.confs   #.*$s   ^\s*\[.*?\]\s*$s   (\w+)(\s*)(=)s   ^(\s*)(\w+)(\s*)$s   $repos   $archs   %os   %uR^   s   \bRq   R'   (   s   $repos   $archs   %os   %u(   R/   R0   R1   R2   R3   R4   R5   R   R6   R	   R   R
   R7   R   R   R   R?   R8   (    (    (    s6   lib/python2.7/site-packages/pygments/lexers/configs.pyR      s(   			   	c           B   s  e  Z d  Z d Z d g Z d g Z i d e e j e	 e
 j  f d e e j e	 e
 j  f d e e
 j e	  f d e e e
 j e e j e  f d e j d	 f d
 e f d e f d e j d f d e j d f d e e
 j e e
 j  f d e
 j f d e	 f g d 6d e j f d e j f d e j d f g d 6d e j f d e j f d e j d f g d 6d e j f d e j d f d e j d f d e j f g d	 6Z RS(   sM   
    Lexer for `Augeas <http://augeas.net>`_.

    .. versionadded:: 2.4
    t   Augeast   augeass   *.augs   (module)(\s*)([^\s=]+)s   (let)(\s*)([^\s=]+)sV   (del|store|value|counter|seq|key|label|autoload|incl|excl|transform|test|get|put)(\s+)s8   (\()([^:]+)(\:)(unit|string|regexp|lens|tree|filter)(\))s   \(\*RT   s   [*+\-.;=?|]s
   [()\[\]{}]Rn   Ro   s   \/t   regexs   ([A-Z]\w*)(\.)(\w+)Rq   s   \sR'   s   \\.s   [^"]s   #pops   [^/]s   [^*)]s   #pushs   \*\)s   [)*](   R/   R0   R1   R2   R3   R4   R   R	   R  R   R
   Rw   R?   R>   R   Rt   R   R  R   R   Ri   R  Rz   R8   (    (    (    s6   lib/python2.7/site-packages/pygments/lexers/configs.pyR!   K  s6   		!		c           B   s   e  Z d  Z d Z d g Z d g Z i d e f d e j f d e	 f d e	 f d e	 f d	 e
 j f d
 e f d e
 f d e j f d e j f d e j f d e j f d e j f d e f d e f d e f g d 6Z RS(   s   
    Lexer for `TOML <https://github.com/toml-lang/toml>`_, a simple language
    for config files.

    .. versionadded:: 2.4
    t   TOMLt   tomls   *.tomls   \s+s   #.*?$s   "(\\\\|\\"|[^"])*"s   \'\'\'(.*)\'\'\'s
   \'[^\']*\'s   (true|false)$s   [a-zA-Z_][\w\-]*s   \[.*?\]$s>   \d{4}-\d{2}-\d{2}(?:T| )\d{2}:\d{2}:\d{2}(?:Z|[-+]\d{2}:\d{2})s'   (\d+\.\d*|\d*\.\d+)([eE][+-]?[0-9]+)?j?s   \d+[eE][+-]?[0-9]+j?s   [+-]?(?:(inf(?:inity)?)|nan)s   [+-]?\d+s   []{}:(),;[]s   \.R{  R'   (   R/   R0   R1   R2   R3   R4   R   R   R6   R   R	   R  R
   R   Rh   Rx   R   R   R8   (    (    (    s6   lib/python2.7/site-packages/pygments/lexers/configs.pyR"   w  s*   										(+   R1   R   t   pygments.lexerR    R   R   R   R   R   t   pygments.tokenR   R   R   R	   R
   R   R   R   R   R   t   pygments.lexers.shellR   t   pygments.lexers.dataR   t   __all__R   R   R   RI   R   R   R   R   R   R   R   R   R   R   R   R    R!   R"   (    (    (    s6   lib/python2.7/site-packages/pygments/lexers/configs.pyt   <module>
   s8   .F			,	M=*.!I..89,