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/ - [email protected]
SkyPe: arthas77 - Twitter: _arthas
_______________________________________________
Geany mailing list
[email protected]
http://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Reply via email to