Finalized Fortran highlighting...
This commit is contained in:
parent
6567c1bc4b
commit
6e2d53a69b
@ -346,6 +346,8 @@ int main (int argc, char * * argv) {
|
|||||||
highlight_common_assembly ();
|
highlight_common_assembly ();
|
||||||
} else if (select == file_type_flat_assembly) {
|
} else if (select == file_type_flat_assembly) {
|
||||||
highlight_flat_assembly ();
|
highlight_flat_assembly ();
|
||||||
|
} else if (select == file_type_fortran_90) {
|
||||||
|
highlight_fortran ();
|
||||||
} else {
|
} else {
|
||||||
highlight_common ();
|
highlight_common ();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user