File: fortran.coffee

Defined in: src/languages

Variables Summary

module.exports =
{
  name: "Fortran",
  namespace: "fortran",

  /*
  Supported Grammars
   */
  grammars: ["Fortran - Modern"],

  /*
  Supported extensions
   */
  extensions: ["f90"],

  /*
   */
  options: {

    /*
    JavaScript
     */
    emacs_path: {
      type: 'string',
      "default": "",
      description: "Path to the `emacs` executable"
    },
    emacs_script_path: {
      type: 'string',
      "default": "",
      description: "Path to the emacs script"
    }
  }
}

    Quickly fuzzy find classes, mixins, methods, file:

    Control the navigation frame:

    You can focus and blur the search input: