Fix custom syntax with method calls.

This commit is contained in:
Stephen Chung
2021-12-16 22:40:10 +08:00
parent 224aa0ea68
commit 10fa6844c4
4 changed files with 37 additions and 27 deletions

View File

@@ -7,7 +7,7 @@ Version 1.3.1
Bug fixes
---------
* Custom syntax now works properly inside binary expressions.
* Custom syntax now works properly inside binary expressions and with method calls.
Enhancements
------------