Searched +refs:org +refs:match +refs:substring +refs:regexp (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el0 ;;;; org.el --- Outline-based notes management and organize
7 ;; Homepage: http://www.astro.uva.nl/~dominik/Tools/org/
52 ;; http://staff.science.uva.nl/~dominik/Tools/org/org.html#Installation
63 ;; http://www.astro.uva.nl/~dominik/Tools/org/Changes
86 (defvar org-version "4.67c"
87 "The version number of the file org.el.")
88 (defun org-version ()
90 (message "Org-mode version %s" org-version))
93 (defconst org
102 (defgroup org nil function
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmysql.vim3 " Maintainer: Kenneth J. Pronovici <pronovic@ieee.org>
35 syn keyword mysqlKeyword match max_rows middleint min_rows minute minute_second modify month myisam
58 syn match mysqlNumber "-\=\<[0-9]*\>"
59 syn match mysqlNumber "-\=\<[0-9]*\.[0-9]*\>"
60 syn match mysqlNumber "-\=\<[0-9][0-9]*e[+-]\=[0-9]*\>"
61 syn match mysqlNumber "-\=\<[0-9]*\.[0-9]*e[+-]\=[0-9]*\>"
62 syn match mysqlNumber "\<0x[abcdefABCDEF0-9]*\>"
65 syn match mysqlVariable "@\a*[A-Za-z0-9]*\([._]*[A-Za-z0-9]\)*"
69 syn match mysqlComment "#.*"
70 syn match mysqlCommen
[all...]

Completed in 115 milliseconds