chore: bump scintilla and lexilla version
This commit is contained in:
24
3rdparty/lexilla545/lexilla/test/examples/julia/x.jl
vendored
Normal file
24
3rdparty/lexilla545/lexilla/test/examples/julia/x.jl
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
|
||||
# Comment here
|
||||
const bar = '\n'
|
||||
|
||||
"""
|
||||
test_fun(a::Int)
|
||||
For test only
|
||||
"""
|
||||
function test_fun(a::Int, b::T) where T <: Number
|
||||
println(a)
|
||||
println("foo $(bar)")
|
||||
end
|
||||
|
||||
@enum Unicode α=1 β=2
|
||||
|
||||
res = [√i for i in 1:10]
|
||||
∀=1; ∃=2; ∄=3;
|
||||
|
||||
t!'#'
|
||||
t!='#'
|
||||
t[]!='#'
|
||||
|
||||
#= Dummy function =#
|
||||
test_fun²(:sym, true, raw"test", `echo 1`)
|
Reference in New Issue
Block a user