summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cape.el17
1 files changed, 8 insertions, 9 deletions
diff --git a/cape.el b/cape.el
index 4be0bfd..c87d2bf 100644
--- a/cape.el
+++ b/cape.el
@@ -256,19 +256,18 @@ auto completion does not pop up too aggressively."
"until" "use" "utime" "values" "vec" "wait" "waitpid"
"wantarray" "warn" "while" "write" "x" "xor" "y")
(php-mode ;; https://www.php.net/manual/reserved.php
- "Closure" "Generator" "Exception" "Error" "Throwable"
- "__CLASS__" "__DIR__" "__FILE__" "__FUNCTION__" "__LINE__" "__METHOD__"
- "__NAMESPACE__" "__TRAIT__"
- "abstract" "and" "array" "as" "bool" "break" "callable" "case" "catch"
- "class" "clone" "const" "continue" "declare" "default" "die" "do" "echo"
- "else" "elseif" "empty" "enddeclare" "endfor" "endforeach" "endif"
- "endswitch" "endwhile" "enum" "eval" "exit" "extends" "false" "float"
- "final" "finally" "for" "foreach" "fn" "function" "global" "goto" "if"
+ "Closure" "Error" "Exception" "Generator" "Throwable" "__CLASS__" "__DIR__"
+ "__FILE__" "__FUNCTION__" "__LINE__" "__METHOD__" "__NAMESPACE__"
+ "__TRAIT__" "abstract" "and" "array" "as" "bool" "break" "callable" "case"
+ "catch" "class" "clone" "const" "continue" "declare" "default" "die" "do"
+ "echo" "else" "elseif" "empty" "enddeclare" "endfor" "endforeach" "endif"
+ "endswitch" "endwhile" "enum" "eval" "exit" "extends" "false" "final"
+ "finally" "float" "fn" "for" "foreach" "function" "global" "goto" "if"
"implements" "include" "include_once" "instanceof" "insteadof" "interface"
"isset" "iterable" "list" "match" "namespace" "new" "null" "object" "or"
"print" "private" "protected" "public" "readonly" "require" "require_once"
"return" "self" "static" "string" "switch" "this" "throw" "trait" "true"
- "try" "unset" "use" "var" "void" "while" "xor" "yield" "yeild from")
+ "try" "unset" "use" "var" "void" "while" "xor" "yield" "yield from")
(python-mode ;; https://docs.python.org/3/reference/lexical_analysis.html#keywords
"False" "None" "True" "and" "as" "assert" "break" "class" "continue" "def"
"del" "elif" "else" "except" "exec" "finally" "for" "from" "global" "if"