forked from OSchip/llvm-project
Set comment string, patch by Johnny Chen!
llvm-svn: 84743
This commit is contained in:
parent
6720492c39
commit
439fa3eddd
|
@ -112,6 +112,8 @@
|
|||
)
|
||||
|
||||
(set-syntax-table tablegen-mode-syntax-table)
|
||||
(make-local-variable 'comment-start)
|
||||
(setq comment-start "//")
|
||||
(run-hooks 'tablegen-mode-hook)) ; Finally, this permits the user to
|
||||
; customize the mode with a hook.
|
||||
|
||||
|
|
Loading…
Reference in New Issue