branch: elpa/dart-mode
commit 1f27d039e33d4a4fdfe2f9b7cd7d20fc0e0123a1
Author: Natalie Weizenbaum <[email protected]>
Commit: Natalie Weizenbaum <[email protected]>

    Properly set up font-lock variables
---
 dart-mode.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dart-mode.el b/dart-mode.el
index d32f3bd..9dcb90b 100644
--- a/dart-mode.el
+++ b/dart-mode.el
@@ -675,6 +675,8 @@ whichever comes first."
 Each list item should be a regexp matching a single identifier."
   :group 'dart-mode)
 
+(c-override-default-keywords 'dart-font-lock-keywords)
+
 (defconst dart-font-lock-keywords-1 (c-lang-const c-matchers-1 dart)
   "Minimal highlighting for Dart mode.")
 

Reply via email to