vhdl-hs-start-regexp

vhdl-hs-start-regexp is a variable defined in `vhdl-mode.el'.
Its value is

"\\(^\\)\\s-*\\(\\(generic\\|port\\)[ \n \f]*(\\|component\\>\\|\\(\\w\\|\\s_\\)+[ \n \f]*:[ \n \f]*\\(\\(component\\|configuration\\|entity\\)[ \n \f]+\\)?\\(\\w\\|\\s_\\)+\\([ \n \f]*(\\(\\w\\|\\s_\\)+)\\)?[ \n \f]*\\(generic\\|port\\)[ \n \f]+map[ \n \f]*(\\|\\(function\\|procedure\\)\\>\\|\\(\\(\\w\\|\\s_\\)+[ \n \f]*:[ \n \f]*\\)?\\(process\\|block\\)\\>\\|configuration\\>\\)"

  • This variable may be risky if used as a file-local variable.

Documentation:
Regexp to match start of construct to hide.