X-Git-Url: http://git.hcoop.net/bpt/coccinelle.git/blobdiff_plain/002099fc953f8417029d3b840945fde3251712bc..fc1ad9719a3a6317b3a4749dac68e7272a3617db:/editors/emacs/cocci.el diff --git a/editors/emacs/cocci.el b/editors/emacs/cocci.el index 05ed60a..fbf1a71 100644 --- a/editors/emacs/cocci.el +++ b/editors/emacs/cocci.el @@ -94,7 +94,7 @@ '("if" "else" "while" "do" "for" "return" "sizeof" "struct" "union" - "static" "const" "volatile" + "static" "extern" "const" "volatile" "break" "continue" "switch" "case" )) @@ -106,6 +106,8 @@ "position" "idexpression" + "context" + "typedef" "declarer" "iterator" "pure"