Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix duplicating capture groups in Julia lexer #1292

Merged
merged 3 commits into from
Aug 2, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add broken example to visual sample
  • Loading branch information
pyrmont committed Jul 31, 2019
commit 6ed35a9811619ba2f9c0fa3fa066207501b7e619
5 changes: 4 additions & 1 deletion spec/visual/samples/julia
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,10 @@ function meow(animal::Lion)
animal.roar # access type properties using dot notation
end

# Code samples adapred from "Learn Julia in Y Minutes". "Learn Julia in Y
mutable struct Foo
end

# Code samples adapted from "Learn Julia in Y Minutes". "Learn Julia in Y
# Minutes" is copyright Leah Hanson, and the original can be found at
# http://learnxinyminutes.com/docs/files/learnjulia.jl or
# https://github.com/adambard/learnxinyminutes-docs/blob/master/julia.html.markdown
Expand Down