New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 11808 – NEMO

Changeset 11808


Ignore:
Timestamp:
2019-10-25T18:11:21+02:00 (4 years ago)
Author:
nicolasmartin
Message:

Change token to Name.Constant for format declaration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/developer/fortran.py

    r11801 r11808  
    6868 
    6969            # Format 
    70             (r'^\d+', Name.Label), 
     70            (r'^\d+', Name.Constant), 
    7171            (r'(WRITE)(\()([a-z]\w*)(,)(\d+)?', bygroups( 
    72                 Keyword, Punctuation, Name, Punctuation, Name.Label 
     72                Keyword, Punctuation, Name, Punctuation, Name.Constant 
    7373            )), 
    7474 
Note: See TracChangeset for help on using the changeset viewer.