Class JshintrcTokenMaker
java.lang.Object
org.fife.ui.rsyntaxtextarea.TokenMakerBase
org.fife.ui.rsyntaxtextarea.AbstractJFlexTokenMaker
org.fife.ui.rsyntaxtextarea.AbstractJFlexCTokenMaker
org.fife.ui.rsyntaxtextarea.modes.JsonTokenMaker
org.fife.ui.rsyntaxtextarea.modes.JshintrcTokenMaker
- All Implemented Interfaces:
TokenMaker
Scanner for .jshintrc files. This is equivalent to JSON with C-style
end-of-line comments.
- Version:
- 1.0
-
Nested Class Summary
Nested classes/interfaces inherited from class org.fife.ui.rsyntaxtextarea.AbstractJFlexCTokenMaker
AbstractJFlexCTokenMaker.CStyleInsertBreakAction
-
Field Summary
Fields inherited from class org.fife.ui.rsyntaxtextarea.modes.JsonTokenMaker
EOL_COMMENT, YYEOF, YYINITIAL
Fields inherited from class org.fife.ui.rsyntaxtextarea.AbstractJFlexTokenMaker
offsetShift, s, start
Fields inherited from class org.fife.ui.rsyntaxtextarea.TokenMakerBase
currentToken, firstToken, previousToken
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor; overridden to enable highlighting of EOL comments. -
Method Summary
Methods inherited from class org.fife.ui.rsyntaxtextarea.modes.JsonTokenMaker
addToken, getCurlyBracesDenoteCodeBlocks, getMarkOccurrencesOfTokenType, getShouldIndentNextLineAfter, getTokenList, setHighlightEolComments, yybegin, yycharat, yyclose, yylength, yylex, yypushback, yyreset, yystate, yytext
Methods inherited from class org.fife.ui.rsyntaxtextarea.AbstractJFlexCTokenMaker
createInsertBreakAction, getCurlyBracesDenoteCodeBlocks, getInsertBreakAction
Methods inherited from class org.fife.ui.rsyntaxtextarea.AbstractJFlexTokenMaker
yybegin
Methods inherited from class org.fife.ui.rsyntaxtextarea.TokenMakerBase
addNullToken, addToken, addToken, createOccurrenceMarker, getClosestStandardTokenTypeForInternalType, getLanguageIndex, getLastTokenTypeOnLine, getLineCommentStartAndEnd, getNoTokensIdentifiedYet, getOccurrenceMarker, isIdentifierChar, isMarkupLanguage, resetTokenList, setLanguageIndex
-
Constructor Details
-
JshintrcTokenMaker
public JshintrcTokenMaker()Constructor; overridden to enable highlighting of EOL comments.
-