cdibbs / language-jison

Jison syntax definition for the Atom editor and Github linguist.
MIT License
6 stars 2 forks source link

Don’t use lookaheads for newlines or end-of-line anchors #16

Closed nwhetsell closed 7 years ago

nwhetsell commented 7 years ago

This pull request is analogous to pull request https://github.com/nwhetsell/language-csound/pull/3 – there are various changes to eliminate unnecessary lookaheads and matches of newlines.

cdibbs commented 7 years ago

Published as 2.10.0. Thanks, @nwhetsell.