Searched +refs:ada +refs:mode +refs:map (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dada-mode.el0 ;;; ada-mode.el --- major-mode for editing Ada sources
10 ;; Keywords: languages ada
30 ;;; This mode is a major mode for editing Ada code. This is a major
31 ;;; rewrite of the file packaged with Emacs-20. The Ada mode is
32 ;;; composed of four Lisp files: ada-mode.el, ada
163 (defgroup ada nil function
[all...]
H A Dcompile.el33 ;; This mode uses some complex data-structures:
76 (defvar font-lock-support-mode)
86 (defcustom compilation-mode-hook nil
87 "*List of hook functions run by `compilation-mode' (see `run-mode-hooks')."
118 The function receives one argument, the name of the major mode of the
120 nil means compute the name with `(concat \"*\" (downcase major-mode) \"*\")'.")
140 (or (assq 'compilation-in-progress minor-mode-alist)
141 (setq minor-mode-alist (cons '(compilation-in-progress " Compiling")
142 minor-mode
[all...]
H A Dsql.el40 ;; This file provides a sql-mode and a sql-interactive-mode. The
42 ;; highlighting. The interactive mode had to provide a command-line
43 ;; history; the other mode had to provide "send region/buffer to SQL
46 ;; has changed somewhat as experience with the mode has accumulated.
56 ;; If anybody feels like extending this sql mode, take a look at the
57 ;; above mentioned modes and write a sqlx-mode on top of this one. If
62 ;; sql-interactive-mode is used to interact with a SQL interpreter
65 ;; sql-product-interactive. Do *not* call sql-interactive-mode by
72 ;; Since sql-interactive-mode i
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dada.vim4 " $Id: ada.vim 887 2008-07-08 14:29:01Z krischik $
14 " $HeadURL: https://gnuada.svn.sourceforge.net/svnroot/gnuada/trunk/tools/vim/syntax/ada.vim $
23 " Help Page: help ft-ada-syntax
36 let b:current_syntax = "ada"
49 for b:Item in g:ada#Keywords
51 " We'll highlight the standard exceptions, similar to vim's Python mode.
107 " We won't map "adaAssignment" by default, but we need to map ":=" to

Completed in 194 milliseconds