Re: Keyword matcher
Michael Müller <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <[email protected]> |
Same question as yesterday. Some answers were posted to the list. Herzliche Grüße - Best Regards, Michael Müller Brühl, Germany blog.mueller-bruehl.de <http://blog.mueller-bruehl.de/> @muellermi Read my books "Web Development with Java and JSF": https://leanpub.com/jsf "Java Lambdas und (parallel) Streams" Deutsche Ausgabe: https://leanpub.com/lambdas-de "Java Lambdas and (parallel) Streams" English edition: https://leanpub.com/lambdas Am 15.01.2016 um 13:38 schrieb linesb: > I'm trying to create a keyword matcher for a new language. The braces matcher works by using the BracesMatcherFactory. > > How do I register a keyword matcher that works in the same fashion as the braces matcher? > > > > >