update inbox list
This commit is contained in:
8
vendor/scrivo/highlight.php/test/detect/ceylon/default.txt
vendored
Normal file
8
vendor/scrivo/highlight.php/test/detect/ceylon/default.txt
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
shared void run() {
|
||||
print("Hello, `` process.arguments.first else "World" ``!");
|
||||
}
|
||||
class Counter(count=0) {
|
||||
variable Integer count;
|
||||
shared Integer currentValue => count;
|
||||
shared void increment() => count++;
|
||||
}
|
||||
Reference in New Issue
Block a user