emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/omn-mode 69a0cd1 6/6: Highlighting for Country code ide


From: Phillip Lord
Subject: [elpa] externals/omn-mode 69a0cd1 6/6: Highlighting for Country code identifiers.
Date: Mon, 03 Aug 2015 21:55:56 +0000

branch: externals/omn-mode
commit 69a0cd18ddcfe71d13574e45b37c8dd236674001
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    Highlighting for Country code identifiers.
---
 omn-mode.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/omn-mode.el b/omn-mode.el
index e06ada9..7eff8ec 100644
--- a/omn-mode.el
+++ b/omn-mode.el
@@ -164,7 +164,8 @@ See `imenu-generic-expression' for details")
      . font-lock-type-face)
     (,(regexp-opt omn-mode-property-keywords)
      . font-lock-builtin-face)
-    ("\\w+:\\w+" . font-lock-function-name-face)))
+    ("\\w+:\\w+" . font-lock-function-name-face)
+    ("@\\w+" . font-lock-constant-face)))
 
 
 (defvar omn-mode-syntax-table



reply via email to

[Prev in Thread] Current Thread [Next in Thread]