From 002e11fad75b2a9fae1aa5703ba9827dea0c91bd Mon Sep 17 00:00:00 2001 From: Felix Lu Date: Thu, 30 Jun 2016 11:08:18 -0400 Subject: [PATCH] add private keyword syntax highlighting --- emacs/systemtap-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/systemtap-mode.el b/emacs/systemtap-mode.el index 03f203405..8091fe084 100644 --- a/emacs/systemtap-mode.el +++ b/emacs/systemtap-mode.el @@ -61,7 +61,7 @@ ;; Syntax definitions for SystemTap (c-lang-defconst c-primitive-type-kwds - systemtap '("string" "long" "global")) + systemtap '("string" "long" "global" "private")) (c-lang-defconst c-modifier-kwds systemtap (append '("probe" "function") (c-lang-const c-modifier-kwds))) -- 2.43.5