Nevensky / SublimeFortran

Fortran syntax highlighting for Sublime Text 3
47 stars 30 forks source link

Update GFortran.sublime-build #21

Closed klonuo closed 8 years ago

klonuo commented 8 years ago

Closes #12

315234 commented 8 years ago

This looks really good, thanks.

315234 commented 8 years ago

Unfortunately, this seems to break the Run variant, at least on OS X. I accepted the pull request but this will need to be fixed before a release. My guess is that "shell"=true doesn't seem handle the && and shell_cmd will be necessary.

klonuo commented 8 years ago

@315234 sorry about that, when I removed unnecessary ${filepath} from run variant, I forget to add dot-slash so that shell would be able to find the path.

I made additional PR #23 but did not test as I dont have *nix box here. Please try.