[Geany] Syntax highlighting of keywords with spaces

Michele Beltrame mb at xxxxx
Fri Sep 25 12:47:59 UTC 2009


Hello!

I'm extending my filetypes.perl to support Moose and MooseX::Declare 
keywords.

Some of them, however, are not a single word but two. For example:

is mutable
is dirty

I would prefer to to add "is", "mutable" and "dirty" as primary 
keywords, as they're meaningless alone. Is it possible to have something 
regex-base such as:

/is\s+mutable/

parsed to search for keywords?

Thanks,
Michele.

BTW: Geany is great!

-- 
Michele Beltrame
http://www.italpro.net/ - mb at italpro.net
SkyPe: arthas77 - Twitter: _arthas



More information about the Users mailing list