runtime(rapid): Update syntax file for ABB Rapid
Commit:
https://github.com/vim/vim/commit/f8cde697887128f2df6b9ba1b5aaa230fa8f10a4
Author: Patrick Meiser-Knosowski <[email protected]>
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 <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
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 <[email protected]>
" 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 /
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1vgTyo-00Ei5i-7z%40256bit.org.