Re: syntax/ratpoison.vim update

2021-04-13 Fir de Conversatie Charles Campbell

Bram Moolenaar wrote:

Magnus Woldrich wrote:


Attached is an updated ratpoison.vim syntax file. It's also here[0].

[0] 
https://github.com/trapd00r/vim-syntax-ratpoison/commit/873a2e465a314d5017a56c90d15f7bef18dbc43c

The patch doesn't apply to what I have, thus I got the file from github.
Note that the header has "Maintaner" instead of "Maintainer", I fixed
that.


Maybe along with the rat poison one gets a tan?
Chip

--
--
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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/f9128d17-a0ea-59f9-8eac-4324710afc47%40drchip.org.


Re: syntax/ratpoison.vim update

2021-04-12 Fir de Conversatie Bram Moolenaar


Magnus Woldrich wrote:

> Attached is an updated ratpoison.vim syntax file. It's also here[0].
> 
> [0] 
> https://github.com/trapd00r/vim-syntax-ratpoison/commit/873a2e465a314d5017a56c90d15f7bef18dbc43c

The patch doesn't apply to what I have, thus I got the file from github.
Note that the header has "Maintaner" instead of "Maintainer", I fixed
that.

-- 
>From "know your smileys":
 @:-()  Elvis Presley

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///  \\\
\\\sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/202104121655.13CGthkt753664%40masaka.moolenaar.net.


syntax/ratpoison.vim update

2021-04-12 Fir de Conversatie Magnus Woldrich
Hey,

Attached is an updated ratpoison.vim syntax file. It's also here[0].

[0] 
https://github.com/trapd00r/vim-syntax-ratpoison/commit/873a2e465a314d5017a56c90d15f7bef18dbc43c

Cheers


-- 
Magnus Woldrich
japh@freenode
http://japh.se
https://github.com/trapd00r

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/CAPAv2u4naU12%3Dw5vnv-YRUQz5pqjKZND24RqDoPsgX3Gfiug8A%40mail.gmail.com.
diff --git a/syntax/ratpoison.vim b/syntax/ratpoison.vim
index 8831014..9cceb28 100644
--- a/syntax/ratpoison.vim
+++ b/syntax/ratpoison.vim
@@ -2,7 +2,7 @@
 " Language:	Ratpoison configuration/commands file ( /etc/ratpoisonrc ~/.ratpoisonrc )
 " Maintaner:	Magnus Woldrich 
 " URL:		http://github.com/trapd00r/vim-syntax-ratpoison
-" Last Change:	2019-03-11 08:53:50
+" Last Change:	2021-04-12 13:46:04
 " Previous Maintainer:	Doug Kearns 
 
 if exists("b:current_syntax")
@@ -37,7 +37,7 @@ syn keyword ratpoisonCommandArg select set setenv sfdump shrink			contained
 syn keyword ratpoisonCommandArg source sselect startup_message time title	contained
 syn keyword ratpoisonCommandArg tmpwm unalias undefinekey undo unmanage		contained
 syn keyword ratpoisonCommandArg unsetenv verbexec version vsplit warp		contained
-syn keyword ratpoisonCommandArg windows framefmtcontained
+syn keyword ratpoisonCommandArg windows framefmt infofmt			contained
 
 syn match   ratpoisonGravityArg "\<\(n\|north\)\>"	contained
 syn match   ratpoisonGravityArg "\<\(nw\|northwest\)\>"	contained
@@ -100,6 +100,7 @@ syn keyword ratpoisonSetArg	gravity	contained nextgroup=ratpoisonGravityArg
 syn keyword ratpoisonSetArg	historysize
 syn keyword ratpoisonSetArg	historycompaction
 syn keyword ratpoisonSetArg	historyexpansion
+syn keyword ratpoisonSetArg	infofmt contained nextgroup=ratpoisonWinFmtArg
 syn keyword ratpoisonSetArg	topkmap
 syn keyword ratpoisonSetArg	barinpadding
 syn keyword ratpoisonSetArg	font
@@ -120,6 +121,7 @@ syn keyword ratpoisonSetArg	winname		contained nextgroup=ratpoisonWinNameArg
 
 syn match   ratpoisonWinFmtArg  "%[nstacil]"			contained nextgroup=ratpoisonWinFmtArg skipwhite
 syn match   ratpoisonFrameFmtArg  "%[nstacil]"			contained nextgroup=ratpoisonWinFmtArg skipwhite
+syn match   ratpoisonInfoFmtArg  "%[nstacil]"			contained nextgroup=ratpoisonWinFmtArg skipwhite
 
 syn match   ratpoisonWinListArg "\<\(row\|column\)\>"		contained
 
@@ -257,6 +259,7 @@ hi def link ratpoisonComment	Comment
 hi def link ratpoisonDefCommand	Identifier
 hi def link ratpoisonFrameFmtArg	Special
 hi def link ratpoisonGravityArg	Constant
+hi def link ratpoisonInfoFmtArgSpecial
 hi def link ratpoisonKeySeqArg	Special
 hi def link ratpoisonNumberArg	Number
 hi def link ratpoisonSetArg	Keyword