Skip to content

Commit

Permalink
Move some emacs support tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
williamstein committed Jul 28, 2007
1 parent 8357cf9 commit 26a0f3c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Tools/cython-mode.el
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1 @@
;;;; `Cython' mode.(add-to-list 'auto-mode-alist '("\\.pyx\\'" . cython-mode))(define-derived-mode cython-mode python-mode "Cython" (font-lock-add-keywords nil `((,(concat "\\<\\(NULL" "\\|c\\(def\\|har\\|typedef\\)" "\\|e\\(num\\|xtern\\)" "\\|float" "\\|in\\(clude\\|t\\)" "\\|object\\|public\\|struct\\|type\\|union\\|void" "\\)\\>") 1 font-lock-keyword-face t))))
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion Tools/pyrex-mode.el

This file was deleted.

0 comments on commit 26a0f3c

Please sign in to comment.