emacsorphanage / dart-mode

An Emacs mode for the Dart language
GNU General Public License v3.0
15 stars 2 forks source link

Hack to fontify single quoted strings #54

Closed bradyt closed 6 years ago

bradyt commented 6 years ago

With @ahungry's hint in issue #47, that problem is with c-parse-quotes-after-change, I found a block in lisp/progmodes/cc-langs.el that suggested the changes in this commit. I believe this change provides syntax highlighting of single quoted strings.