Twisted中的.tac文件是否有Emacs模式?

时间:2014-05-29 03:30:02

标签: python emacs twisted

我一直在完成Twisted教程并且已经使用finger11.tac,链接here。有没有人知道是否有一个Emac的模式会为.tac文件类型做标签和语法高亮?

感谢您的时间。

1 个答案:

答案 0 :(得分:4)

它看起来像一个普通的python源文件,所以这应该做的伎俩:

(add-to-list 'auto-mode-alist '("\\.tac$" . python-mode))