One Hat Cyber Team
Your IP :
172.16.0.254
Server IP :
58.26.163.33
Server :
Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Server Software :
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
PHP Version :
7.3.25
Buat File
|
Buat Folder
Eksekusi
Dir :
C:
/
laragon
/
bin
/
git
/
usr
/
share
/
nano
/
View File Name :
texinfo.nanorc
## Syntax highlighting for Texinfo files. ## Original author: Benno Schulenberg ## License: GPL version 3 or newer syntax texinfo "\.texi$" header "^\\input texinfo" magic "Texinfo source" comment "@c " # How the manual gets listed in the directory node. color purple start="^@direntry" end="^@end direntry" # Command arguments, trailing and enclosed. color cyan "^@[a-z]+[[:space:]]+.*" color lightmagenta "@([a-z]+|,|H|U)\{([^}]|@\}|@[a-z]+\{[^}]*\})*\}" # Commands themselves. color yellow "^@[a-z]+([[:space:]]|$)|@([a-z]+|,|H|U|AA|AE|DH|L|OE?|(La)?TeX|TH)\{|\}" color pink "@[!"'&*./:=?@\^`{}~-]" # Special separator for headings and footings. color mint "@\|" # Menu items. color brightred "^\*[[:space:]]+.*::.*" # Comments. color green "@c(omment)?[[:space:]]+.*" # Trailing whitespace. color ,green "[[:space:]]+$"