Skip to content

Commit

Permalink
• Change comment.line.fortran.punchcard-style to comment.line.c.fortr…
Browse files Browse the repository at this point in the history
…an.punchcard-style

• Split comment.line.fortran rule in two so it can be scope correctly.


git-svn-id: http://svn.textmate.org/trunk/Bundles/Fortran.tmbundle@4240 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
infininight committed Jul 16, 2006
1 parent 4203639 commit 3716349
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Syntaxes/Fortran.plist
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<key>match</key>
<string>^[Cc] (.*)$</string>
<key>name</key>
<string>comment.line.fortran.punchcard-style</string>
<string>comment.line.c.fortran.punchcard-style</string>
</dict>
<dict>
<key>match</key>
Expand Down Expand Up @@ -101,9 +101,15 @@
</dict>
<dict>
<key>match</key>
<string>(?x) (?: (^[\*!] .*$\n?) | (?:! .*$\n?))</string>
<string>(?x) (?: (^[!] .*$\n?) | (?:! .*$\n?))</string>
<key>name</key>
<string>comment.line.fortran.modern</string>
<string>comment.line.exclamation.fortran.modern</string>
</dict>
<dict>
<key>match</key>
<string>(^\*.*$\n?)</string>
<key>name</key>
<string>comment.line.asterisk.fortran.modern</string>
</dict>
<dict>
<key>match</key>
Expand Down

0 comments on commit 3716349

Please sign in to comment.