Created
December 9, 2021 11:19
-
-
Save ivan-pi/ad6eadd123400e6f26aebcbc1dcfe02f to your computer and use it in GitHub Desktop.
Sublime build system command for fypp (https://fypp.readthedocs.io)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"file_patterns": ["*.fypp", "*.fy90"], | |
"working_dir": "${file_path}", | |
"cmd": ["fypp", "${file}", "${file_base_name}.f90"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment