home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / id-utils-3.2-bin.lha / share / id-lang.map
Text File  |  1996-10-12  |  2KB  |  89 lines

  1. # Welcome to the mkid language mapper.
  2. #
  3. # The format of each line is:
  4. #
  5. #        <pattern> <language> [options]
  6. #
  7. # Filenames are matched top-to-bottom against the patterns, and the
  8. # first match is chosen.  The special language `IGNORE' means that
  9. # this file should be ignored by mkid.  The options are
  10. # language-specific command-line options to mkid.
  11. #
  12. # If a file name doesn't match any pattern, it is assigned the default
  13. # language.  The default language may be specified here with the
  14. # special pattern `**', or overridden from the mkid command-line with
  15. # the `--default-lang=LANG' option.
  16. #
  17. # The special pattern `***' means to include the named file that
  18. # immediately follows.  If no file is named, then the default system
  19. # language mapper file (i.e., this file) is included.
  20.  
  21. # Default language
  22. **            IGNORE    # Although this is listed first,
  23.                 # the default language pattern is
  24.                 # logically matched last.
  25.  
  26. # Backup files
  27. *~            IGNORE
  28. *.bak            IGNORE
  29. *.bk[0-9]        IGNORE
  30.  
  31. # SCCS files
  32. [sp].*            IGNORE
  33.  
  34. # C dependencies created by automake
  35. */.deps/*        IGNORE
  36.  
  37. *.h            C
  38. *.h.in            C
  39. *.H            C++
  40. *.hh            C++
  41. *.hpp            C++
  42. *.hxx            C++
  43.  
  44. *.l            C
  45. *.lex            C
  46. *.y            C
  47. *.yacc            C
  48.  
  49. *.c            C
  50. *.C            C++
  51. *.cc            C++
  52. *.cpp            C++
  53. *.cxx            C++
  54.  
  55. ChangeLog*        Cdoc
  56.  
  57. *.[sS]            asm --comment=;
  58. *.asm            asm --comment=;
  59.  
  60. # [nt]roff
  61. *.[0-9]            roff
  62. *.ms            roff
  63. *.me            roff
  64. *.mm            roff
  65.  
  66. *.tex            TeX
  67. *.ltx            TeX
  68. *.texi            texinfo
  69. *.texinfo        texinfo
  70.  
  71. # portable object (i18n)
  72. *.po            po
  73.  
  74. *.el            elisp
  75.  
  76. *.am            make
  77. Makefile        make
  78. Makefile.*        make
  79.  
  80. *.doc            text
  81. *.txt            text
  82.  
  83. *.m4            m4
  84.  
  85. *.pl            perl
  86.  
  87. *.gz            FILTER gzip -d <%s
  88. *.Z            FILTER gzip -d <%s
  89.