Skip to content

Instantly share code, notes, and snippets.

@ivan-pi
Created December 9, 2021 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivan-pi/ad6eadd123400e6f26aebcbc1dcfe02f to your computer and use it in GitHub Desktop.
Save ivan-pi/ad6eadd123400e6f26aebcbc1dcfe02f to your computer and use it in GitHub Desktop.
Sublime build system command for fypp (https://fypp.readthedocs.io)
{
"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