Skip to content
Snippets Groups Projects
Commit 56ed3f7c authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

[php mode] Declare defKeywords

parent 3d5d9a4a
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,7 @@
helperType: "php",
keywords: keywords(phpKeywords),
blockKeywords: keywords("catch do else elseif for foreach if switch try while finally"),
defKeywords: keywords("class function interface namespace trait"),
atoms: keywords(phpAtoms),
builtin: keywords(phpBuiltin),
multiLineStrings: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment