GRAYBYTE WORDPRESS FILE MANAGER6767

Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /usr/share/mc/syntax/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /usr/share/mc/syntax//cabal.syntax
# Author   : Mikhail S. Pobolovets
# Language : cabal
#
# haskell.syntax is taken as base
#

caseinsensitive

context default

# cabal keywords

#   reserved keywords:

#comments
    keyword -- brown

#   unused symbols
    keyword whole _\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] magenta

#   known fields
    keyword whole \[\s\]author cyan
    keyword whole \[\s\]bug-reports cyan
    keyword whole \[\s\]buildable cyan
    keyword whole \[\s\]build-depends cyan
    keyword whole \[\s\]build-tools cyan
    keyword whole \[\s\]build-type cyan
    keyword whole \[\s\]cabal-version cyan
    keyword whole \[\s\]category cyan
    keyword whole \[\s\]cc-options cyan
    keyword whole \[\s\]copyright cyan
    keyword whole \[\s\]cpp-options cyan
    keyword whole \[\s\]c-sources cyan
    keyword whole \[\s\]data-dir cyan
    keyword whole \[\s\]data-files cyan
    keyword whole \[\s\]default-language cyan
    keyword whole \[\s\]default cyan
    keyword whole \[\s\]description cyan
    keyword whole \[\s\]exposed-modules cyan
    keyword whole \[\s\]exposed cyan
    keyword whole \[\s\]extensions cyan
    keyword whole \[\s\]extra-lib-dirs cyan
    keyword whole \[\s\]extra-libraries cyan
    keyword whole \[\s\]extra-source-files cyan
    keyword whole \[\s\]extra-tmp-files cyan
    keyword whole \[\s\]frameworks cyan
    keyword whole \[\s\]ghc-options cyan
    keyword whole \[\s\]ghc-prof-options cyan
    keyword whole \[\s\]ghc-shared-options cyan
    keyword whole \[\s\]homepage cyan
    keyword whole \[\s\]hs-source-dirs cyan
    keyword whole \[\s\]hugs-options cyan
    keyword whole \[\s\]include-dirs cyan
    keyword whole \[\s\]includes cyan
    keyword whole \[\s\]install-includes cyan
    keyword whole \[\s\]jhc-options cyan
    keyword whole \[\s\]ld-options cyan
    keyword whole \[\s\]license-file cyan
    keyword whole \[\s\]license cyan
    keyword whole \[\s\]location cyan
    keyword whole \[\s\]main-is cyan
    keyword whole \[\s\]maintainer cyan
    keyword whole \[\s\]name cyan
    keyword whole \[\s\]nhc98-options cyan
    keyword whole \[\s\]other-extensions cyan
    keyword whole \[\s\]other-modules cyan
    keyword whole \[\s\]package-url cyan
    keyword whole \[\s\]pkgconfig-depends cyan
    keyword whole \[\s\]source-repository cyan
    keyword whole \[\s\]stability cyan
    keyword whole \[\s\]synopsis cyan
    keyword whole \[\s\]tag cyan
    keyword whole \[\s\]tested-with cyan
    keyword whole \[\s\]type cyan
    keyword whole \[\s\]version cyan

#   extended fields
    keyword whole x\-\[\-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] cyan

#   version wildcard
    keyword whole -any red

#   commandline keys
    keyword whole -\[\-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz_0123456789\] brightred

#   known extensions
    keyword whole Arrows brightmagenta
    keyword whole BangPatterns brightmagenta
    keyword whole ConstrainedClassMethods brightmagenta
    keyword whole DeriveDataTypeable brightmagenta
    keyword whole DisambiguateRecordFields brightmagenta
    keyword whole EmptyDataDecls brightmagenta
    keyword whole CPP brightmagenta
    keyword whole ExistentialQuantification brightmagenta
    keyword whole ExtendedDefaultRules brightmagenta
    keyword whole ExtensibleRecords brightmagenta
    keyword whole FlexibleContexts brightmagenta
    keyword whole FlexibleInstances brightmagenta
    keyword whole ForeignFunctionInterface brightmagenta
    keyword whole FunctionalDependencies brightmagenta
    keyword whole GADTs brightmagenta
    keyword whole GeneralizedNewtypeDeriving brightmagenta
    keyword whole Generics brightmagenta
    keyword whole HereDocuments brightmagenta
    keyword whole ImplicitParams brightmagenta
    keyword whole ImpredicativeTypes brightmagenta
    keyword whole IncoherentInstances brightmagenta
    keyword whole KindSignatures brightmagenta
    keyword whole LiberalTypeSynonyms brightmagenta
    keyword whole MagicHash brightmagenta
    keyword whole MultiParamTypeClasses brightmagenta
    keyword whole NamedFieldPuns brightmagenta
    keyword whole NewQualifiedOperators brightmagenta
    keyword whole NoImplicitPrelude brightmagenta
    keyword whole NoMonomorphismRestriction brightmagenta
    keyword whole NoMonoPatBinds brightmagenta
    keyword whole OverlappingInstances brightmagenta
    keyword whole OverloadedStrings brightmagenta
    keyword whole PackageImports brightmagenta
    keyword whole ParallelListComp brightmagenta
    keyword whole PatternGuards brightmagenta
    keyword whole PatternSignatures brightmagenta
    keyword whole PolymorphicComponents brightmagenta
    keyword whole PostfixOperators brightmagenta
    keyword whole QuasiQuotes brightmagenta
    keyword whole Rank2Types brightmagenta
    keyword whole RankNTypes brightmagenta
    keyword whole RecordPuns brightmagenta
    keyword whole RecordWildCards brightmagenta
    keyword whole RecursiveDo brightmagenta
    keyword whole RelaxedPolyRec brightmagenta
    keyword whole RestrictedTypeSynonyms brightmagenta
    keyword whole ScopedTypeVariables brightmagenta
    keyword whole StandaloneDeriving brightmagenta
    keyword whole TemplateHaskell brightmagenta
    keyword whole TransformListComp brightmagenta
    keyword whole TypeFamilies brightmagenta
    keyword whole TypeOperators brightmagenta
    keyword whole TypeSynonymInstances brightmagenta
    keyword whole UnboxedTuples brightmagenta
    keyword whole UndecidableInstances brightmagenta
    keyword whole UnicodeSyntax brightmagenta
    keyword whole UnliftedFFITypes brightmagenta
    keyword whole ViewPatterns brightmagenta

#   links
    keyword http://+ gray
    keyword ftp://+ gray
    keyword git://+ gray
    keyword cvs://+ gray
    keyword svn://+ gray
    keyword darcs://+ gray
#   special text inside of <>, i.e. emails
    keyword \<+\> red

#   build types with '\s & \n' hack to remove too stupid highlighting
    keyword whole Configure\s white
    keyword whole Configure\n white
    keyword whole Custom\s white
    keyword whole Custom\n white
    keyword whole Make\s white
    keyword whole Make\n white
    keyword whole Simple\n white
    keyword whole Simple\s white

#   licenses
    keyword whole AllRightsReserved white
    keyword whole OtherLicense white
    keyword whole PublicDomain white
    keyword whole LGPL white
    keyword whole GPL white
    keyword whole LGPL2 white
    keyword whole GPL2 white
    keyword whole LGPL3 white
    keyword whole GPL3 white
    keyword whole BSD white
    keyword whole BSD3 white
    keyword whole BSD4 white
    keyword whole MIT white

#   compilers
    keyword whole GHC white
    keyword whole NHC white
    keyword whole JHC white
    keyword whole HBC white
    keyword whole Helium white
    keyword whole Hugs white

#   special keywords
    keyword whole True white
    keyword whole False white
    keyword whole if white
    keyword whole else white
    keyword whole os white
    keyword whole impl white
    keyword whole arch white

    keyword whole linestart \[\s\]executable yellow
    keyword whole linestart \[\s\]library yellow
    keyword whole linestart \[\s\]test-suite yellow
    keyword whole flag yellow
    keyword whole repo yellow


#   unboxed (started from upcase)
#    keyword whole \{ABCDEFGHIJKLMNOPQRSTUVWXYZ\}\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\]# white
#   types/modules
#    keyword whole \{ABCDEFGHIJKLMNOPQRSTUVWXYZ\}\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white

#digits
    keyword whole 0\{xX\}\{0123456789abcdefABCDEF\}\[0123456789abcdefABCDEF\] brightgreen
    keyword whole \{0123456789\}\[0123456789\] brightgreen
    keyword whole \[0123456789\]\.\{0123456789\}\[0123456789\] brightgreen
    keyword whole \{0123456789\}\[0123456789\]\.\[0123456789\] brightgreen
    keyword whole \{0123456789\}\[0123456789\]\{eE\}\{0123456789\}\[0123456789\] brightgreen
    keyword whole \{0123456789\}\[0123456789\]\{eE\}\{\-\+\}\{0123456789\}\[0123456789\] brightgreen
    keyword whole \{0123456789\}\[0123456789\]\.\{0123456789\}\[0123456789\]\{eE\}\{0123456789\}\[0123456789\] brightgreen
    keyword whole \{0123456789\}\[0123456789\]\.\{0123456789\}\[0123456789\]\{eE\}\{\-\+\}\{0123456789\}\[0123456789\] brightgreen


