update inbox list
This commit is contained in:
14
vendor/scrivo/highlight.php/test/detect/applescript/default.txt
vendored
Normal file
14
vendor/scrivo/highlight.php/test/detect/applescript/default.txt
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
repeat 5 times
|
||||
if foo is greater than bar then
|
||||
display dialog "Hello there"
|
||||
else
|
||||
beep
|
||||
end if
|
||||
end repeat
|
||||
|
||||
(* comment (*nested comment*) *)
|
||||
on do_something(s, y)
|
||||
return {s + pi, y mod 4}
|
||||
end do_something
|
||||
|
||||
do shell script "/bin/echo 'hello'"
|
||||
Reference in New Issue
Block a user