Thanks! :)

This is already awesome and useful. I might take a jab at it too soon 
and get some more contextual stuff going.

--
Tom.

On 29/07/14 15:49, Jérémy Zurcher wrote:
> jeyzu pushed a commit to branch master.
>
> http://git.enlightenment.org/editors/vim-configs.git/commit/?id=a47fed45d7d2cd7ef9a6d8955927833347542382
>
> commit a47fed45d7d2cd7ef9a6d8955927833347542382
> Author: Jérémy Zurcher <jer...@asynk.ch>
> Date:   Tue Jul 29 16:52:17 2014 +0200
>
>      slightly improve eo syntax file
> ---
>   syntax/eo.vim | 15 +++++++++------
>   1 file changed, 9 insertions(+), 6 deletions(-)
>
> diff --git a/syntax/eo.vim b/syntax/eo.vim
> index 8e9c68d..717fb2e 100644
> --- a/syntax/eo.vim
> +++ b/syntax/eo.vim
> @@ -1,17 +1,19 @@
>   " Vim syntax file
> -" Language:  Eo
> -" Maintainer:        Daniel Zaoui
> -" Last Change:       2014 06 01
> +" Language:     Eo
> +" Maintainer:   Daniel Zaoui
> +" Last Change:  2014 06 01
>
>   " A bunch of useful keywords
> -syn keyword    classKeywords        class legacy_prefix eo_prefix data 
> contained
> -syn keyword    classKeywords        constructors properties methods 
> implements events contained
> +syn keyword    classKeywords           class abstract legacy_prefix 
> eo_prefix data contained
> +syn keyword    classKeywords           constructors properties methods 
> implements events contained
>
> -syn keyword    functionKeywords        set get keys values params 
> constructor const contained
> +syn keyword    functionKeywords        set get keys values params 
> constructor destructor finalize const contained return
>
>   syn match      classKeywordsMatch      "\w\+" 
> contains=classKeywords,functionKeywords
>   syn match      className               "(\w\+::)*\w"
>
> +syn match      attributes              "@\(inout\|out\|in\|class\)"
> +
>   syn region     eo_comment start="\/\*" end="\*\/"
>
>   " Define the default highlighting.
> @@ -26,6 +28,7 @@ if version >= 508
>
>     HiLink classKeywords Function
>     HiLink functionKeywords Label
> +  HiLink attributes Constant
>     HiLink eo_comment Comment
>
>     delcommand HiLink
>



------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to