PageRenderTime 28ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/jEdit/tags/jedit-4-5-pre1/doc/tips/tip94.html

#
HTML | 19 lines | 13 code | 6 blank | 0 comment | 0 complexity | af207425094de0efa58a8bc348c35773 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. <html><body>
  2. File name globs that associate files with edit modes can be changed in
  3. the <b>Editing</b> pane of the <b>Utilities</b>&gt;<b>Global Options</b>
  4. dialog box.<p>
  5. For example, by default files matching "*.inc" are opened in PHP mode,
  6. but some Pascal implementations use this extension as well. If you find
  7. yourself with an urgent need to hack some Pascal, just remove "irc" from
  8. the PHP file name glob to get:
  9. <pre>*.{php3,php4,php,phtml}</pre>
  10. And add it to the Pascal file name glob:
  11. <pre>*.{pas,dpr,dpk}</pre>
  12. </body>
  13. </html>