File: verilog.coffee

Defined in: src/languages

Variables Summary

module.exports =
{
  name: "Verilog",
  namespace: "verilog",

  /*
  Supported Grammars
   */
  grammars: ["Verilog"],

  /*
  Supported extensions
   */
  extensions: ["svh", "v", "sv"],
  options: {
    emacs_script_path: {
      type: 'string',
      "default": "",
      description: "Path to emacs init.el script with formatting settings. (Leave blank to use default one)"
    }
  }
}

    Quickly fuzzy find classes, mixins, methods, file:

    Control the navigation frame:

    You can focus and blur the search input: