⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
vim
/
vim91
/
syntax
/
View File Name :
lc.vim
" Vim syntax file " Language: Elsa " Maintainer: Miles Glapa-Grossklag
" Last Change: 2023-01-29 " 2024 May 25 by Riley Bruins
(move 'commentstring' to ftplugin) if exists('b:current_syntax') finish endif " Keywords syntax keyword elsaKeyword let eval syntax match elsaKeyword "\v:" highlight link elsaKeyword Keyword " Comments syntax match elsaComment "\v--.*$" highlight link elsaComment Comment " Operators syntax match elsaOperator "\v\=" syntax match elsaOperator "\v\=[abd*~]\>" syntax match elsaOperator "\v-\>" syntax match elsaOperator "\v\\" highlight link elsaOperator Operator " Definitions syntax match elsaConstant "\v[A-Z]+[A-Z_0-9]*" highlight link elsaConstant Constant let b:current_syntax = 'elsa'