emacsorphanage / haxe-mode

Major mode for editing Haxe files.
GNU General Public License v3.0
4 stars 4 forks source link

Add support for string interpolation #2

Open msteinbeck opened 5 months ago

msteinbeck commented 5 months ago

Thanks for providing this small, yet useful Emacs mode.

I noticed that double-quoted strings are highlighted properly, but single-quoted strings have no highlighting at all. I have two requests:

  1. Also highlight single-quoted strings.
  2. Emphasize variables and expressions inside single-quoted strings.
jcs090218 commented 5 months ago

I recommend you use TreeSitter base solution, like tree-sitter.el or treesit.el.