require('./second');
require('./first');
run = async function() {
console.log('second::run') ;
<?php | |
/* | |
* | |
* ____ _ _ __ __ _ __ __ ____ | |
* | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \ | |
* | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) | | |
* | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/ | |
* |_| \___/ \___|_|\_\___|\__|_| |_|_|_| |_|\___| |_| |_|_| | |
* |
## PHP Syntax Highlighting | |
syntax "php" "\.php[2345s~]?$" | |
# color red ".*" | |
color red "." | |
color white start="<\?(php|=)?" end="\?>" | |
# Numbers | |
color magenta "[+-]*([0-9]\.)*[0-9]+([eE][+-]?([0-9]\.)*[0-9])*" | |
color magenta "0x[0-9a-zA-Z]*" | |
# Functions | |
color brightblue "([a-zA-Z0-9_$-]*)\(" |
For advanced users, a syntax highlighter for sublime text and | |
textmate which makes reading the list easier can be found here: | |
https://gist.github.com/jocopa3/e4a35921e4f978572e7f45360d231f37 | |
============ Blocks ============ | |
All blocks as found in the 1.0.5.0 Block::initBlocks function. | |
Block names are the same names used in the /give command. | |
Name Id Data |