Skip to content

Releases: Alhadis/language-regexp

v1.2.0

02 Jul 05:54
v1.2.0
Compare
Choose a tag to compare
  • Added: Dedicated scope for identifying empty capturing groups
  • Added: Grammar for POSIX.2 (IEEE Std 1003.2) “extended” regexes
  • Added: Highlighting of quoted/verbatim characters inside \Q\E
  • Added: Extended regexp highlighting inside (?x: …) groups
  • Added: Support for codepoint sequences (Oniguruma 6.9.5+)
  • Added: Support for trailing whitespace in \x{… } and \o{… }
  • Fixed: Typo in .source.regexp's editor.commentEnd setting
  • Fixed: Typo in (?'named') capturing group pattern

v1.1.2

04 May 10:48
v1.1.2
Compare
Choose a tag to compare

Adds syntax highlighting for patterns in Bash [[ =~ … ]] conditionals. Note that this only works when Tree Sitter parsers are disabled.

v1.1.1

01 Sep 05:34
v1.1.1
Compare
Choose a tag to compare

Fixes malformed syntax reported by Alhadis/language-regexp#1.

v1.1.0

12 Jul 08:34
v1.1.0
Compare
Choose a tag to compare

Considerable improvements made to syntax highlighting:

  • Added: Patterns for matching script runs (Perl 5.28+)
  • Added: Patterns for matching Oniguruma's "absent functions"
  • Added: Patterns for matching Oniguruma's y{…} text-segment mode
  • Added: Patterns for matching Oniguruma callouts
  • Added: Patterns for matching Oniguruma's \y, \Y, and \O
  • Added: Support for toggling comments and auto-indenting groups
  • Fixed: Lack of comment highlighting in "extended" regexp grammar
  • Fixed: Incorrect highlighting of (?R) and (?0) constructs
  • Fixed: Missing highlighting for \R escapes
  • Fixed: Missing highlighting of reset sequence in scoped modifiers

v1.0.1

01 Mar 02:53
v1.0.1
Compare
Choose a tag to compare

Unexciting patch-release to address trivial highlighting bugs:

  • Fixed: "Match-anything" dots not highlighted as metacharacters
  • Fixed: Runaway-matching in bracketed classes that end with a dash

v1.0.0

29 Jan 18:38
v1.0.0
Compare
Choose a tag to compare

Initial release. Adds syntax highlighting for regular expression data.