We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f1de4 commit 3817c88Copy full SHA for 3817c88
syntaxes/fortran.tmLanguage
@@ -192,7 +192,7 @@
192
<key>comment</key>
193
<string>statements controling the flow of the program</string>
194
<key>match</key>
195
- <string>\b(?i:(go\s*to|assign|to|if|then|else|elseif|end\s*if|continue|stop|pause|do|end\s*do|while|cycle))\b</string>
+ <string>\b(?i:(go\s*to|assign|to|if|then|else|elseif|end\s*if|continue|stop|pause|do|end\s*do|while|cycle|exit))\b</string>
196
<key>name</key>
197
<string>keyword.control.fortran</string>
198
</dict>
0 commit comments