flex source code of lexers is now available as part of CE source
commitfd7188fb6601014bac6e2df72b1fccdd7781bb53
authorDmitry Jemerov <yole@jetbrains.com>
Sun, 6 Dec 2009 17:35:01 +0000 (6 20:35 +0300)
committerDmitry Jemerov <yole@jetbrains.com>
Sun, 6 Dec 2009 17:35:01 +0000 (6 20:35 +0300)
treef8223b2b548806d45e5243ab80fa928f58ed2d99
parentb7c479ff81788cffb6c6af54d76684e91dd2bdec
flex source code of lexers is now available as part of CE source
java/java-impl/src/com/intellij/lexer/_JavaLexer.flex [new file with mode: 0644]
platform/lang-api/src/com/intellij/lexer/_JavaDocLexer.flex [new file with mode: 0644]
platform/lang-impl/src/com/intellij/codeInsight/template/impl/TemplateTextLexer.flex [new file with mode: 0644]
platform/lang-impl/src/com/intellij/codeInsight/template/impl/_MacroLexer.flex [new file with mode: 0644]
platform/lang-impl/src/com/intellij/ide/fileTemplates/impl/FileTemplateTextLexer.flex [new file with mode: 0644]
platform/lang-impl/src/com/intellij/psi/search/scope/packageSet/lexer/_ScopesLexer.flex [new file with mode: 0644]
xml/impl/src/com/intellij/lexer/_HtmlLexer.flex [new file with mode: 0644]
xml/impl/src/com/intellij/lexer/_OldXmlLexer.flex [new file with mode: 0644]
xml/impl/src/com/intellij/lexer/_XmlLexer.flex [new file with mode: 0644]