在SourceForge的hgweb中启用Java语法高亮显示

时间:2010-12-07 12:29:22

标签: sourceforge hgweb

我想在hgweb中使用语法高亮显示。

例如,制作

http://jstock.hg.sourceforge.net/hgweb/jstock/jstock/file/7289237e7b67/src/org/yccheok/jstock/gui/AboutJDialog.java

看起来像

http://jstock.cvs.sourceforge.net/viewvc/jstock/jstock/src/org/yccheok/jstock/gui/AboutJDialog.java?revision=1.36&view=markup

我可以知道怎么做吗?我看到了

https://sourceforge.net/apps/trac/sourceforge/wiki/Mercurial%20Web%20repository%20browser提及Viewing the contents of a checked-in file (including raw or syntax-highlighted outputs).

我可以知道吗?

1 个答案:

答案 0 :(得分:1)

您可以通过mime-type设置启用语法高亮显示。我通过为文件设置svn属性svn:mime-type来使用svn完成此操作: xml到text / xml java to text / x-java

接下来检查文件,并突出显示语法。

对于其他scm工具,请查看手册,如何设置mime-type进行签入。

我希望它对你有所帮助。