I am looking for a way to highlight or use different face of quoted text in plain text. It seems that there should be a sophisticated/enhanced text mode but I cannot find it.
I am writing a minor mode for php/html files. I use a function (cf. font-lock-keywords) to fontify <?php ?> blocs.
For example variable dollar signs. php-mode.el line 1087: \'(\"\\\\$\\\\(\\\\(?:\\\\sw\\\\|\\\\s_\\\\)+\\\\)\" (1 font-lock-variable-name-face)) ; $variable
I am trying to get emacs to properly render mathematical combining characters such the diaeresis, over bar, etc in font-lock mode. The goal is to be able to write something mathematical like x_dot and
I need to match two cases js/example_directory/example_name.js an开发者_如何学Pythond js/example_directory/example_name.js?12345