diff options
author | Simon Marshall <simon@gnu.org> | 1994-10-14 08:15:07 +0000 |
---|---|---|
committer | Simon Marshall <simon@gnu.org> | 1994-10-14 08:15:07 +0000 |
commit | e81236372afba9e3d3df348f16cc2cc6df18919b (patch) | |
tree | d9de0084973ae74b10be657291ca4a11f28db200 /lisp | |
parent | f2980224fa319aef65c7071545e0ddd3694eff62 (diff) | |
download | emacs-e81236372afba9e3d3df348f16cc2cc6df18919b.tar.gz |
Add "in" to list of Font Lock keywords that appear in non-type contexts.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/=ada.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/=ada.el b/lisp/=ada.el index 5ed51e320ca..46f23ada71d 100644 --- a/lisp/=ada.el +++ b/lisp/=ada.el @@ -88,7 +88,7 @@ This does fairly subdued highlighting.") ; ("abort" "abs" "abstract" "accept" "access" "aliased" "all" ; "and" "array" "at" "begin" "case" "declare" "delay" "delta" ; "digits" "do" "else" "elsif" "entry" "exception" "exit" "for" -; "generic" "if" "is" "limited" "loop" "mod" "not" +; "generic" "if" "in" "is" "limited" "loop" "mod" "not" ; "null" "or" "others" "private" "protected" ; "range" "record" "rem" "renames" "requeue" "return" "reverse" ; "select" "separate" "tagged" "task" "terminate" "then" "until" @@ -97,7 +97,7 @@ This does fairly subdued highlighting.") "l\\(iased\\|l\\)\\|nd\\|rray\\|t\\)\\|begin\\|case\\|" "d\\(e\\(clare\\|l\\(ay\\|ta\\)\\)\\|igits\\|o\\)\\|" "e\\(ls\\(e\\|if\\)\\|ntry\\|x\\(ception\\|it\\)\\)\\|for\\|" - "generic\\|i[fs]\\|l\\(imited\\|oop\\)\\|mod\\|n\\(ot\\|ull\\)\\|" + "generic\\|i[fns]\\|l\\(imited\\|oop\\)\\|mod\\|n\\(ot\\|ull\\)\\|" "o\\(r\\|thers\\)\\|pr\\(ivate\\|otected\\)\\|" "r\\(ange\\|e\\(cord\\|m\\|names\\|queue\\|turn\\|verse\\)\\)\\|" "se\\(lect\\|parate\\)\\|" |