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

Fortran: fixed support of "dotted" keywords/literals #4043

Merged
merged 3 commits into from Apr 26, 2024

Commits on Apr 25, 2024

  1. Fortran: fixed support of "dotted" keywords

    This patch adds a pattern to correctly match
    keywords delimited by dots (.).
    The pattern also follows the following rules from
    the format:
    - keywords names start with a letter (or dot).
    - names should only contain latin characters,
      digits or the underscore symbol.
    - identifiers starting with a dot must end with a
      dot.
    Julien Bloino committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    76cab81 View commit details
    Browse the repository at this point in the history
  2. Updated CHANGES.md

    Added short description of fix.
    jbloino committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    83acf70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d46630b View commit details
    Browse the repository at this point in the history