Language plugin (IDEA 8)

I'm starting to write a language plugin for IDEA 8. The doc says "the lexer is expected to be returned from Language.getSyntaxHighlighter().getHighlightingLexer();" - well my version of com.intellij.lang.Language does not have this method. Did this API change from 8 to 9? What am I missing?

0

Please sign in to leave a comment.