Commit: runtime(rapid): Update syntax file for ABB Rapid

0 views
Skip to first unread message

Christian Brabandt

unread,
Jan 15, 2026, 3:31:19 PM (22 hours ago) Jan 15
to vim...@googlegroups.com
runtime(rapid): Update syntax file for ABB Rapid

Commit: https://github.com/vim/vim/commit/f8cde697887128f2df6b9ba1b5aaa230fa8f10a4
Author: Patrick Meiser-Knosowski <knos...@graeffrobotics.de>
Date: Thu Jan 15 20:20:52 2026 +0000

runtime(rapid): Update syntax file for ABB Rapid

Also remove trailing white spaces.

closes: #19175

Signed-off-by: Patrick Meiser-Knosowski <knos...@graeffrobotics.de>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/syntax/rapid.vim b/runtime/syntax/rapid.vim
index ed0da095c..ba112d3aa 100644
--- a/runtime/syntax/rapid.vim
+++ b/runtime/syntax/rapid.vim
@@ -2,7 +2,7 @@
" Language: ABB Rapid Command
" Maintainer: Patrick Meiser-Knosowski <knos...@graeffrobotics.de>
" Version: 2.3.0
-" Last Change: 21. Jul 2023
+" Last Change: 28. Oct 2025
" Credits: Thanks for beta testing to Thomas Baginski
"
" Suggestions of improvement are very welcome. Please email me!
@@ -20,7 +20,7 @@
"
" TODO: - highlight rapid constants and maybe constants from common
" technology packages
-" - optimize rapidErrorStringTooLong
+" - optimize rapidErrorStringTooLong
" - error highlight for missing 2nd point in MoveCirc et al

" Init {{{
@@ -36,13 +36,13 @@ let s:keepcpo= &cpo
set cpo&vim

" if colorscheme is tortus rapidNoHighLink defaults to 1
-if (get(g:,'colors_name'," ")=="tortus" || get(g:,'colors_name'," ")=="tortusless")
+if (get(g:,'colors_name'," ")=="tortus" || get(g:,'colors_name'," ")=="tortusless")
\&& !exists("g:rapidGroupName")
- let g:rapidGroupName=1
+ let g:rapidGroupName=1
endif
" rapidGroupName defaults to 0 if it's not initialized yet or 0
if !get(g:,"rapidGroupName",0)
- let g:rapidGroupName=0
+ let g:rapidGroupName=0
endif

" Rapid does ignore case
@@ -131,7 +131,7 @@ else
" sync for regions from a line comment or the start of a function
syn sync match rapidSync grouphere NONE /
Reply all
Reply to author
Forward
0 new messages