Chromium Code Reviews

Unified Diff: tools/gn/misc/emacs/gn-mode.el

Issue 1386783003: [GN]: Support for loadable modules (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unit tests Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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

Powered by Google App Engine