Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
finesse
finesse3
Commits
934a69bd
Commit
934a69bd
authored
Jan 28, 2021
by
Phil Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix legacy lambda parsing.
parent
5508a576
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/finesse/script/legacy.py
src/finesse/script/legacy.py
+1
-1
No files found.
src/finesse/script/legacy.py
View file @
934a69bd
...
...
@@ -1109,7 +1109,7 @@ class _KatLEX(Lexer):
GNUPLOT_START
=
r
"(?i)GNUPLOT"
GOUY
=
r
"gouy\s"
ISOLATOR
=
r
"(isol|diode)\s"
LAMBDA
=
r
"lambda
[0]
\s"
LAMBDA
=
r
"lambda
0?
\s"
LENS
=
r
"lens\s"
LOCK
=
r
"lock\*?\s"
LASER
=
r
"(laser|light|l)\s"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment