Fork me on GitHub
#emacs
<
2019-04-23
>
tianshu19:04:24

How can I tell emacs to use a specified language context(or just syntax highlighting) in a range on buffer. for example, I have

insert into test_table
("key")
values
(
/*~ (if (:key params) ":key" "NULL")) ~*/
);
I want highlight the content between /*~ ~*/ with clojure syntax.