| Index: tools/gn/misc/emacs/gn-mode.el
|
| diff --git a/tools/gn/misc/emacs/gn-mode.el b/tools/gn/misc/emacs/gn-mode.el
|
| index e61dec5cab679d632a5a6db2f30f093afc44f568..3cb7341d2ca7a2b76c68cd23bbb7767a70bbc57f 100644
|
| --- a/tools/gn/misc/emacs/gn-mode.el
|
| +++ b/tools/gn/misc/emacs/gn-mode.el
|
| @@ -54,7 +54,7 @@ variable name or the '{{' and '}}' which surround it."
|
| :group 'gn-faces)
|
|
|
| (defvar gn-font-lock-target-declaration-keywords
|
| - '("action" "action_foreach" "copy" "executable" "group"
|
| + '("action" "action_foreach" "copy" "executable" "group" "loadable_module"
|
| "shared_library" "source_set" "static_library" "if" "else"))
|
|
|
| (defvar gn-font-lock-buildfile-fun-keywords
|
|
|