Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiline token is determined by the last token in the line, not the … #5

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Sep 16, 2021

  1. Configuration menu
    Copy the full SHA
    430430e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6580077 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. .To activate multiline mode, at the end of a line, check if the token…

    … is at the beginning of the line and if multiline mode is already activated. If so, even if token =multi-string-token.start=multi-string-token-end
    mikhan808 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    d4ecc36 View commit details
    Browse the repository at this point in the history
  2. eliminate remarks to the writing of the code:

    1. remove unused method
    2. remove the nested try block
    mikhan808 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    dedcbe9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dc5989 View commit details
    Browse the repository at this point in the history
  4. eliminate comments on the code

     reduce the cognitive complexity of the method
    mikhan808 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    be6a788 View commit details
    Browse the repository at this point in the history