Variable: ede-sourcecode-list
ede-sourcecode-list is a variable defined in source.el.gz.
Value
(#s(ede-sourcecode eieio--unbound "Bovine Grammar" "\\.by$" nil nil
("*-by.el"))
#s(ede-sourcecode eieio--unbound "Wisent Grammar" "\\.wy$" nil nil
("*-wy.el"))
#s(ede-sourcecode eieio--unbound "Miscellaneous" ".*" nil nil nil)
#s(ede-sourcecode eieio--unbound "Texinfo" "\\.texi?$" nil nil
("*.info*" "*.html"))
#s(ede-sourcecode eieio--unbound "Emacs Lisp" "\\.el$" nil nil
("*.elc"))
#s(ede-sourcecode eieio--unbound "Auxiliary Text" "^[A-Z]+$\\|\\.txt$" nil nil nil)
#s(ede-sourcecode eieio--unbound "Fortran 77" "\\.\\([fF]\\|for\\)$" "\\.incf$" nil
("*.o" ".deps/*.P"))
#s(ede-sourcecode eieio--unbound "Fortran 90/95" "\\.[fF]9[05]$" "\\.incf$" nil
("*.o" "*.mod" ".deps/*.P"))
#s(ede-sourcecode eieio--unbound "yacc" "\\.y\\(y\\|pp\\|++\\)" nil nil nil)
#s(ede-sourcecode eieio--unbound "lex" "\\.l\\(l\\|pp\\|++\\)" nil nil nil)
#s(ede-sourcecode eieio--unbound "C++" "\\.\\(c\\(pp?\\|c\\|xx\\|++\\)\\|C\\(PP\\)?\\)$" "\\.\\(hpp?\\|hh?\\|hxx\\|H\\)$" nil
("*.o" "*.obj" ".deps/*.P" ".lo"))
#s(ede-sourcecode eieio--unbound "C" "\\.c$" "\\.h$" nil
("*.o" "*.obj" ".deps/*.P" ".lo"))
#s(ede-sourcecode eieio--unbound "Scheme" "\\.scm$" nil nil nil))
Documentation
The master list of all EDE compilers.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede/source.el.gz
(defvar ede-sourcecode-list nil
"The master list of all EDE compilers.")