Skip to content

AdditionalSymbols not working #10

@kelmi92quo

Description

@kelmi92quo

AdditionalSymbols are never detected as hastag, due to this line of code:
HashTagHelper.java, lie 136:
if(sign == '#'){
startIndexOfNextHashSign = index;

            nextNotLetterDigitCharIndex = findNextValidHashTagChar(text, startIndexOfNextHashSign);

            setColorForHashTagToTheEnd(startIndexOfNextHashSign, nextNotLetterDigitCharIndex);
        }

It only compares with '#'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions