Skip to content

Releases: lark-parser/lark_syntax

Support for %declare keyword and bugfixes

20 Oct 09:01
Compare
Choose a tag to compare
Replace all \s with [ \t] to prevent matching newlines

Fixes #7

Comment support and improved regex detection

24 Aug 06:20
Compare
Choose a tag to compare
v1.2.1

Merge branch 'sublime_text_comment_support'

Fixed handling of escaped quotes and removed association with '.lr' file extension

09 Jul 18:47
Compare
Choose a tag to compare

v1.1.1: Removed .g file type

07 May 12:13
Compare
Choose a tag to compare
Since .g is the old file type that's associated with ANTLR, I removed it from Lark highlighting. Especially since people should still be able to select it themselves if they need to.

v1.1.0

01 May 16:16
Compare
Choose a tag to compare

Code cleaned up and remaining language features added

v1.0.0

01 May 00:59
9b1a0f0
Compare
Choose a tag to compare
Initial commit