Advertisement
Guest User

Untitled

a guest
Jun 15th, 2015
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 7.97 KB | None | 0 0
  1. Value: (("\\.djhtml\\'" . web-mode)
  2.  ("\\.mustache\\'" . web-mode)
  3.  ("\\.erb\\'" . web-mode)
  4.  ("\\.as[cp]x\\'" . web-mode)
  5.  ("\\.[agj]sp\\'" . web-mode)
  6.  ("\\.tpl\\.php\\'" . web-mode)
  7.  ("\\.html\\'" . web-mode)
  8.  ("\\.phtml\\'" . web-mode)
  9.  ("\\.js\\'" . js2-mode)
  10.  ("\\.inc\\'" . php-mode)
  11.  ("/git-rebase-todo\\'" . git-rebase-mode)
  12.  ("/\\(?:COMMIT\\|NOTES\\|TAG\\|PULLREQ\\)_EDITMSG\\'" . git-commit-mode)
  13.  ("/MERGE_MSG\\'" . git-commit-mode)
  14.  ("\\.md\\'" . markdown-mode)
  15.  ("\\.text\\'" . markdown-mode)
  16.  ("\\.markdown\\'" . markdown-mode)
  17.  ("\\.gpg\\(~\\|\\.~[0-9]+~\\)?\\'" nil epa-file)
  18.  ("\\.elc\\'" . emacs-lisp-byte-code-mode)
  19.  ("\\.dz\\'" nil jka-compr)
  20.  ("\\.xz\\'" nil jka-compr)
  21.  ("\\.lzma\\'" nil jka-compr)
  22.  ("\\.lz\\'" nil jka-compr)
  23.  ("\\.g?z\\'" nil jka-compr)
  24.  ("\\.bz2\\'" nil jka-compr)
  25.  ("\\.Z\\'" nil jka-compr)
  26.  ("\\.vr[hi]?\\'" . vera-mode)
  27.  ("\\(?:\\.rb\\|ru\\|rake\\|thor\\|jbuilder\\|gemspec\\|podspec\\|/\\(?:Gem\\|Rake\\|Cap\\|Thor\\|Vagrant\\|Guard\\|Pod\\)file\\)\\'" . ruby-mode)
  28.  ("\\.re?st\\'" . rst-mode)
  29.  ("\\.py\\'" . python-mode)
  30.  ("\\.awk\\'" . awk-mode)
  31.  ("\\.\\(u?lpc\\|pike\\|pmod\\(\\.in\\)?\\)\\'" . pike-mode)
  32.  ("\\.idl\\'" . idl-mode)
  33.  ("\\.java\\'" . java-mode)
  34.  ("\\.m\\'" . objc-mode)
  35.  ("\\.ii\\'" . c++-mode)
  36.  ("\\.i\\'" . c-mode)
  37.  ("\\.lex\\'" . c-mode)
  38.  ("\\.y\\(acc\\)?\\'" . c-mode)
  39.  ("\\.[ch]\\'" . c-mode)
  40.  ("\\.\\(CC?\\|HH?\\)\\'" . c++-mode)
  41.  ("\\.[ch]\\(pp\\|xx\\|\\+\\+\\)\\'" . c++-mode)
  42.  ("\\.\\(cc\\|hh\\)\\'" . c++-mode)
  43.  ("\\.\\(bat\\|cmd\\)\\'" . bat-mode)
  44.  ("\\.[sx]?html?\\(\\.[a-zA-Z_]+\\)?\\'" . html-mode)
  45.  ("\\.svgz?\\'" . image-mode)
  46.  ("\\.svgz?\\'" . xml-mode)
  47.  ("\\.x[bp]m\\'" . image-mode)
  48.  ("\\.x[bp]m\\'" . c-mode)
  49.  ("\\.p[bpgn]m\\'" . image-mode)
  50.  ("\\.tiff?\\'" . image-mode)
  51.  ("\\.gif\\'" . image-mode)
  52.  ("\\.png\\'" . image-mode)
  53.  ("\\.jpe?g\\'" . image-mode)
  54.  ("\\.te?xt\\'" . text-mode)
  55.  ("\\.[tT]e[xX]\\'" . tex-mode)
  56.  ("\\.ins\\'" . tex-mode)
  57.  ("\\.ltx\\'" . latex-mode)
  58.  ("\\.dtx\\'" . doctex-mode)
  59.  ("\\.org\\'" . org-mode)
  60.  ("\\.el\\'" . emacs-lisp-mode)
  61.  ("Project\\.ede\\'" . emacs-lisp-mode)
  62.  ("\\.\\(scm\\|stk\\|ss\\|sch\\)\\'" . scheme-mode)
  63.  ("\\.l\\'" . lisp-mode)
  64.  ("\\.li?sp\\'" . lisp-mode)
  65.  ("\\.[fF]\\'" . fortran-mode)
  66.  ("\\.for\\'" . fortran-mode)
  67.  ("\\.p\\'" . pascal-mode)
  68.  ("\\.pas\\'" . pascal-mode)
  69.  ("\\.\\(dpr\\|DPR\\)\\'" . delphi-mode)
  70.  ("\\.ad[abs]\\'" . ada-mode)
  71.  ("\\.ad[bs].dg\\'" . ada-mode)
  72.  ("\\.\\([pP]\\([Llm]\\|erl\\|od\\)\\|al\\)\\'" . perl-mode)
  73.  ("Imakefile\\'" . makefile-imake-mode)
  74.  ("Makeppfile\\(?:\\.mk\\)?\\'" . makefile-makepp-mode)
  75.  ("\\.makepp\\'" . makefile-makepp-mode)
  76.  ("\\.mk\\'" . makefile-gmake-mode)
  77.  ("\\.make\\'" . makefile-gmake-mode)
  78.  ("[Mm]akefile\\'" . makefile-gmake-mode)
  79.  ("\\.am\\'" . makefile-automake-mode)
  80.  ("\\.texinfo\\'" . texinfo-mode)
  81.  ("\\.te?xi\\'" . texinfo-mode)
  82.  ("\\.[sS]\\'" . asm-mode)
  83.  ("\\.asm\\'" . asm-mode)
  84.  ("\\.css\\'" . css-mode)
  85.  ("\\.mixal\\'" . mixal-mode)
  86.  ("\\.gcov\\'" . compilation-mode)
  87.  ("/\\.[a-z0-9-]*gdbinit" . gdb-script-mode)
  88.  ("-gdb\\.gdb" . gdb-script-mode)
  89.  ("[cC]hange\\.?[lL]og?\\'" . change-log-mode)
  90.  ("[cC]hange[lL]og[-.][0-9]+\\'" . change-log-mode)
  91.  ("\\$CHANGE_LOG\\$\\.TXT" . change-log-mode)
  92.  ("\\.scm\\.[0-9]*\\'" . scheme-mode)
  93.  ("\\.[ck]?sh\\'\\|\\.shar\\'\\|/\\.z?profile\\'" . sh-mode)
  94.  ("\\.bash\\'" . sh-mode)
  95.  ("\\(/\\|\\`\\)\\.\\(bash_\\(profile\\|history\\|log\\(in\\|out\\)\\)\\|z?log\\(in\\|out\\)\\)\\'" . sh-mode)
  96.  ("\\(/\\|\\`\\)\\.\\(shrc\\|[kz]shrc\\|bashrc\\|t?cshrc\\|esrc\\)\\'" . sh-mode)
  97.  ("\\(/\\|\\`\\)\\.\\([kz]shenv\\|xinitrc\\|startxrc\\|xsession\\)\\'" . sh-mode)
  98.  ("\\.m?spec\\'" . sh-mode)
  99.  ("\\.m[mes]\\'" . nroff-mode)
  100.  ("\\.man\\'" . nroff-mode)
  101.  ("\\.sty\\'" . latex-mode)
  102.  ("\\.cl[so]\\'" . latex-mode)
  103.  ("\\.bbl\\'" . latex-mode)
  104.  ("\\.bib\\'" . bibtex-mode)
  105.  ("\\.bst\\'" . bibtex-style-mode)
  106.  ("\\.sql\\'" . sql-mode)
  107.  ("\\.m[4c]\\'" . m4-mode)
  108.  ("\\.mf\\'" . metafont-mode)
  109.  ("\\.mp\\'" . metapost-mode)
  110.  ("\\.vhdl?\\'" . vhdl-mode)
  111.  ("\\.article\\'" . text-mode)
  112.  ("\\.letter\\'" . text-mode)
  113.  ("\\.i?tcl\\'" . tcl-mode)
  114.  ("\\.exp\\'" . tcl-mode)
  115.  ("\\.itk\\'" . tcl-mode)
  116.  ("\\.icn\\'" . icon-mode)
  117.  ("\\.sim\\'" . simula-mode)
  118.  ("\\.mss\\'" . scribe-mode)
  119.  ("\\.f9[05]\\'" . f90-mode)
  120.  ("\\.f0[38]\\'" . f90-mode)
  121.  ("\\.indent\\.pro\\'" . fundamental-mode)
  122.  ("\\.\\(pro\\|PRO\\)\\'" . idlwave-mode)
  123.  ("\\.srt\\'" . srecode-template-mode)
  124.  ("\\.prolog\\'" . prolog-mode)
  125.  ("\\.tar\\'" . tar-mode)
  126.  ("\\.\\(arc\\|zip\\|lzh\\|lha\\|zoo\\|[jew]ar\\|xpi\\|rar\\|7z\\|ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\|7Z\\)\\'" . archive-mode)
  127.  ("\\.oxt\\'" . archive-mode)
  128.  ("\\.\\(deb\\|[oi]pk\\)\\'" . archive-mode)
  129.  ("\\`/tmp/Re" . text-mode)
  130.  ("/Message[0-9]*\\'" . text-mode)
  131.  ("\\`/tmp/fol/" . text-mode)
  132.  ("\\.oak\\'" . scheme-mode)
  133.  ("\\.sgml?\\'" . sgml-mode)
  134.  ("\\.x[ms]l\\'" . xml-mode)
  135.  ("\\.dbk\\'" . xml-mode)
  136.  ("\\.dtd\\'" . sgml-mode)
  137.  ("\\.ds\\(ss\\)?l\\'" . dsssl-mode)
  138.  ("\\.js\\'" . javascript-mode)
  139.  ("\\.json\\'" . javascript-mode)
  140.  ("\\.[ds]?vh?\\'" . verilog-mode)
  141.  ("\\.by\\'" . bovine-grammar-mode)
  142.  ("\\.wy\\'" . wisent-grammar-mode)
  143.  ("[]>:/\\]\\..*\\(emacs\\|gnus\\|viper\\)\\'" . emacs-lisp-mode)
  144.  ("\\`\\..*emacs\\'" . emacs-lisp-mode)
  145.  ("[:/]_emacs\\'" . emacs-lisp-mode)
  146.  ("/crontab\\.X*[0-9]+\\'" . shell-script-mode)
  147.  ("\\.ml\\'" . lisp-mode)
  148.  ("\\.ld[si]?\\'" . ld-script-mode)
  149.  ("ld\\.?script\\'" . ld-script-mode)
  150.  ("\\.xs\\'" . c-mode)
  151.  ("\\.x[abdsru]?[cnw]?\\'" . ld-script-mode)
  152.  ("\\.zone\\'" . dns-mode)
  153.  ("\\.soa\\'" . dns-mode)
  154.  ("\\.asd\\'" . lisp-mode)
  155.  ("\\.\\(asn\\|mib\\|smi\\)\\'" . snmp-mode)
  156.  ("\\.\\(as\\|mi\\|sm\\)2\\'" . snmpv2-mode)
  157.  ("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode)
  158.  ("\\.\\(dif\\|pat\\)\\'" . diff-mode)
  159.  ("\\.[eE]?[pP][sS]\\'" . ps-mode)
  160.  ("\\.\\(?:PDF\\|DVI\\|OD[FGPST]\\|DOCX?\\|XLSX?\\|PPTX?\\|pdf\\|djvu\\|dvi\\|od[fgpst]\\|docx?\\|xlsx?\\|pptx?\\)\\'" . doc-view-mode-maybe)
  161.  ("configure\\.\\(ac\\|in\\)\\'" . autoconf-mode)
  162.  ("\\.s\\(v\\|iv\\|ieve\\)\\'" . sieve-mode)
  163.  ("BROWSE\\'" . ebrowse-tree-mode)
  164.  ("\\.ebrowse\\'" . ebrowse-tree-mode)
  165.  ("#\\*mail\\*" . mail-mode)
  166.  ("\\.g\\'" . antlr-mode)
  167.  ("\\.mod\\'" . m2-mode)
  168.  ("\\.ses\\'" . ses-mode)
  169.  ("\\.docbook\\'" . sgml-mode)
  170.  ("\\.com\\'" . dcl-mode)
  171.  ("/config\\.\\(?:bat\\|log\\)\\'" . fundamental-mode)
  172.  ("\\.\\(?:[iI][nN][iI]\\|[lL][sS][tT]\\|[rR][eE][gG]\\|[sS][yY][sS]\\)\\'" . conf-mode)
  173.  ("\\.\\(?:desktop\\|la\\)\\'" . conf-unix-mode)
  174.  ("\\.ppd\\'" . conf-ppd-mode)
  175.  ("java.+\\.conf\\'" . conf-javaprop-mode)
  176.  ("\\.properties\\(?:\\.[a-zA-Z0-9._-]+\\)?\\'" . conf-javaprop-mode)
  177.  ("\\`/etc/\\(?:DIR_COLORS\\|ethers\\|.?fstab\\|.*hosts\\|lesskey\\|login\\.?de\\(?:fs\\|vperm\\)\\|magic\\|mtab\\|pam\\.d/.*\\|permissions\\(?:\\.d/.+\\)?\\|protocols\\|rpc\\|services\\)\\'" . conf-space-mode)
  178.  ("\\`/etc/\\(?:acpid?/.+\\|aliases\\(?:\\.d/.+\\)?\\|default/.+\\|group-?\\|hosts\\..+\\|inittab\\|ksysguarddrc\\|opera6rc\\|passwd-?\\|shadow-?\\|sysconfig/.+\\)\\'" . conf-mode)
  179.  ("[cC]hange[lL]og[-.][-0-9a-z]+\\'" . change-log-mode)
  180.  ("/\\.?\\(?:gnokiirc\\|kde.*rc\\|mime\\.types\\|wgetrc\\)\\'" . conf-mode)
  181.  ("/\\.\\(?:enigma\\|gltron\\|gtk\\|hxplayer\\|net\\|neverball\\|qt/.+\\|realplayer\\|scummvm\\|sversion\\|sylpheed/.+\\|xmp\\)rc\\'" . conf-mode)
  182.  ("/\\.\\(?:gdbtkinit\\|grip\\|orbital/.+txt\\|rhosts\\|tuxracer/options\\)\\'" . conf-mode)
  183.  ("/\\.?X\\(?:default\\|resource\\|re\\)s\\>" . conf-xdefaults-mode)
  184.  ("/X11.+app-defaults/" . conf-xdefaults-mode)
  185.  ("/X11.+locale/.+/Compose\\'" . conf-colon-mode)
  186.  ("/X11.+locale/compose\\.dir\\'" . conf-javaprop-mode)
  187.  ("\\.~?[0-9]+\\.[0-9][-.0-9]*~?\\'" nil t)
  188.  ("\\.\\(?:orig\\|in\\|[bB][aA][kK]\\)\\'" nil t)
  189.  ("[/.]c\\(?:on\\)?f\\(?:i?g\\)?\\(?:\\.[a-zA-Z0-9._-]+\\)?\\'" . conf-mode-maybe)
  190.  ("\\.[1-9]\\'" . nroff-mode)
  191.  ("\\.tgz\\'" . tar-mode)
  192.  ("\\.tbz2?\\'" . tar-mode)
  193.  ("\\.txz\\'" . tar-mode)
  194.  ("\\.php[s345t]?\\'" . php-mode)
  195.  ("\\.phtml\\'" . php-mode)
  196.  ("Amkfile" . php-mode)
  197.  ("\\.amk$" . php-mode))
  198.  
  199. [back]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement