Changeset 521 for trunk/.svndigest


Ignore:
Timestamp:
Dec 24, 2007, 11:34:54 PM (16 years ago)
Author:
Peter Johansson
Message:

changing format of parsing codons in config file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.svndigest/config

    r519 r521  
    3131### Section for setting parsing modes
    3232### The format of the entries is:
    33 ###   file-name-pattern = start-code : end-code
     33###   file-name-pattern = "start-code" : "end-code"
    3434### The file-name-pattern may contain wildcards (such as '*' and '?').
    35 ### String "<NEWLINE>" can be used for codons containing newline
    36 ### character: '\n'
     35### String "\n" can be used for codons containing newline
     36### character.
    3737[parsing-codons]
    38 *.ac = # : <NEWLINE>  ;  dnl : <NEWLINE>
    39 *.am = # : <NEWLINE>  ;  dnl : <NEWLINE>
    40 *.m4 = # : <NEWLINE>  ;  dnl : <NEWLINE>
    41 *.c = // : <NEWLINE>  ;  /* : */
    42 *.cc = // : <NEWLINE>  ;  /* : */
    43 *.cpp = // : <NEWLINE>  ;  /* : */
    44 *.cxx = // : <NEWLINE>  ;  /* : */
    45 *.h = // : <NEWLINE>  ;  /* : */
    46 *.hh = // : <NEWLINE>  ;  /* : */
    47 *.hpp = // : <NEWLINE>  ;  /* : */
    48 *.java = // : <NEWLINE>  ;  /* : */
    49 *.pl = # : <NEWLINE>
    50 *.pm = # : <NEWLINE>
    51 *.sh = # : <NEWLINE>
    52 *config = # : <NEWLINE>
    53 bootstrap = # : <NEWLINE>
    54 Makefile = # : <NEWLINE>
    55 *.tex = % : <NEWLINE>
    56 *.m = % : <NEWLINE>
    57 *.jsp = <!-- : -->
    58 *.html = <%-- : --%>
    59 *.xml = <!-- : -->  ;  <!-- : -->
    60 *.xsl = <!-- : -->
    61 *.xsd = <!-- : -->
    62 *.xhtml = <!-- : -->
    63 *.shtml = <!-- : -->
    64 *.css = <!-- : -->
    65 *.rss = <!-- : -->
    66 *.sgml = <!-- : -->
    67 *.bat = <NEWLINE>REM : <NEWLINE>  ;  <NEWLINE>rem : <NEWLINE>
     38*.ac = "#":"\n"  ;  "dnl":"\n"
     39*.am = "#":"\n"  ;  "dnl":"\n"
     40*.m4 = "#":"\n"  ;  "dnl":"\n"
     41*.c = "//":"\n"  ;  "/*":"*/"
     42*.cc = "//":"\n"  ;  "/*":"*/"
     43*.cpp = "//":"\n"  ;  "/*":"*/"
     44*.cxx = "//":"\n"  ;  "/*":"*/"
     45*.h = "//":"\n"  ;  "/*":"*/"
     46*.hh = "//":"\n"  ;  "/*":"*/"
     47*.hpp = "//":"\n"  ;  "/*":"*/"
     48*.java = "//":"\n"  ;  "/*":"*/"
     49*.pl = "#":"\n"
     50*.pm = "#":"\n"
     51*.sh = "#":"\n"
     52*config = "#":"\n"
     53bootstrap = "#":"\n"
     54Makefile = "#":"\n"
     55*.tex = "%":"\n"
     56*.m = "%":"\n"
     57*.jsp = "<!--":"-->"
     58*.html = "<%--":"--%>"
     59*.xml = "<!--":"-->"  ;  "<!--":"-->"
     60*.xsl = "<!--":"-->"
     61*.xsd = "<!--":"-->"
     62*.xhtml = "<!--":"-->"
     63*.shtml = "<!--":"-->"
     64*.css = "<!--":"-->"
     65*.rss = "<!--":"-->"
     66*.sgml = "<!--":"-->"
     67*.bat = "\nREM":"\n"  ;  "\nrem":"\n"
Note: See TracChangeset for help on using the changeset viewer.