larsbrinkhoff / forth-mode

Wants to be the SLIME of Forth
GNU General Public License v3.0
61 stars 17 forks source link

Improve syntax-propertize function #31

Closed ellerh closed 7 years ago

ellerh commented 7 years ago

This changes the syntax-propertize function so that it mimics more closely what a Forth interpreter does. With this changes font-locking no longer gets confused by [char] " or postpone (.

larsbrinkhoff commented 7 years ago

Thanks!