dylan-lang / dylan-emacs-support

Emacs mode for indenting and highlighting Dylan code
GNU General Public License v2.0
27 stars 8 forks source link

Fix highlighting of keyword symbols #35

Closed cgay closed 4 years ago

cgay commented 4 years ago

Symbols like foo2bar: were only highlighting the bar: part because 0-9 wasn't part of the regex. Made a new variable, dylan-keyword-symbol-pattern, that is much closer to the Dylan keyword symbol BNF.