Searched +refs:delphi +refs:token +refs:string (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Ddelphi.el0 ;;; delphi.el --- major mode for editing Delphi source (Object Pascal) in Emacs
32 ;; (autoload 'delphi-mode "delphi")
34 ;; (cons '("\\.\\(pas\\|dpr\\|dpk\\)$" . delphi-mode) auto-mode-alist))
36 ;; To get keyword, comment, and string literal coloring, be sure that font-lock
40 ;; (add-hook 'delphi-mode-hook 'turn-on-font-lock)
50 ;; For good performance, be sure to byte-compile delphi.el, e.g.
52 ;; M-x byte-compile-file <give the path to delphi.el when prompted>
54 ;; This will generate delphi.elc, which will be loaded instead of delphi
92 (defgroup delphi nil function
[all...]

Completed in 72 milliseconds