Changeset View
Changeset View
Standalone View
Standalone View
conf/default.conf.php
| Show First 20 Lines • Show All 1,029 Lines • ▼ Show 20 Lines | 'syntax.filemap' => array( | ||||
| // Example: Treat 'httpd.conf' as 'apacheconf'. | // Example: Treat 'httpd.conf' as 'apacheconf'. | ||||
| // '@/httpd\\.conf$@' => 'apacheconf', | // '@/httpd\\.conf$@' => 'apacheconf', | ||||
| // Example: Treat all '*.x.bak' file as '.x'. NOTE: we map to capturing | // Example: Treat all '*.x.bak' file as '.x'. NOTE: we map to capturing | ||||
| // group 1 by specifying the mapping as "1". | // group 1 by specifying the mapping as "1". | ||||
| // '@\\.([^.]+)\\.bak$@' => 1, | // '@\\.([^.]+)\\.bak$@' => 1, | ||||
| '@\.arcconfig$@' => 'js', | '@\.arcconfig$@' => 'js', | ||||
| '@\.arclint$@' => 'js', | |||||
| '@\.divinerconfig$@' => 'js', | '@\.divinerconfig$@' => 'js', | ||||
| ), | ), | ||||
| // Set the default monospaced font style for users who haven't set a custom | // Set the default monospaced font style for users who haven't set a custom | ||||
| // style. | // style. | ||||
| 'style.monospace' => '10px "Menlo", "Consolas", "Monaco", monospace', | 'style.monospace' => '10px "Menlo", "Consolas", "Monaco", monospace', | ||||
| 'style.monospace.windows' => '11px "Menlo", "Consolas", "Monaco", monospace', | 'style.monospace.windows' => '11px "Menlo", "Consolas", "Monaco", monospace', | ||||
| Show All 37 Lines | |||||