0
I Use This!
Inactive

Commits : Listings

Analyzed 12 minutes ago. based on code collected about 6 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Include $base instead of $self More... about 6 years ago
Prevent c-style comments from working in modern grammar More... about 6 years ago
Remove comment markers from symbol list More... about 6 years ago
Correct minor scope error More... about 6 years ago
Improve matching of the end of interface and type blocks More... about 6 years ago
Point to ruby 1.8 shim More... almost 10 years ago
Use version 1.8 of ruby for bundle items More... over 10 years ago
Match function arguments individually More... over 10 years ago
Improve indention rules to better match blocks, fixes #2. More... over 11 years ago
Add elseif keyword, fixes #7. More... over 11 years ago
Make function parameters optional, fixes #6. More... over 11 years ago
Add initial semantic classes. More... over 11 years ago
Use requiredCommands. More... over 12 years ago
Improve comment.line match. More... over 12 years ago
Move folding settings. More... over 12 years ago
Add readme. More... over 12 years ago
Improve comment matching, supporting asterisk comments. More... over 12 years ago
Remove usage of TM_RUBY. More... over 13 years ago
Better matching of preprocessors and a minor change to the meta.function rule. Patch from Brian Powell. More... over 15 years ago
Defining comments as line only, patch from Brian Powell. More... over 15 years ago
• add Fortran comments (^\s*[Cc]) to the un-indent pattern. More... almost 16 years ago
Further fix number detection: numbers with more than one digit before the decimal point where not pickec up entirely More... about 16 years ago
Improved punctuation. More... about 16 years ago
- Added a forall snippet, only available in fortran.modern (this is an f90 only keyword) - Moved Quick type definitions up in the menu, as are Quick read, Quick write etc. More... about 16 years ago
For sectioning comments (start with !- and appear in the Symbol list), transformed each '-' but the first into three spaces. It allows to nicely indent them in the symbols list: !- Foo is a section, !-- Bar is a subsection etc. More... about 16 years ago
- better/simpler detection of numbers. I haven't seen false positives yet - stricter detection of folding markers - in Fortran modern, only recognize "c" in the first column as a comment character if it is followed by a space - moved "::" from Modern to Punchcard, can be present in both More... about 16 years ago
Remove punchcard include from grammar since they are now combined. More... about 16 years ago
Rename two files to better define their use. More... over 16 years ago
Split language grammar into two parts to support different versions of Fortran, add preferences to deal with new grammars and add some features. Sent in by jiho. More... over 16 years ago
Revised compile command, and a new command to also execute the result. Sent in from jiho. More... over 16 years ago