executable-font-lock-keywords

executable-font-lock-keywords is a variable defined in `executable.el'.
Its value is
(("\\`#!.*/\\([^ 	
]+\\)" 1 font-lock-keyword-face t))

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

Documentation:
Rules for highlighting executable scripts' magic number.
This can be included in `font-lock-keywords' by modes that call `executable'.