Configure syntax highlighting for non-standard file extensions
Edit <FishEye home directory>
/syntax/filename.map
and add the file extensions using the following as a guide. For example, to add module
, install
, and inc
as extensions to be highlighted similarly to PHP files and htm
to be highlighted similarly to HTML files add the following four lines to the end of the file:
"**/*.module" php.def
"**/*.install" php.def
"**/*.inc" php.def
"**/*.htm" html.def
Fisheye/Crucible needs to be restarted to have the changes take effect.
This file will be overwritten if Fisheye/Crucible is updated (no matter which method is used) so make sure it is saved elsewhere prior to such an event.
関連情報
Defining your own syntax highlighting in Crucible or Fisheye
最終更新日 2018 年 7 月 31 日
Powered by Confluence and Scroll Viewport.