larsbrinkhoff / forth-mode

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

Try to indent (foo) #49

Closed ellerh closed 7 years ago

ellerh commented 7 years ago

This is a tricky case because SMIE thinks, depending on comment-start-skip (which indirectly depends on comment-start thru comment-normalize-vars), that (foo) is a comment. But since (foo) is not actually a comment this leads to an endless recursion.