poke-devel
[Top][All Lists]
Advanced

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

[COMMITTED] etc/vim: add `computed' to the keywords


From: Mohammad-Reza Nabipoor
Subject: [COMMITTED] etc/vim: add `computed' to the keywords
Date: Fri, 11 Nov 2022 04:10:23 +0100

2022-11-11  Mohammad-Reza Nabipoor  <mnabipoor@gnu.org>

        * etc/vim/syntax/poke.vim (keyword): Add `computed' to the list
        of keywords.
---
 ChangeLog               | 5 +++++
 etc/vim/syntax/poke.vim | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 05888bd6..3105169a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-11-11  Mohammad-Reza Nabipoor  <mnabipoor@gnu.org>
+
+       * etc/vim/syntax/poke.vim (keyword): Add `computed' to the list
+       of keywords.
+
 2022-11-10  Jose E. Marchesi  <jemarch@gnu.org>
 
        * libpoke/pvm.jitter (pushios): Modified to not raise exceptions.
diff --git a/etc/vim/syntax/poke.vim b/etc/vim/syntax/poke.vim
index d12b49a1..43a91216 100644
--- a/etc/vim/syntax/poke.vim
+++ b/etc/vim/syntax/poke.vim
@@ -24,7 +24,7 @@ if exists('b:current_syntax')
 endif
 
 " Poke statement
-syn keyword pokeStatement assert break continue return
+syn keyword pokeStatement assert break continue return computed
 syn keyword pokeStatement type unit fun method nextgroup=pokeFunction skipwhite
 syn keyword pokeStatement var nextgroup=pokeVar skipWhite
 
-- 
2.38.1




reply via email to

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