Skip to content
GitLab
Explore
Sign in
brightscript: Add inline lambda call syntax
Code
Review changes
Check out branch
Download
Patches
Plain diff
Daniel Levin
requested to merge
dlevin/syntax-highlighting:brightscript
into
master
Feb 27, 2021
Overview
6
Commits
1
Pipelines
0
Changes
4
Expand
This fixes broken syntax on inline lambda calls with arguments:
foo = sub()
end sub(a, "b", [c, d])
Merge request reports
Loading