update inbox list
This commit is contained in:
15
vendor/scrivo/highlight.php/test/markup/elixir/function-title.txt
vendored
Normal file
15
vendor/scrivo/highlight.php/test/markup/elixir/function-title.txt
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
def f do
|
||||
:ok
|
||||
end
|
||||
|
||||
def f(list) do
|
||||
:ok
|
||||
end
|
||||
|
||||
def f :clear, list do
|
||||
:ok
|
||||
end
|
||||
|
||||
def f!, do: IO.puts "hello world"
|
||||
|
||||
x = 5
|
||||
Reference in New Issue
Block a user