Skip to content

Commit

Permalink
• Lowercased a few scopes.
Browse files Browse the repository at this point in the history
• Added .fortran to a couple scopes.
• Change keyword.other.Fortran90 to keyword.other.fortran.90


git-svn-id: http://svn.textmate.org/trunk/Bundles/Fortran.tmbundle@4771 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
infininight committed Aug 15, 2006
1 parent 38cc989 commit 1422947
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Syntaxes/Fortran.plist
Expand Up @@ -63,13 +63,13 @@
<key>match</key> <key>match</key>
<string>\b(?i:(BLOCKsDATA|CHARACTER|COMMON|DATA|DIMENSION|DOUBLE\sPRECISION|ENTRY|EQUIVALENCE|EXTERNAL|FORMAT|FUNCTION|IMPLICIT|INTEGER|INTRINSIC|LOGICAL|PARAMETER|PROGRAM|REAL|SAVE|SUBROUTINE))\b</string> <string>\b(?i:(BLOCKsDATA|CHARACTER|COMMON|DATA|DIMENSION|DOUBLE\sPRECISION|ENTRY|EQUIVALENCE|EXTERNAL|FORMAT|FUNCTION|IMPLICIT|INTEGER|INTRINSIC|LOGICAL|PARAMETER|PROGRAM|REAL|SAVE|SUBROUTINE))\b</string>
<key>name</key> <key>name</key>
<string>keyword.other.NonExecutable.fortran</string> <string>keyword.other.non-executable.fortran</string>
</dict> </dict>
<dict> <dict>
<key>match</key> <key>match</key>
<string>\b(?i:(ASSIGN|BACKSPACE|CALL|CLOSE|CONTINUE|DO|END|ENDFILE|GO\sTO|IF|THEN|ELSE|INQUIRE|OPEN|PRINT|READ|RETURN|REWIND|STOP|WRITE))\b</string> <string>\b(?i:(ASSIGN|BACKSPACE|CALL|CLOSE|CONTINUE|DO|END|ENDFILE|GO\sTO|IF|THEN|ELSE|INQUIRE|OPEN|PRINT|READ|RETURN|REWIND|STOP|WRITE))\b</string>
<key>name</key> <key>name</key>
<string>keyword.other.Executable.fortran</string> <string>keyword.other.executable.fortran</string>
</dict> </dict>
<dict> <dict>
<key>match</key> <key>match</key>
Expand Down Expand Up @@ -104,7 +104,7 @@
<key>match</key> <key>match</key>
<string>^\s*#.*$\n?</string> <string>^\s*#.*$\n?</string>
<key>name</key> <key>name</key>
<string>keyword.control.import</string> <string>keyword.control.import.fortran</string>
</dict> </dict>
<dict> <dict>
<key>match</key> <key>match</key>
Expand All @@ -122,7 +122,7 @@
<key>match</key> <key>match</key>
<string>\b(?i:(MODULE|USE|PRIVATE|PUBLIC|RECURSIVE|INTENT|OPTIONAL))\b</string> <string>\b(?i:(MODULE|USE|PRIVATE|PUBLIC|RECURSIVE|INTENT|OPTIONAL))\b</string>
<key>name</key> <key>name</key>
<string>keyword.other.Fortran90</string> <string>keyword.other.fortran.90</string>
</dict> </dict>
</array> </array>
<key>scopeName</key> <key>scopeName</key>
Expand Down

0 comments on commit 1422947

Please sign in to comment.