File: perl.coffee

Defined in: src/languages

Variables Summary

module.exports =
{
  name: "Perl",
  namespace: "perl",

  /*
  Supported Grammars
   */
  grammars: ["Perl", "Perl 6"],

  /*
  Supported extensions
   */
  extensions: ["pl"],
  options: {
    perltidy_profile: {
      type: 'string',
      "default": "",
      description: "Specify a configuration file which will override the default name of .perltidyrc"
    }
  }
}

    Quickly fuzzy find classes, mixins, methods, file:

    Control the navigation frame:

    You can focus and blur the search input: