forked from eclipse-jdt/eclipse.jdt.core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[23] Formatter support for markdown doc comments
Restore ability to format Java in file with markdown comments: + avoid AssertionError in TokenManager.firstIndexIn visit(Javadoc) need to look for TokenNameCOMMENT_MARKDOWN specifically + fix infinite loop in tokenizeMultilineComment() - detect markdown comment - search for '/' not '*' - token should not include the final '\n' Leave markdown comments unchanged by formatting for now related to eclipse-jdt#2851
- Loading branch information
1 parent
c336f18
commit cbce8dd
Showing
3 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters