Fix hoc mode slightly, and add more hooks to python and org mode
This commit is contained in:
@@ -4,9 +4,11 @@
|
||||
|
||||
(setq hoc-mode-highlights
|
||||
'(
|
||||
( "//.*" . font-lock-comment-face)
|
||||
( "proc\\|objref\\|create\\|public\\|begintemplate\\|endtemplate\\|access\\|if\\|for" . font-lock-keyword-face)
|
||||
( "[a-z0-9A-Z_]+?[ \n\t]*\\((\\)" . font-lock-function-name-face)
|
||||
( "//.+" . font-lock-comment-face)
|
||||
( "/\*" . font-lock-comment-start-skip)
|
||||
( "\*/" . font-lock-comment-end-skip)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user