/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
- <html><body>
- File name globs that associate files with edit modes can be changed in
- the <b>Editing</b> pane of the <b>Utilities</b>><b>Global Options</b>
- dialog box.<p>
- For example, by default files matching "*.inc" are opened in PHP mode,
- but some Pascal implementations use this extension as well. If you find
- yourself with an urgent need to hack some Pascal, just remove "irc" from
- the PHP file name glob to get:
- <pre>*.{php3,php4,php,phtml}</pre>
- And add it to the Pascal file name glob:
- <pre>*.{pas,dpr,dpk}</pre>
- </body>
- </html>