From cb536ff3e70b70004687bbf583757f6929ce0238 Mon Sep 17 00:00:00 2001 From: Wilhelm H Kirschbaum Date: Wed, 25 Oct 2023 08:40:13 +0200 Subject: [PATCH] Fix typo for ["%"] keywords --- elixir-ts-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elixir-ts-mode.el b/elixir-ts-mode.el index aa10af9..9b48330 100644 --- a/elixir-ts-mode.el +++ b/elixir-ts-mode.el @@ -458,7 +458,7 @@ ((identifier) @font-lock-comment-face (:match "^_" @font-lock-comment-face)) (identifier) @font-lock-function-name-face - ["%"] @font-lock-keyward-face + ["%"] @font-lock-keyword-face ["," ";"] @font-lock-keyword-face ["(" ")" "[" "]" "{" "}" "<<" ">>"] @font-lock-keyword-face)