update inbox list
This commit is contained in:
30
vendor/scrivo/highlight.php/test/detect/livecodeserver/default.txt
vendored
Normal file
30
vendor/scrivo/highlight.php/test/detect/livecodeserver/default.txt
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?rev
|
||||
|
||||
global gControllerHandlers, gData
|
||||
local sTest
|
||||
put "blog,index" into gControllerHandlers
|
||||
|
||||
|
||||
command blog
|
||||
-- simple comment
|
||||
put "Hello World!" into sTest
|
||||
# ANOTHER COMMENT
|
||||
put "form,url,asset" into tHelpers
|
||||
rigLoadHelper tHelpers
|
||||
end blog
|
||||
|
||||
/*Hello
|
||||
block comment!*/
|
||||
|
||||
function myFunction
|
||||
if the secs > 2000000000 then
|
||||
put "Welcome to the future!"
|
||||
else
|
||||
return "something"
|
||||
end if
|
||||
end myFunction
|
||||
|
||||
|
||||
--| END OF blog.lc
|
||||
--| Location: ./system/application/controllers/blog.lc
|
||||
----------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user