Search in sources :

Example 1 with PropertiesLexer

use of com.intellij.lang.properties.parsing.PropertiesLexer in project intellij-community by JetBrains.

the class PropertiesLexerTest method doTest.

private static void doTest(@NonNls String text, @NonNls String[] expectedTokens) {
    Lexer lexer = new PropertiesLexer();
    doTest(text, expectedTokens, lexer);
}
Also used : PropertiesLexer(com.intellij.lang.properties.parsing.PropertiesLexer) Lexer(com.intellij.lexer.Lexer) PropertiesLexer(com.intellij.lang.properties.parsing.PropertiesLexer)

Aggregations

PropertiesLexer (com.intellij.lang.properties.parsing.PropertiesLexer)1 Lexer (com.intellij.lexer.Lexer)1