# some punctuation characters
    keyword whole $ yellow
    keyword whole ! white
    keyword whole && white
    keyword whole \* yellow
    keyword whole \+ yellow
    keyword whole / yellow
    keyword whole ^ white
    keyword whole || white
    keyword whole | white

    keyword ~ white
    keyword , brightcyan
    keyword - yellow
    keyword : brightcyan
    keyword ; yellow
    keyword = yellow
    keyword < yellow
    keyword > yellow
    keyword { white
    keyword } white
    keyword [ brightcyan
    keyword ] brightcyan
    keyword ( brightcyan
    keyword ) brightcyan

# comments
context exclusive {- -} brown
    spellcheck

context exclusive // \n brown
    spellcheck

context exclusive \-\- \n brown
    spellcheck

context " " green
    spellcheck

    keyword \\" brightgreen
    keyword %% brightgreen
    keyword %\[#0\s-\+,\]\[0123456789\*\]\[.\]\[0123456789\*\]\[L\]\{eEfgGoxX\} brightgreen
    keyword %\[0\s-\+,\]\[0123456789\*\]\[.\]\[0123456789\*\]\[hl\]\{diuxX\} brightgreen
    keyword %\[hl\]n brightgreen
    keyword %\[-\]\[0123456789\*\]\[.\]\[0123456789\*\]s brightgreen
    keyword %[*] brightgreen
    keyword %c brightgreen
    keyword %p brightgreen
    keyword \\\{0123\}\{01234567\}\{01234567\} brightgreen
    keyword \\\\ brightgreen
    keyword \\' brightgreen
    keyword \\\{abtnvfr\} brightgreen

# infix binop
context exclusive ` ` white

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
March 05 2024 23:20:28
root / root
0755
PKGBUILD.syntax
13.276 KB
February 24 2017 20:25:57
root / root
0644
Syntax
7.259 KB
October 18 2019 20:37:56
root / root
0644
ada95.syntax
1.74 KB
February 24 2017 20:25:57
root / root
0644
as.syntax
5.582 KB
February 24 2017 20:25:57
root / root
0644
aspx.syntax
1.044 KB
February 24 2017 20:25:57
root / root
0644
assembler.syntax
11.864 KB
February 24 2017 20:25:57
root / root
0644
awk.syntax
5.633 KB
February 24 2017 20:25:57
root / root
0644
c.syntax
3.337 KB
February 24 2017 20:25:57
root / root
0644
cabal.syntax
9.529 KB
February 24 2017 20:25:57
root / root
0644
changelog.syntax
0.914 KB
February 24 2017 20:25:57
root / root
0644
cmake.syntax
32.188 KB
February 24 2017 20:25:57
root / root
0644
cs.syntax
4.435 KB
February 24 2017 20:25:57
root / root
0644
css.syntax
19.452 KB
February 24 2017 20:25:57
root / root
0644
cuda.syntax
4.596 KB
February 24 2017 20:25:57
root / root
0644
cxx.syntax
3.8 KB
February 24 2017 20:25:57
root / root
0644
cython.syntax
10.214 KB
February 24 2017 20:25:57
root / root
0644
d.syntax
18.042 KB
February 24 2017 20:25:57
root / root
0644
debian-changelog.syntax
0.657 KB
February 24 2017 20:25:57
root / root
0644
debian-control.syntax
0.9 KB
February 24 2017 20:25:57
root / root
0644
debian-description.syntax
0.462 KB
February 24 2017 20:25:57
root / root
0644
debian-sources-list.syntax
0.361 KB
February 24 2017 20:25:57
root / root
0644
diff.syntax
1.202 KB
February 24 2017 20:25:57
root / root
0644
dlink.syntax
8.055 KB
February 24 2017 20:25:57
root / root
0644
dos.syntax
2.12 KB
February 24 2017 20:25:57
root / root
0644
ebuild.syntax
11.615 KB
March 04 2017 10:07:36
root / root
0644
eiffel.syntax
2.917 KB
February 24 2017 20:25:57
root / root
0644
erlang.syntax
9.816 KB
February 24 2017 20:25:57
root / root
0644
f90.syntax
8.751 KB
February 24 2017 20:25:57
root / root
0644
filehighlight.syntax
2.305 KB
February 24 2017 20:25:57
root / root
0644
fortran.syntax
8.405 KB
February 24 2017 20:25:57
root / root
0644
glsl.syntax
15.252 KB
February 24 2017 20:25:57
root / root
0644
go.syntax
5.031 KB
February 24 2017 20:25:57
root / root
0644
haskell.syntax
8.49 KB
February 24 2017 20:25:57
root / root
0644
html.syntax
35.405 KB
March 04 2017 10:07:36
root / root
0644
idl.syntax
2.998 KB
February 24 2017 20:25:57
root / root
0644
ini.syntax
0.215 KB
February 24 2017 20:25:57
root / root
0644
j.syntax
1.551 KB
February 24 2017 20:25:57
root / root
0644
jal.syntax
10.04 KB
February 24 2017 20:25:57
root / root
0644
java.syntax
3.817 KB
February 24 2017 20:25:57
root / root
0644
js.syntax
5.035 KB
February 24 2017 20:25:57
root / root
0644
latex.syntax
8.754 KB
February 24 2017 20:25:57
root / root
0644
lisp.syntax
2.184 KB
February 24 2017 20:25:57
root / root
0644
lkr.syntax
2.06 KB
February 24 2017 20:25:57
root / root
0644
lsm.syntax
1.22 KB
February 24 2017 20:25:57
root / root
0644
lua.syntax
8.343 KB
February 24 2017 20:25:57
root / root
0644
m4.syntax
3.059 KB
February 24 2017 20:25:57
root / root
0644
mail.syntax
4.017 KB
February 24 2017 20:25:57
root / root
0644
makefile.syntax
2.306 KB
February 24 2017 20:25:57
root / root
0644
ml.syntax
2.57 KB
February 24 2017 20:25:57
root / root
0644
named.syntax
6.525 KB
February 24 2017 20:25:57
root / root
0644
nemerle.syntax
5.618 KB
February 24 2017 20:25:57
root / root
0644
nroff.syntax
7.948 KB
February 24 2017 20:25:57
root / root
0644
octave.syntax
10.58 KB
February 24 2017 20:25:57
root / root
0644
opencl.syntax
5.608 KB
March 04 2017 17:26:19
root / root
0644
osl.syntax
3.972 KB
March 04 2017 17:26:19
root / root
0644
pascal.syntax
3.889 KB
February 24 2017 20:25:57
root / root
0644
perl.syntax
9.535 KB
February 24 2017 20:25:57
root / root
0644
php.syntax
108.731 KB
February 24 2017 20:25:57
root / root
0644
po.syntax
2.264 KB
February 24 2017 20:25:57
root / root
0644
povray.syntax
8.348 KB
February 24 2017 20:25:57
root / root
0644
procmail.syntax
8.104 KB
February 24 2017 20:25:57
root / root
0644
properties.syntax
1.596 KB
February 24 2017 20:25:57
root / root
0644
puppet.syntax
21.554 KB
February 24 2017 20:25:57
root / root
0644
python.syntax
9.331 KB
February 24 2017 20:25:57
root / root
0644
r.syntax
4.329 KB
March 04 2017 17:26:19
root / root
0644
ruby.syntax
5.967 KB
February 24 2017 20:25:57
root / root
0644
sh.syntax
64.367 KB
February 24 2017 20:25:57
root / root
0644
slang.syntax
3.348 KB
February 24 2017 20:25:57
root / root
0644
smalltalk.syntax
5.147 KB
February 24 2017 20:25:57
root / root
0644
spec.syntax
11.371 KB
February 24 2017 20:25:57
root / root
0644
sql.syntax
9.986 KB
February 24 2017 20:25:57
root / root
0644
strace.syntax
1.051 KB
February 24 2017 20:25:57
root / root
0644
swig.syntax
5.432 KB
February 24 2017 20:25:57
root / root
0644
syntax.syntax
2.096 KB
March 04 2017 17:26:19
root / root
0644
tcl.syntax
4.318 KB
February 24 2017 20:25:57
root / root
0644
texinfo.syntax
8.87 KB
February 24 2017 20:25:57
root / root
0644
tt.syntax
3.551 KB
February 24 2017 20:25:57
root / root
0644
unknown.syntax
0.03 KB
February 24 2017 20:25:57
root / root
0644
verilog.syntax
7.589 KB
February 24 2017 20:25:57
root / root
0644
vhdl.syntax
5.013 KB
February 24 2017 20:25:57
root / root
0644
xml.syntax
1.12 KB
February 24 2017 20:25:57
root / root
0644
yaml.syntax
1.236 KB
March 04 2017 17:26:19
root / root
0644
yum-repo.syntax
0.345 KB
February 24 2017 20:25:57
root / root
0644
yxx.syntax
6.417 KB
February 24 2017 20:25:57
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF