update inbox list
This commit is contained in:
15
vendor/scrivo/highlight.php/test/detect/golo/default.txt
vendored
Normal file
15
vendor/scrivo/highlight.php/test/detect/golo/default.txt
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
module hello
|
||||
|
||||
function dyno = -> DynamicObject()
|
||||
|
||||
struct human = { name }
|
||||
|
||||
@annotated
|
||||
function main = |args| {
|
||||
let a = 1
|
||||
var b = 2
|
||||
|
||||
println("hello")
|
||||
|
||||
let john = human("John Doe")
|
||||
}
|
||||
Reference in New Issue
Block a user