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

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

[nongnu] elpa/kotlin-mode ea74bb577a 016/162: kotlin-mode: Define functi


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode ea74bb577a 016/162: kotlin-mode: Define function declaration keywords
Date: Sat, 29 Jan 2022 08:25:18 -0500 (EST)

branch: elpa/kotlin-mode
commit ea74bb577aeebb2921284775af468d85ddf91a15
Author: Shodai Yokoyama <quantumcars@gmail.com>
Commit: Shodai Yokoyama <quantumcars@gmail.com>

    kotlin-mode: Define function declaration keywords
---
 kotlin-mode.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/kotlin-mode.el b/kotlin-mode.el
index 565a1f5489..159ad2bc97 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -60,6 +60,9 @@
 (defconst kotlin-mode--type-decl-keywords
   '("class" "trait" "typealias"))
 
+(defconst kotlin-mode--fun-decl-keywords
+  '("fun"))
+
 (defvar kotlin-mode-font-lock-keywords
   `(
     )



reply via email to

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