SublimeFortran
SublimeFortran copied to clipboard
Fortran syntax highlighting for Sublime Text 3
SublimeLinter update of July 26th 2019 depreciates several settings and adds a new mandatory setting ‘cls.defaults'.
Incorrect highlighting of type conversion (dcmplx not highlighted, real highlighted in wrong colour)
Not all type conversion functions are highlighted correctly Not highlighted at all: dcmplx Wrong: real (has the same color as type declarations, instead this is a distinct function, and should...
User-defined function names are not highlighted. For example, the function name `myfunc` below is not highlighted/colored differently than the default text color, but it should be (just like subroutine names...
Hi! I am using this package with Sublime text 3 on a MAC but it seems to be only able to treat *.f90 as a fortran and applies the format...
I'm using the popular [Fira Code](https://github.com/tonsky/FiraCode) font and ligatures are not being displayed when using `Fortran (Modern)`. Ligatures appear to be supported with `Fortran (Fixed Form)`. However, with `Modern`, they...
I maintain a bunch of legacy FORTRAN (at least I'm older than it is!) Finally got around to trying Sublime yesterday. So there is a lot I don't know about...
1. No gutter or inline feedback. 2. Linter commands do nothing (e.g. Show All Errors / Goto Error, etc) Interestingly, status bar does show `gfortranmodern(errer)` on error and `gfortranmodern(ok)` when...
Hi, I just intalled the package and the latex expressions do not popup. I am using Sublime 3, build 3143. Thank you in advance P.S.: I am a new sublime...
I cannot build or run until I changed the `'` to `\"` in shell_cmd lines in GFortran.sublime-build. Have no idea it's only my machine's problem or this issue has occurred...