Changeset 733e1e6fc123d17189baa2601013bc147602aff8
- Timestamp:
- 02/27/2008 01:50:34 PM
(10 months ago)
- Author:
- Robin Luckey <robin@Tangier.local>
- git-committer:
- Robin Luckey <robin@Tangier.local> 1204149034 -0800
- git-parent:
[ac2c8dbc9cf9d22089842649c5bd77572a510071]
- git-author:
- Robin Luckey <robin@Tangier.local> 1204149034 -0800
- Message:
[CHANGE] Rename Fortran nice_names so that they sort well
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rac2c8db |
r733e1e6 |
|
| 52 | 52 | 'emacslisp' => {:nice_name => 'Emacs Lisp' , :category => 0}, |
|---|
| 53 | 53 | 'erlang' => {:nice_name => 'Erlang' , :category => 0}, |
|---|
| 54 | | 'fortranfixed' => {:nice_name => 'Fixed-format Fortran', :category => 0}, |
|---|
| 55 | | 'fortranfree' => {:nice_name => 'Free-format Fortran', :category => 0}, |
|---|
| | 54 | 'fortranfixed' => {:nice_name => 'Fortran (Fixed-format)', :category => 0}, |
|---|
| | 55 | 'fortranfree' => {:nice_name => 'Fortran (Free-format)', :category => 0}, |
|---|
| 56 | 56 | 'groovy' => {:nice_name => 'Groovy' , :category => 0}, |
|---|
| 57 | 57 | 'html' => {:nice_name => 'HTML' , :category => 1}, |
|---|