dykstrom / basic-mode

Emacs major mode for editing BASIC code
GNU General Public License v3.0
7 stars 10 forks source link

Fix renumber and goto line number #25

Closed dykstrom closed 1 year ago

dykstrom commented 1 year ago

Renumber jumps and goto line number (M-.) does not work properly without spaces separating keywords and numbers. This commit makes renumber and goto line number work like syntax highlighting without spaces if basic-syntax-highlighting-require-separator is nil.

Closes #24