laravel-6 support
This commit is contained in:
40
vendor/scrivo/highlight.php/.php-cs-fixer.dist.php
vendored
Normal file
40
vendor/scrivo/highlight.php/.php-cs-fixer.dist.php
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
<?php
|
||||
|
||||
$finder = PhpCsFixer\Finder::create()
|
||||
->in('demo')
|
||||
->in('Highlight')
|
||||
->in('HighlightUtilities')
|
||||
->in('test')
|
||||
->in('tools')
|
||||
->exclude('lib_dojo')
|
||||
->exclude('lib_highlight')
|
||||
;
|
||||
|
||||
$config = new PhpCsFixer\Config();
|
||||
return $config
|
||||
->setRules([
|
||||
'@PSR1' => true,
|
||||
'@PSR2' => true,
|
||||
'@Symfony' => true,
|
||||
'array_indentation' => true,
|
||||
'array_syntax' => ['syntax' => 'long'],
|
||||
'concat_space' => ['spacing' => 'one'],
|
||||
'echo_tag_syntax' => ['format' => 'short'],
|
||||
'no_alias_language_construct_call' => false,
|
||||
'no_alternative_syntax' => false,
|
||||
'no_useless_else' => true,
|
||||
'no_useless_return' => true,
|
||||
'phpdoc_align' => true,
|
||||
'phpdoc_order' => true,
|
||||
'phpdoc_trim_consecutive_blank_line_separation' => true,
|
||||
'single_quote' => false,
|
||||
'ternary_to_null_coalescing' => false,
|
||||
'trailing_comma_in_multiline' => true,
|
||||
'visibility_required' => false,
|
||||
'yoda_style' => [
|
||||
'equal' => false,
|
||||
'identical' => false,
|
||||
],
|
||||
])
|
||||
->setFinder($finder)
|
||||
;
|
||||
306
vendor/scrivo/highlight.php/AUTHORS.txt
vendored
Normal file
306
vendor/scrivo/highlight.php/AUTHORS.txt
vendored
Normal file
@@ -0,0 +1,306 @@
|
||||
Syntax highlighting with language autodetection in PHP.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Current maintainer(s):
|
||||
|
||||
Vladimir Jimenez <me@allejo.io>
|
||||
|
||||
Former maintainers:
|
||||
|
||||
Geert Bergman (original author) <geert@scrivo.nl>
|
||||
|
||||
Contributor(s):
|
||||
|
||||
Carsten Brandt <mail@cebe.cc>
|
||||
Daniel Lynge
|
||||
Daniel Gómez Pan <pana_1990@hotmail.com>
|
||||
Martin Folkers <hello@twobrain.io>
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
highlight.js (the reference project)
|
||||
|
||||
Current core developers (alphabetical):
|
||||
|
||||
Gidi Meir Morris <gidi@gidi.io>
|
||||
Jan T. Sott <git@idleberg.com>
|
||||
Josh Goebel <hello@joshgoebel.com>
|
||||
Li Xuanji <xuanji@gmail.com>
|
||||
Marcos Cáceres <marcos@marcosc.com>
|
||||
Sang Dang <sang.dang@polku.io>
|
||||
|
||||
Former maintainers:
|
||||
|
||||
Ivan Sagalaev (original author) <maniac@softwaremaniacs.org>
|
||||
Jeremy Hull <sourdrums@gmail.com>
|
||||
Oleg Efimov <efimovov@gmail.com>
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Language and style definitions (copied from the highlight.js project)
|
||||
|
||||
Aahan Krish <geekpanth3r@gmail.com>
|
||||
Adam Joseph Cook <adam.joseph.cook@gmail.com>
|
||||
Ahmad Awais <me@AhmadAwais.com>
|
||||
Alberto Gimeno <gimenete@gmail.com>
|
||||
Alejandro Isaza <al@isaza.ca>
|
||||
Aleksandar Ruzicic <aleksandar@ruzicic.info>
|
||||
Alex Arslan <ararslan@comcast.net>
|
||||
Alex McKibben <alex@nullscope.net>
|
||||
Alexander Lichter <manniL@gmx.net>
|
||||
Alexander Makarov <sam@rmcreative.ru>
|
||||
Alexander Marenin <great_muchacho@mail.ru>
|
||||
Alexander Myadzel <myadzel@gmail.com>
|
||||
Alexis Hénaut <alexis@henaut.net>
|
||||
Andres Täht <andres.taht@gmail.com>
|
||||
Andrew Farmer <ahfarmer@gmail.com>
|
||||
Andrew Fedorov <dmmdrs@mail.ru>
|
||||
Andrey Vlasovskikh <andrey.vlasovskikh@gmail.com>
|
||||
Angel G. Olloqui <angelgarcia.mail@gmail.com>
|
||||
Anthony Dugois <dev.anthonydugois@gmail.com>
|
||||
Anthony Scemama <scemama@irsamc.ups-tlse.fr>
|
||||
Antoine Boisier-Michaud <aboisiermichaud@gmail.com>
|
||||
Anton Kochkov <anton.kochkov@gmail.com>
|
||||
Anton Kovalyov <anton@kovalyov.net>
|
||||
Antono Vasiljev <self@antono.info>
|
||||
Arctic Ice Studio <development@arcticicestudio.com>
|
||||
Arthur Bikmullin <devolonter@gmail.com>
|
||||
Benjamin Auder <benjamin.auder@gmail.com>
|
||||
Benjamin Pannell <contact@sierrasoftworks.com>
|
||||
Billy Quith <chinbillybilbo@gmail.com>
|
||||
Boone Severson <boone.severson@gmail.com>
|
||||
Boris Cherny <boris@performancejs.com>
|
||||
Bram de Haan <info@atelierbramdehaan.nl>
|
||||
Brendan Rocks <rocks.brendan@gmail.com>
|
||||
Brent Bradbury <brent@brentium.com>
|
||||
Brian Beck <exogen@gmail.com>
|
||||
Brian Quistorff <bquistorff@gmail.com>
|
||||
Bruno Dias <bruno.r.dias@gmail.com>
|
||||
Bryant Williams <b.n.williams@gmail.com>
|
||||
Builder's Brewery <buildersbrewery@gmail.com>
|
||||
Camil Staps <info@camilstaps.nl>
|
||||
Carl Baxter <carl@cbax.tech>
|
||||
Carlo Kok <ck@remobjects.com>
|
||||
Casey Duncan <casey.duncan@gmail.com>
|
||||
Cedric Sohrauer <sohrauer@googlemail.com>
|
||||
Chris Eidhof <chris@eidhof.nl>
|
||||
Chris Kiehl <audionautic@gmail.com>
|
||||
Christophe de Dinechin <christophe@taodyne.com>
|
||||
Christopher Kaster <ikasoki@gmail.com>
|
||||
Cédric Néhémie <cedric.nehemie@gmail.com>
|
||||
Damian Mee <mee.damian@gmail.com>
|
||||
Damien White <damien.white@visoftinc.com>
|
||||
Dan Allen <dan.j.allen@gmail.com>
|
||||
Dan Panzarella <alsoelp@gmail.com>
|
||||
Dan Tao <daniel.tao@gmail.com>
|
||||
Daniel Gamage <hellodanielgamage@gmail.com>
|
||||
Daniel Kvasnicka <dkvasnicka@vendavo.com>
|
||||
Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
|
||||
David Anson <david@dlaa.me>
|
||||
David Mohundro <david@mohundro.com>
|
||||
Denis Bardadym <bardadymchik@gmail.com>
|
||||
Denis Ciccale <dciccale@gmail.com>
|
||||
Dennis Titze <dennis.titze@gmail.com>
|
||||
Dirk Kirsten <dk@basex.org>
|
||||
Dmitri Roudakov <dmitri@roudakov.ru>
|
||||
Dmitriy Tarasov <dimatar@gmail.com>
|
||||
Dmitry Kovega <arhibot@gmail.com>
|
||||
Dmitry Medvinsky <me@dmedvinsky.name>
|
||||
Dmytrii Nagirniak <dnagir@gmail.com>
|
||||
Domen Kožar <domen@dev.si>
|
||||
Dotan Dimet <dotan@corky.net>
|
||||
Dr. Drang <drdrang@gmail.com>
|
||||
Duncan Paterson <duncan@exist-db.org>
|
||||
Edwin Dalorzo <edwin@dalorzo.org>
|
||||
Egor Rogov <e.rogov@postgrespro.ru>
|
||||
Eric Bailey <eric.w.bailey@gmail.com>
|
||||
Eric Knibbe <eric@lassosoft.com>
|
||||
Erik Osheim <d_m@plastic-idolatry.com>
|
||||
Erik Paluka <erik.paluka@gmail.com>
|
||||
Eugene Nizhibitsky <nizhibitsky@gmail.com>
|
||||
Evgeny Stepanischev <imbolk@gmail.com>
|
||||
Flaviu Tamas <tamas.flaviu@gmail.com>
|
||||
G8t Guy <g8tguy@g8tguy.com>
|
||||
Gavin Siu <gavsiu@gmail.com>
|
||||
Google Inc. (David Benjamin) <davidben@google.com>
|
||||
Greg Cline <gregrcline@gmail.com>
|
||||
Gu Yiling <justice360@gmail.com>
|
||||
Guannan Wei <guannanwei@outlook.com>
|
||||
Guillaume Gomez <guillaume1.gomez@gmail.com>
|
||||
Guillaume Laforge <glaforge@gmail.com>
|
||||
Gustavo Costa <gusbemacbe@gmail.com>
|
||||
Hakan Özler <ozler.hakan@gmail.com>
|
||||
Hale Chan <halechan@qq.com>
|
||||
Harmon <Harmon.Public@gmail.com>
|
||||
Heiko August <post@auge8472.de>
|
||||
Henrik Feldt <henrik@haf.se>
|
||||
Herbert Shin <initbar@protonmail.ch>
|
||||
Igor Kalnitsky <igor@kalnitsky.org>
|
||||
Ike Ku <dempfi@yahoo.com>
|
||||
Ilya Baryshev <baryshev@gmail.com>
|
||||
Ilya Vassilevsky <vassilevsky@gmail.com>
|
||||
innocenat <innocenat@gmail.com>
|
||||
Ivan Dementev <ivan_div@mail.ru>
|
||||
Jacob Childress <jacobc@gmail.com>
|
||||
Jan Berkel <jan.berkel@gmail.com>
|
||||
Jan Kühle <jkuehle90@gmail.com>
|
||||
Janis Voigtländer <janis.voigtlaender@gmail.com>
|
||||
Jason Diamond <jason@diamond.name>
|
||||
Jason Jacobson <jason.a.jacobson@gmail.com>
|
||||
Jason Tate <adminz@web-cms-designs.com>
|
||||
Jay Strybis <jay.strybis@gmail.com>
|
||||
Jeff Escalante <hello@jenius.me>
|
||||
Jeffrey Arnold <jeffrey.arnold@gmail.com>
|
||||
Jen Evers-Corvina <jen@sevvie.net>
|
||||
Joe Cheng <joe@rstudio.org>
|
||||
Joe Eli McIlvain <joe.eli.mac@gmail.org>
|
||||
John Crepezzi <john.crepezzi@gmail.com>
|
||||
John Foster <jfoster@esri.com>
|
||||
Jon Evans <jon@craftyjon.com>
|
||||
Jonas Follesø <jonas@follesoe.no>
|
||||
Jonathan Suever <suever@gmail.com>
|
||||
Jordi Petit <jordi.petit@gmail.com>
|
||||
Jose Molina Colmenero <gaudy41@gmail.com>
|
||||
Josh Adams <josh@isotope11.com>
|
||||
Joël Porquet <joel@porquet.org>
|
||||
JP Verkamp <me@jverkamp.com>
|
||||
Jun Yang <yangjvn@126.com>
|
||||
Kasper Andersen <kma_untrusted@protonmail.com>
|
||||
Kassio Borges <kassioborgesm@gmail.com>
|
||||
Kelley van Evert <kelleyvanevert@gmail.com>
|
||||
Kenneth Fuglsang <kfuglsang@gmail.com>
|
||||
Kenta Sato <bicycle1885@gmail.com>
|
||||
Kenton Hamaluik <kentonh@gmail.com>
|
||||
Kirk Kimmel <kimmel.k.programmer@gmail.com>
|
||||
Konstantin Evdokimenko <qewerty@gmail.com>
|
||||
Kristoffer Gronlund <kgronlund@suse.com>
|
||||
Kurt Emch <kurt@kurtemch.com>
|
||||
Ladislav Prskavec <ladislav@prskavec.net>
|
||||
Lars Schulna <kartoffelbrei.mit.muskatnuss@gmail.org>
|
||||
Laurent Voullemier <laurent.voullemier@gmail.com>
|
||||
Loren Segal <lsegal@soen.ca>
|
||||
Louis Barranqueiro <louis.barranqueiro@gmail.com>
|
||||
Lucas Mazza <lucastmazza@gmail.com>
|
||||
Lucas Werkmeister <mail@lucaswerkmeister.de>
|
||||
Luigi Maselli <grigio.org@gmail.com>
|
||||
Luke Holder <lukemh@gmail.com>
|
||||
Magnus Madsen <mmadsen@uwaterloo.ca>
|
||||
MajestiC <majestic2k@gmail.com>
|
||||
Manh Tuan <junookyo@gmail.com>
|
||||
Marc Fornos <marc.fornos@gmail.com>
|
||||
Martin Braun <martin.braun@ettus.com>
|
||||
Martin Clausen <martin.clausene@gmail.com>
|
||||
Martin Dilling-Hansen <martindlling@gmail.com>
|
||||
Marvin Saignat <contact@zgmrvn.com>
|
||||
Matt Diephouse <matt@diephouse.com>
|
||||
Matt Evans <matt@aptech.com>
|
||||
Matthew Daly <matthewbdaly@gmail.com>
|
||||
Max Mikhailov <seven.phases.max@gmail.com>
|
||||
Maxim Dikun <dikmax@gmail.com>
|
||||
Mehdi Dogguy <mehdi@dogguy.org>
|
||||
Melissa Geels <melissa@nimble.tools>
|
||||
Meseta <meseta@gmail.com>
|
||||
Michael Allen <Michael.Allen@benefitfocus.com>
|
||||
Michael Johnston <lastobelus@gmail.com>
|
||||
Michael Rodler <contact@f0rki.at>
|
||||
Michal Gabrukiewicz <mgabru@gmail.com>
|
||||
Mick MacCallum <micksmaccallum@gmail.com>
|
||||
Mickaël Delahaye <mickael.delahaye@gmail.com>
|
||||
Mikko Kouhia <mikko.kouhia@iki.fi>
|
||||
Morten Piibeleht <morten.piibeleht@gmail.com>
|
||||
mucaho <mkucko@gmail.com>
|
||||
MY Sun <simonmysun@gmail.com>
|
||||
Nate Cook <natecook@gmail.com>
|
||||
Nathan Grigg <nathan@nathanamy.org>
|
||||
Nebuleon Fumika <nebuleon.fumika@gmail.com>
|
||||
Nic West <nic@letolab.com>
|
||||
Nicholas Blumhardt <nblumhardt@nblumhardt.com>
|
||||
Nicolas Braud-Santoni <nicolas.braud-santoni@ens-cachan.fr>
|
||||
Nicolas Le Gall <contact@nlegall.fr>
|
||||
Nicolas LLOBERA <nllobera@gmail.com>
|
||||
Nikita Ledyaev <lenikita@yandex.ru>
|
||||
Nikita Savchenko <zitros.lab@gmail.com>
|
||||
Nikolay Lisienko <info@neor.ru>
|
||||
Nikolay Zakharov <nikolay.desh@gmail.com>
|
||||
noformnocontent <i@noformnocontent.com>
|
||||
Oleg Volchkov <oleg@volchkov.net>
|
||||
Panu Horsmalahti <panu.horsmalahti@iki.fi>
|
||||
Pascal Hurni <phi@ruby-reactive.org>
|
||||
Pedro Oliveira <kanytu@gmail.com>
|
||||
Peter Leonov <gojpeg@gmail.com>
|
||||
Peter Piwowarski <oldlaptop654@aol.com>
|
||||
Philipp A. <flying-sheep@web.de>
|
||||
Philipp Wolfer <ph.wolfer@gmail.com>
|
||||
Philippe Charrière <ph.charriere@gmail.com>
|
||||
Poren Chiang <ren.chiang@gmail.com>
|
||||
prince <MC.prince.0203@gmail.com>
|
||||
pumbur <pumbur@pumbur.net>
|
||||
Qeole <qeole@outlook.com>
|
||||
Radek Liska <radekliska@gmail.com>
|
||||
Raivo Laanemets <raivo@infdot.com>
|
||||
Ralf Bitter <rabit@revigniter.com>
|
||||
Raphaël Assénat <raph@raphnet.net>
|
||||
Raphaël Parrëe <rparree@edc4it.com>
|
||||
Rene Saarsoo <nene@triin.net>
|
||||
Robert Dodier <robert.dodier@gmail.com>
|
||||
Robin Ward <robin.ward@gmail.com>
|
||||
Roman Shmatov <romanshmatov@gmail.com>
|
||||
Ruslan Keba <rukeba@gmail.com>
|
||||
Sam Wu <samsam2310@gmail.com>
|
||||
Samia Ali <samiaab1990@gmail.com>
|
||||
Samuel Reed <sam@bitmex.com>
|
||||
Sean T. Allen <sean@monkeysnatchbanana.com>
|
||||
Sejin Jeon <jinaidy93@gmail.com>
|
||||
Seongwon Lee <dlimpid@gmail.com>
|
||||
Sergey Baranov <segyrn@yandex.ru>
|
||||
Sergey Bronnikov <sergeyb@bronevichok.ru>
|
||||
Sergey Ignatov <sergey@ignatov.spb.su>
|
||||
Sergey Mashkov <cy6erGn0m@gmail.com>
|
||||
Sergey Sobko <s.sobko@profitware.ru>
|
||||
Sergey Tikhomirov <sergey@tikhomirov.io>
|
||||
Sergey Vidyuk <svidyuk@gmail.com>
|
||||
Shuen-Huei Guan <drake.guan@gmail.com>
|
||||
Simon Madine <simon@angryrobotzombie.com>
|
||||
Stanislav Belov <stbelov@gmail.com>
|
||||
Stefan Bechert <stefan.bechert@gmx.net>
|
||||
Stefan Wienert <stwienert@gmail.com>
|
||||
Stefania Mellai <s.mellai@arduino.cc>
|
||||
Stephan Boyer <stephan@stephanboyer.com>
|
||||
Stephan Kountso <steplg@gmail.com>
|
||||
Sylvestre Ledru <sylvestre.ledru@scilab-enterprises.com>
|
||||
Søren Enevoldsen <senevoldsen90@gmail.com>
|
||||
Taif Alimov <inzeppelin@gmail.com>
|
||||
Taisuke Fujimoto <temp-impl@users.noreply.github.com>
|
||||
Taneli Vatanen <taneli.vatanen@gmail.com>
|
||||
Taras <oxdef@oxdef.info>
|
||||
Taufik Nurrohman <latitudu.latitudu@gmail.com>
|
||||
Thomas Applencourt <thomas.applencourt@irsamc.ups-tlse.fr>
|
||||
Thomas Reichel <tom.p.reichel@gmail.com>
|
||||
Tim Schumacher <tim@datenknoten.me>
|
||||
Travis Odom <travis.a.odom@gmail.com>
|
||||
Trey Shugart <treshugart@gmail.com>
|
||||
Tristano Ajmone <tajmone@gmail.com>
|
||||
Tristian Kelly <tristian.kelly560@gmail.com>
|
||||
Troy Kershaw <hello@troykershaw.com>
|
||||
Tsuyusato Kitsune <make.just.on@gmail.com>
|
||||
Vadimtro <vadimtro@yahoo.com>
|
||||
Vah <vahtenberg@gmail.com>
|
||||
Valerii Hiora <valerii.hiora@gmail.com>
|
||||
Vasily Mikhailitchenko <vaskas@programica.ru>
|
||||
Vasily Polovnyov <vast@whiteants.net>
|
||||
Victor Karamzin <Victor.Karamzin@enterra-inc.com>
|
||||
Victor Zhou <OiCMudkips@users.noreply.github.com>
|
||||
Vincent Zurczak <vzurczak@linagora.com>
|
||||
Vladimir Epifanov <voldmar@voldmar.ru>
|
||||
Vladimir Ermakov <vooon341@mail.ru>
|
||||
Vladimir Gubarkov <xonixx@gmail.com>
|
||||
Vladimir Moskva <vladmos@gmail.com>
|
||||
Vsevolod Solovyov <vsevolod.solovyov@gmail.com>
|
||||
Yoshihide Jimbo <yjimbo@gmail.com>
|
||||
Yuri Ivanov <ivanov@supersoft.ru>
|
||||
Yuri Mazursky <mail@colomolome.com>
|
||||
Yury Selivanov <yselivanov@gmail.com>
|
||||
Zaripov Yura <yur4ik7@ukr.net>
|
||||
Zaven Muradyan <megalivoithos@gmail.com>
|
||||
Zena Treep <zena.treep@gmail.com>
|
||||
112
vendor/scrivo/highlight.php/CONTRIBUTING.md
vendored
Normal file
112
vendor/scrivo/highlight.php/CONTRIBUTING.md
vendored
Normal file
@@ -0,0 +1,112 @@
|
||||
# Contributing
|
||||
|
||||
Welcome to your server-side syntax highlighting solution! If you're interested in contributing to the project, here are a few things to keep in mind!
|
||||
|
||||
## Language Definitions + Styles
|
||||
|
||||
We do not accept PRs with new or updated language definitions or stylesheets. These should be contributed to the `highlight.js` project instead. The process of maintaining styles and transforming language definitions is completely automated and left up to project maintainers to run whenever a new version of `highlight.js` is released.
|
||||
|
||||
## Updates from `highlight.js`
|
||||
|
||||
If you'd like to make a PR containing behavior changes made in the `highlight.js` project, please make sure you link to the appropriate `highlight.js` commits and change logs. Because this project is a direct port, we need do our best to keep the behavior as identical as possible.
|
||||
|
||||
PRs reflecting changes made in `highlight.js` should **only** be made after `highlight.js` has had a release tagged with those changes. This project will always push out updates _after_ `highlight.js` releases.
|
||||
|
||||
We make no guarantees that the latest master `highlight.php` will be compatible with the latest master version of `highlight.js`.
|
||||
|
||||
## Project structure
|
||||
|
||||
The project contains the following folders:
|
||||
|
||||
1. [Highlight](#highlight)
|
||||
2. [styles](#styles)
|
||||
3. [demo](#demo)
|
||||
4. [test](#test)
|
||||
5. [tools](#tools)
|
||||
|
||||
## Highlight
|
||||
|
||||
This folder contains the main source and the following files (classes):
|
||||
|
||||
### Highlight.php (Highlight)
|
||||
|
||||
This is the one that does the highlighting for you and the one you'll probably look for.
|
||||
|
||||
### Language.php (Language)
|
||||
|
||||
Auxiliary class used in the Highlight class. Instances of these classes represent the rather complex structures of regular expressions needed to scan through programming code in order to highlight them.
|
||||
|
||||
You don't need this class.
|
||||
|
||||
### JsonRef.php (JsonRef)
|
||||
|
||||
Auxiliary class to decode JSON files containing path-based references. The language definition data from [highlight.js](http://www.highlightjs.org) is too complex to be described in ordinary JSON files. Therefore it was chosen to use [dojox.json.ref](https://dojotoolkit.org/reference-guide/1.9/dojox/json/ref.html) to export them. This class is able (to a very limited extend) to decode JSON data that was created with this [dojo](https://dojotoolkit.org) toolkit.
|
||||
|
||||
This class has a very distinct purpose and might be useful in other projects as well (and might be a good starting point for a new project ;) ).
|
||||
|
||||
### Autoloader.php (Autoloader)
|
||||
|
||||
A simple autoloader class that you possible might want or more likely not want to use. It is used for the tools and tests.
|
||||
|
||||
### the languages folder
|
||||
|
||||
This folder contains all language definitions: one JSON file for each language. These files are not hand coded but extracted from the original [highlight.js](http://www.highlightjs.org) project.
|
||||
|
||||
## Styles
|
||||
|
||||
These are the the CSS files needed to actually color the code. Not much to say about: these are just copied from the [highlight.js](https://github.com/isagalaev/highlight.js/tree/master/src/styles) project.
|
||||
|
||||
## Demo
|
||||
|
||||
This folder contains two demo pages that can be accessed through your browser.
|
||||
|
||||
### demo.php
|
||||
|
||||
A test page showing all supported languages and styles.
|
||||
|
||||
### compare.php
|
||||
|
||||
Much like [demo.php](#demo-php) but this page focuses on the comparison between _highlight.php_ and _highlight.js_. Both should yield the same results.
|
||||
|
||||
## Test
|
||||
|
||||
This folder contains the unit test for _highlight.php_. To run them, run _phpunit_ from this directory:
|
||||
|
||||
```bash
|
||||
phpnunit .
|
||||
```
|
||||
|
||||
Note that the following tests for _highlight.js_ were not rewritten for _highlight.php_:
|
||||
|
||||
### special explicitLanguage
|
||||
|
||||
Controlling language selection by setting an attribute to the containing `<div>` is irrelevant for _highlight.php_
|
||||
|
||||
### special customMarkup
|
||||
|
||||
In _highlight.js_, code may contain additional HTML markup like in the following PHP fragment: `$sum = <b>$a</b> + $b;`. Currently this is not supported by _highlight.php_ which can only highlight (unescaped) code. Also highlighting `<br>` (HTML break element) is not supported. _highlight.php_ does however support tab replacement (which defaults to 4 spaces).
|
||||
|
||||
### special noHighlight
|
||||
|
||||
There is no need to turn off highlighting through a class name on the code container.
|
||||
|
||||
### special buildClassName
|
||||
|
||||
_highlight.php_ does not modify class names of code containers.
|
||||
|
||||
## Tools
|
||||
|
||||
A collection of scripts that are used to extract data from the original [highlight.js](http://www.highlightjs.org) project.
|
||||
|
||||
The process of bringing in languages from highlight.js has been put into a single script. This script requires that you have cURL, PHP, and node.js installed on your machine. This is only necessary if you'd like to update languages or bring in new languages, it's **not** required for using this library in your application.
|
||||
|
||||
```bash
|
||||
cd tools
|
||||
bash process.sh
|
||||
```
|
||||
|
||||
## Why don't we generally use `mb_*` functions?
|
||||
|
||||
PHP offers `mb_` prefixed string functions to support multi-byte strings, this means supporting unicode characters. However, the PREG functions in PHP calculate [string lengths and positions in _bytes_, and not character lengths](https://www.php.net/manual/en/function.preg-match.php#refsect1-function.preg-match-parameters). For that reason, we will generally **not** use the multi-byte variants of string functions; there are exceptions to this policy.
|
||||
|
||||
An exception to this policy is the use of functions that aren't used for calculating string lengths or positions; e.g. `mb_strtolower`.
|
||||
73
vendor/scrivo/highlight.php/Highlight/Autoloader.php
vendored
Normal file
73
vendor/scrivo/highlight.php/Highlight/Autoloader.php
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
<?php
|
||||
|
||||
/* Copyright (c) 2013-2019 Geert Bergman (geert@scrivo.nl), highlight.php
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice,
|
||||
* this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
* this list of conditions and the following disclaimer in the documentation
|
||||
* and/or other materials provided with the distribution.
|
||||
* 3. Neither the name of "highlight.js", "highlight.php", nor the names of its
|
||||
* contributors may be used to endorse or promote products derived from this
|
||||
* software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
||||
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
namespace Highlight;
|
||||
|
||||
/**
|
||||
* The autoloader class for Highlight classes for projects without Composer or autoloaders.
|
||||
*
|
||||
* ```php
|
||||
* <?php
|
||||
*
|
||||
* require_once("Highlight/Autoloader.php");
|
||||
* spl_autoload_register("\\Highlight\\Autoloader::load");
|
||||
*
|
||||
* // Now use Highlight classes:
|
||||
* $hl = new \Highlight\Highlighter(...);
|
||||
* ```
|
||||
*
|
||||
* @TODO In v10.x, mark this class final for real
|
||||
*
|
||||
* @api
|
||||
* @final
|
||||
*
|
||||
* @since 7.5.0.0
|
||||
*/
|
||||
class Autoloader
|
||||
{
|
||||
/**
|
||||
* The method to include the source file for a given class to use in
|
||||
* the PHP spl_autoload_register function.
|
||||
*
|
||||
* @param string $class a name of a Scrivo class
|
||||
*
|
||||
* @return bool true if the source file was successfully included
|
||||
*/
|
||||
public static function load($class)
|
||||
{
|
||||
if (substr($class, 0, 10) !== "Highlight\\") {
|
||||
return false;
|
||||
}
|
||||
|
||||
$c = str_replace("\\", "/", substr($class, 10)) . ".php";
|
||||
$res = include __DIR__ . "/$c";
|
||||
|
||||
return $res == 1 ? true : false;
|
||||
}
|
||||
}
|
||||
60
vendor/scrivo/highlight.php/Highlight/HighlightResult.php
vendored
Normal file
60
vendor/scrivo/highlight.php/Highlight/HighlightResult.php
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
<?php
|
||||
|
||||
/* Copyright (c) 2019 Geert Bergman (geert@scrivo.nl), highlight.php
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice,
|
||||
* this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
* this list of conditions and the following disclaimer in the documentation
|
||||
* and/or other materials provided with the distribution.
|
||||
* 3. Neither the name of "highlight.js", "highlight.php", nor the names of its
|
||||
* contributors may be used to endorse or promote products derived from this
|
||||
* software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
||||
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
namespace Highlight;
|
||||
|
||||
/**
|
||||
* @api
|
||||
*
|
||||
* @since 9.17.1.0
|
||||
*/
|
||||
abstract class HighlightResult
|
||||
{
|
||||
/** @var int the relevance score */
|
||||
public $relevance;
|
||||
|
||||
/** @var string the highlighted HTML code */
|
||||
public $value;
|
||||
|
||||
/** @var string the language name */
|
||||
public $language;
|
||||
|
||||
/** @var bool indicates whether any illegal matches were found */
|
||||
public $illegal;
|
||||
|
||||
/** @var Mode|null top of the current mode stack */
|
||||
public $top;
|
||||
|
||||
/** @var \Exception|null */
|
||||
public $errorRaised;
|
||||
|
||||
// @TODO In v10.x, remove \stdClass from this type
|
||||
/** @var \stdClass|HighlightResult|null */
|
||||
public $secondBest;
|
||||
}
|
||||
1031
vendor/scrivo/highlight.php/Highlight/Highlighter.php
vendored
Normal file
1031
vendor/scrivo/highlight.php/Highlight/Highlighter.php
vendored
Normal file
File diff suppressed because it is too large
Load Diff
177
vendor/scrivo/highlight.php/Highlight/JsonRef.php
vendored
Normal file
177
vendor/scrivo/highlight.php/Highlight/JsonRef.php
vendored
Normal file
@@ -0,0 +1,177 @@
|
||||
<?php
|
||||
|
||||
/* Copyright (c) 2014-2019 Geert Bergman (geert@scrivo.nl), highlight.php
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice,
|
||||
* this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
* this list of conditions and the following disclaimer in the documentation
|
||||
* and/or other materials provided with the distribution.
|
||||
* 3. Neither the name of "highlight.js", "highlight.php", nor the names of its
|
||||
* contributors may be used to endorse or promote products derived from this
|
||||
* software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
||||
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implementation of the \Highlight\JsonRef class.
|
||||
*/
|
||||
|
||||
namespace Highlight;
|
||||
|
||||
/**
|
||||
* Class to decode JSON data that contains path-based references.
|
||||
*
|
||||
* The language data file for highlight.js are written as JavaScript classes
|
||||
* and therefore may contain variables. This allows for inner references in
|
||||
* the language data. This kind of data can be converterd to JSON using the
|
||||
* path based references. This class can be used to decode such JSON
|
||||
* structures. It follows the conventions for path based referencing as
|
||||
* used in dojox.json.ref form the Dojo toolkit (Javascript). A typical
|
||||
* example of such a structure is as follows:
|
||||
*
|
||||
* ```json
|
||||
* {
|
||||
* "name":"Kris Zyp",
|
||||
* "children":[{"name":"Jennika Zyp"},{"name":"Korban Zyp"}],
|
||||
* "spouse":{
|
||||
* "name":"Nicole Zyp",
|
||||
* "spouse":{"$ref":"#"},
|
||||
* "children":{"$ref":"#children"}
|
||||
* },
|
||||
* "oldestChild":{"$ref":"#children.0"}
|
||||
* }
|
||||
* ```
|
||||
*
|
||||
* Usage example:
|
||||
*
|
||||
* ```php
|
||||
* $jr = new JsonRef();
|
||||
* $data = $jr->decode(file_get_contents("data.json"));
|
||||
* echo $data->spouse->spouse->name; // echos 'Kris Zyp'
|
||||
* echo $data->oldestChild->name; // echos 'Jennika Zyp'
|
||||
* ```
|
||||
*
|
||||
* @todo In Highlight.php 10.x, mark this class final with a keyword.
|
||||
*
|
||||
* @since 9.16.0.0 Class has been marked as final
|
||||
*
|
||||
* @final
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
class JsonRef
|
||||
{
|
||||
/**
|
||||
* Array to hold all data paths in the given JSON data.
|
||||
*
|
||||
* @var array<string, mixed>
|
||||
*/
|
||||
private $paths = null;
|
||||
|
||||
/**
|
||||
* Recurse through the data tree and fill an array of paths that reference
|
||||
* the nodes in the decoded JSON data structure.
|
||||
*
|
||||
* @param mixed $s Decoded JSON data (decoded with json_decode)
|
||||
* @param string $r The current path key (for example: '#children.0').
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
private function getPaths(&$s, $r = "#")
|
||||
{
|
||||
$this->paths[$r] = &$s;
|
||||
|
||||
if (is_array($s) || is_object($s)) {
|
||||
foreach ($s as $k => &$v) {
|
||||
if ($k !== "\$ref") {
|
||||
$this->getPaths($v, $r == "#" ? "#{$k}" : "{$r}.{$k}");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Recurse through the data tree and resolve all path references.
|
||||
*
|
||||
* @param mixed $s Decoded JSON data (decoded with json_decode)
|
||||
* @param int $limit
|
||||
* @param int $depth
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
private function resolvePathReferences(&$s, $limit = 20, $depth = 1)
|
||||
{
|
||||
if ($depth >= $limit) {
|
||||
return;
|
||||
}
|
||||
|
||||
++$depth;
|
||||
|
||||
if (is_array($s) || is_object($s)) {
|
||||
foreach ($s as $k => &$v) {
|
||||
if ($k === "\$ref") {
|
||||
$s = $this->paths[$v];
|
||||
} else {
|
||||
$this->resolvePathReferences($v, $limit, $depth);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Decode JSON data that may contain path based references.
|
||||
*
|
||||
* @deprecated 9.16.0.0 This method will be removed in Highlight.php. Make use of `decodeRef` instead.
|
||||
*
|
||||
* @param string|object $json JSON data string or JSON data object
|
||||
*
|
||||
* @return mixed The decoded JSON data
|
||||
*/
|
||||
public function decode($json)
|
||||
{
|
||||
// Clear the path array.
|
||||
$this->paths = array();
|
||||
// Decode the given JSON data if necessary.
|
||||
$x = is_string($json) ? json_decode($json) : $json;
|
||||
// Get all data paths.
|
||||
$this->getPaths($x);
|
||||
// Resolve all path references.
|
||||
$this->resolvePathReferences($x);
|
||||
// Return the data.
|
||||
return $x;
|
||||
}
|
||||
|
||||
/**
|
||||
* Decode JSON data that may contain path based references.
|
||||
*
|
||||
* @param object $json JSON data string or JSON data object
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function decodeRef(&$json)
|
||||
{
|
||||
// Clear the path array.
|
||||
$this->paths = array();
|
||||
|
||||
// Get all data paths.
|
||||
$this->getPaths($json);
|
||||
|
||||
// Resolve all path references.
|
||||
$this->resolvePathReferences($json);
|
||||
}
|
||||
}
|
||||
413
vendor/scrivo/highlight.php/Highlight/Language.php
vendored
Normal file
413
vendor/scrivo/highlight.php/Highlight/Language.php
vendored
Normal file
@@ -0,0 +1,413 @@
|
||||
<?php
|
||||
|
||||
/* Copyright (c)
|
||||
* - 2006-2013, Ivan Sagalaev (maniacsoftwaremaniacs.org), highlight.js
|
||||
* (original author)
|
||||
* - 2013-2019, Geert Bergman (geertscrivo.nl), highlight.php
|
||||
* - 2014 Daniel Lynge, highlight.php (contributor)
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice,
|
||||
* this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
* this list of conditions and the following disclaimer in the documentation
|
||||
* and/or other materials provided with the distribution.
|
||||
* 3. Neither the name of "highlight.js", "highlight.php", nor the names of its
|
||||
* contributors may be used to endorse or promote products derived from this
|
||||
* software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
||||
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
namespace Highlight;
|
||||
|
||||
/**
|
||||
* @todo In highlight.php 10.x, replace the @final attribute with the `final` keyword.
|
||||
*
|
||||
* @final
|
||||
*
|
||||
* @internal
|
||||
*
|
||||
* // Backward compatibility properties
|
||||
*
|
||||
* @property Mode $mode (DEPRECATED) All properties traditionally inside of $mode are now available directly from this class.
|
||||
* @property bool $caseInsensitive (DEPRECATED) Due to compatibility requirements with highlight.js, use `case_insensitive` instead.
|
||||
*/
|
||||
class Language extends Mode
|
||||
{
|
||||
/** @var string[] */
|
||||
private static $COMMON_KEYWORDS = array('of', 'and', 'for', 'in', 'not', 'or', 'if', 'then');
|
||||
|
||||
/** @var string */
|
||||
public $name;
|
||||
|
||||
/** @var Mode|null */
|
||||
private $mode = null;
|
||||
|
||||
/**
|
||||
* @param string $lang
|
||||
* @param string $filePath
|
||||
*
|
||||
* @throws \InvalidArgumentException when the given $filePath is inaccessible
|
||||
*/
|
||||
public function __construct($lang, $filePath)
|
||||
{
|
||||
$this->name = $lang;
|
||||
|
||||
// We're loading the JSON definition file as an \stdClass object instead of an associative array. This is being
|
||||
// done to take advantage of objects being pass by reference automatically in PHP whereas arrays are pass by
|
||||
// value.
|
||||
$json = file_get_contents($filePath);
|
||||
|
||||
if ($json === false) {
|
||||
throw new \InvalidArgumentException("Language file inaccessible: $filePath");
|
||||
}
|
||||
|
||||
$this->mode = json_decode($json);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $name
|
||||
*
|
||||
* @return bool|Mode|null
|
||||
*/
|
||||
public function __get($name)
|
||||
{
|
||||
if ($name === 'mode') {
|
||||
@trigger_error('The "mode" property will be removed in highlight.php 10.x', E_USER_DEPRECATED);
|
||||
|
||||
return $this->mode;
|
||||
}
|
||||
|
||||
if ($name === 'caseInsensitive') {
|
||||
@trigger_error('Due to compatibility requirements with highlight.js, use "case_insensitive" instead.', E_USER_DEPRECATED);
|
||||
|
||||
if (isset($this->mode->case_insensitive)) {
|
||||
return $this->mode->case_insensitive;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
if (isset($this->mode->{$name})) {
|
||||
return $this->mode->{$name};
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $value
|
||||
* @param bool $global
|
||||
*
|
||||
* @return RegEx
|
||||
*/
|
||||
private function langRe($value, $global = false)
|
||||
{
|
||||
return RegExUtils::langRe($value, $global, $this->case_insensitive);
|
||||
}
|
||||
|
||||
/**
|
||||
* Performs a shallow merge of multiple objects into one.
|
||||
*
|
||||
* @param Mode $params the objects to merge
|
||||
* @param array<string, mixed> ...$_
|
||||
*
|
||||
* @return Mode
|
||||
*/
|
||||
private function inherit($params, $_ = array())
|
||||
{
|
||||
/** @var Mode $result */
|
||||
$result = new \stdClass();
|
||||
$objects = func_get_args();
|
||||
$parent = array_shift($objects);
|
||||
|
||||
foreach ($parent as $key => $value) {
|
||||
$result->{$key} = $value;
|
||||
}
|
||||
|
||||
foreach ($objects as $object) {
|
||||
foreach ($object as $key => $value) {
|
||||
$result->{$key} = $value;
|
||||
}
|
||||
}
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param Mode|null $mode
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
private function dependencyOnParent($mode)
|
||||
{
|
||||
if (!$mode) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (isset($mode->endsWithParent) && $mode->endsWithParent) {
|
||||
return $mode->endsWithParent;
|
||||
}
|
||||
|
||||
return $this->dependencyOnParent(isset($mode->starts) ? $mode->starts : null);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param Mode $mode
|
||||
*
|
||||
* @return array<int, \stdClass|Mode>
|
||||
*/
|
||||
private function expandOrCloneMode($mode)
|
||||
{
|
||||
if ($mode->variants && !$mode->cachedVariants) {
|
||||
$mode->cachedVariants = array();
|
||||
|
||||
foreach ($mode->variants as $variant) {
|
||||
$mode->cachedVariants[] = $this->inherit($mode, array('variants' => null), $variant);
|
||||
}
|
||||
}
|
||||
|
||||
// EXPAND
|
||||
// if we have variants then essentially "replace" the mode with the variants
|
||||
// this happens in compileMode, where this function is called from
|
||||
if ($mode->cachedVariants) {
|
||||
return $mode->cachedVariants;
|
||||
}
|
||||
|
||||
// CLONE
|
||||
// if we have dependencies on parents then we need a unique
|
||||
// instance of ourselves, so we can be reused with many
|
||||
// different parents without issue
|
||||
if ($this->dependencyOnParent($mode)) {
|
||||
return array($this->inherit($mode, array(
|
||||
'starts' => $mode->starts ? $this->inherit($mode->starts) : null,
|
||||
)));
|
||||
}
|
||||
|
||||
// highlight.php does not have a concept freezing our Modes
|
||||
|
||||
// no special dependency issues, just return ourselves
|
||||
return array($mode);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param Mode $mode
|
||||
* @param Mode|null $parent
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
private function compileMode($mode, $parent = null)
|
||||
{
|
||||
Mode::_normalize($mode);
|
||||
|
||||
if ($mode->compiled) {
|
||||
return;
|
||||
}
|
||||
|
||||
$mode->compiled = true;
|
||||
$mode->keywords = $mode->keywords ? $mode->keywords : $mode->beginKeywords;
|
||||
|
||||
if ($mode->keywords) {
|
||||
$mode->keywords = $this->compileKeywords($mode->keywords, (bool) $this->case_insensitive);
|
||||
}
|
||||
|
||||
$mode->lexemesRe = $this->langRe($mode->lexemes ? $mode->lexemes : "\w+", true);
|
||||
|
||||
if ($parent) {
|
||||
if ($mode->beginKeywords) {
|
||||
$mode->begin = "\\b(" . implode("|", explode(" ", $mode->beginKeywords)) . ")\\b";
|
||||
}
|
||||
|
||||
if (!$mode->begin) {
|
||||
$mode->begin = "\B|\b";
|
||||
}
|
||||
|
||||
$mode->beginRe = $this->langRe($mode->begin);
|
||||
|
||||
if ($mode->endSameAsBegin) {
|
||||
$mode->end = $mode->begin;
|
||||
}
|
||||
|
||||
if (!$mode->end && !$mode->endsWithParent) {
|
||||
$mode->end = "\B|\b";
|
||||
}
|
||||
|
||||
if ($mode->end) {
|
||||
$mode->endRe = $this->langRe($mode->end);
|
||||
}
|
||||
|
||||
$mode->terminator_end = $mode->end;
|
||||
|
||||
if ($mode->endsWithParent && $parent->terminator_end) {
|
||||
$mode->terminator_end .= ($mode->end ? "|" : "") . $parent->terminator_end;
|
||||
}
|
||||
}
|
||||
|
||||
if ($mode->illegal) {
|
||||
$mode->illegalRe = $this->langRe($mode->illegal);
|
||||
}
|
||||
|
||||
if ($mode->relevance === null) {
|
||||
$mode->relevance = 1;
|
||||
}
|
||||
|
||||
if (!$mode->contains) {
|
||||
$mode->contains = array();
|
||||
}
|
||||
|
||||
/** @var Mode[] $expandedContains */
|
||||
$expandedContains = array();
|
||||
foreach ($mode->contains as &$c) {
|
||||
if ($c instanceof \stdClass) {
|
||||
Mode::_normalize($c);
|
||||
}
|
||||
|
||||
$expandedContains = array_merge($expandedContains, $this->expandOrCloneMode(
|
||||
$c === 'self' ? $mode : $c
|
||||
));
|
||||
}
|
||||
$mode->contains = $expandedContains;
|
||||
|
||||
/** @var Mode $contain */
|
||||
foreach ($mode->contains as $contain) {
|
||||
$this->compileMode($contain, $mode);
|
||||
}
|
||||
|
||||
if ($mode->starts) {
|
||||
$this->compileMode($mode->starts, $parent);
|
||||
}
|
||||
|
||||
$terminators = new Terminators($this->case_insensitive);
|
||||
$mode->terminators = $terminators->_buildModeRegex($mode);
|
||||
|
||||
Mode::_handleDeprecations($mode);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array<string, string>|string $rawKeywords
|
||||
* @param bool $caseSensitive
|
||||
*
|
||||
* @return array<string, array<int, string|int>>
|
||||
*/
|
||||
private function compileKeywords($rawKeywords, $caseSensitive)
|
||||
{
|
||||
/** @var array<string, array<int, string|int>> $compiledKeywords */
|
||||
$compiledKeywords = array();
|
||||
|
||||
if (is_string($rawKeywords)) {
|
||||
$this->splitAndCompile("keyword", $rawKeywords, $compiledKeywords, $caseSensitive);
|
||||
} else {
|
||||
foreach ($rawKeywords as $className => $rawKeyword) {
|
||||
$this->splitAndCompile($className, $rawKeyword, $compiledKeywords, $caseSensitive);
|
||||
}
|
||||
}
|
||||
|
||||
return $compiledKeywords;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $className
|
||||
* @param string $str
|
||||
* @param array<string, array<int, string|int>> $compiledKeywords
|
||||
* @param bool $caseSensitive
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
private function splitAndCompile($className, $str, array &$compiledKeywords, $caseSensitive)
|
||||
{
|
||||
if ($caseSensitive) {
|
||||
$str = strtolower($str);
|
||||
}
|
||||
|
||||
$keywords = explode(' ', $str);
|
||||
|
||||
foreach ($keywords as $keyword) {
|
||||
$pair = explode('|', $keyword);
|
||||
$providedScore = isset($pair[1]) ? $pair[1] : null;
|
||||
$compiledKeywords[$pair[0]] = array($className, $this->scoreForKeyword($pair[0], $providedScore));
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $keyword
|
||||
* @param string $providedScore
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
private function scoreForKeyword($keyword, $providedScore)
|
||||
{
|
||||
if ($providedScore) {
|
||||
return (int) $providedScore;
|
||||
}
|
||||
|
||||
return $this->commonKeyword($keyword) ? 0 : 1;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $word
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
private function commonKeyword($word)
|
||||
{
|
||||
return in_array(strtolower($word), self::$COMMON_KEYWORDS);
|
||||
}
|
||||
|
||||
/**
|
||||
* Compile the Language definition.
|
||||
*
|
||||
* @param bool $safeMode
|
||||
*
|
||||
* @since 9.17.1.0 The 'safeMode' parameter was added.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function compile($safeMode)
|
||||
{
|
||||
if ($this->compiled) {
|
||||
return;
|
||||
}
|
||||
|
||||
$jr = new JsonRef();
|
||||
$jr->decodeRef($this->mode);
|
||||
|
||||
// self is not valid at the top-level
|
||||
if (isset($this->mode->contains) && !in_array("self", $this->mode->contains)) {
|
||||
if (!$safeMode) {
|
||||
throw new \LogicException("`self` is not supported at the top-level of a language.");
|
||||
}
|
||||
$this->mode->contains = array_filter($this->mode->contains, function ($mode) {
|
||||
return $mode !== "self";
|
||||
});
|
||||
}
|
||||
|
||||
$this->compileMode($this->mode);
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo Remove in highlight.php 10.x
|
||||
*
|
||||
* @deprecated 9.16.0 This method should never have been exposed publicly as part of the API.
|
||||
*
|
||||
* @param \stdClass|null $e
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function complete(&$e)
|
||||
{
|
||||
Mode::_normalize($e);
|
||||
}
|
||||
}
|
||||
195
vendor/scrivo/highlight.php/Highlight/Mode.php
vendored
Normal file
195
vendor/scrivo/highlight.php/Highlight/Mode.php
vendored
Normal file
@@ -0,0 +1,195 @@
|
||||
<?php
|
||||
|
||||
/* Copyright (c) 2019 Geert Bergman (geert@scrivo.nl), highlight.php
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice,
|
||||
* this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
* this list of conditions and the following disclaimer in the documentation
|
||||
* and/or other materials provided with the distribution.
|
||||
* 3. Neither the name of "highlight.js", "highlight.php", nor the names of its
|
||||
* contributors may be used to endorse or promote products derived from this
|
||||
* software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
||||
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
namespace Highlight;
|
||||
|
||||
/**
|
||||
* A PHP representation of a Mode in the JS library.
|
||||
*
|
||||
* @internal
|
||||
*
|
||||
* @since 9.16.0.0
|
||||
* @mixin ModeDeprecations
|
||||
*
|
||||
* Language definition set via language definition JSON files
|
||||
*
|
||||
* @property bool $case_insensitive = false
|
||||
* @property string[] $aliases = array()
|
||||
* @property string|null $className = null
|
||||
* @property string|null $begin = null
|
||||
* @property RegEx|null $beginRe = null
|
||||
* @property string|null $end = null
|
||||
* @property RegEx|null $endRe = null
|
||||
* @property string|null $beginKeywords = null
|
||||
* @property bool $endsWithParent = false
|
||||
* @property bool $endsParent = false
|
||||
* @property bool $endSameAsBegin = false
|
||||
* @property string|null $lexemes = null
|
||||
* @property RegEx|null $lexemesRe = null
|
||||
* @property array<string, array<int, string|int>> $keywords = array()
|
||||
* @property string|null $illegal = null
|
||||
* @property RegEx|null $illegalRe = null
|
||||
* @property bool $excludeBegin = false
|
||||
* @property bool $excludeEnd = false
|
||||
* @property bool $returnBegin = false
|
||||
* @property bool $returnEnd = false
|
||||
* @property Mode[] $contains = array()
|
||||
* @property Mode|null $starts = null
|
||||
* @property Mode[] $variants = array()
|
||||
* @property int|null $relevance = null
|
||||
* @property string|string[]|null $subLanguage = null
|
||||
* @property bool $skip = false
|
||||
* @property bool $disableAutodetect = false
|
||||
*
|
||||
* Properties set at runtime by the language compilation process
|
||||
* @property array<int, Mode> $cachedVariants = array()
|
||||
* @property Terminators|null $terminators = null
|
||||
* @property string $terminator_end = ""
|
||||
* @property bool $compiled = false
|
||||
* @property Mode|null $parent = null
|
||||
* @property string $type = ''
|
||||
*
|
||||
* @see https://highlightjs.readthedocs.io/en/latest/reference.html
|
||||
*/
|
||||
abstract class Mode extends \stdClass
|
||||
{
|
||||
/**
|
||||
* Fill in the missing properties that this Mode does not have.
|
||||
*
|
||||
* @internal
|
||||
*
|
||||
* @param \stdClass|null $obj
|
||||
*
|
||||
* @since 9.16.0.0
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public static function _normalize(&$obj)
|
||||
{
|
||||
// Don't overload our Modes if we've already normalized it
|
||||
if (isset($obj->__IS_COMPLETE)) {
|
||||
return;
|
||||
}
|
||||
|
||||
if ($obj === null) {
|
||||
$obj = new \stdClass();
|
||||
}
|
||||
|
||||
$patch = array(
|
||||
"begin" => true,
|
||||
"end" => true,
|
||||
"lexemes" => true,
|
||||
"illegal" => true,
|
||||
);
|
||||
|
||||
// These values come in from JSON definition files
|
||||
$defaultValues = array(
|
||||
"case_insensitive" => false,
|
||||
"aliases" => array(),
|
||||
"className" => null,
|
||||
"begin" => null,
|
||||
"beginRe" => null,
|
||||
"end" => null,
|
||||
"endRe" => null,
|
||||
"beginKeywords" => null,
|
||||
"endsWithParent" => false,
|
||||
"endsParent" => false,
|
||||
"endSameAsBegin" => false,
|
||||
"lexemes" => null,
|
||||
"lexemesRe" => null,
|
||||
"keywords" => array(),
|
||||
"illegal" => null,
|
||||
"illegalRe" => null,
|
||||
"excludeBegin" => false,
|
||||
"excludeEnd" => false,
|
||||
"returnBegin" => false,
|
||||
"returnEnd" => false,
|
||||
"contains" => array(),
|
||||
"starts" => null,
|
||||
"variants" => array(),
|
||||
"relevance" => null,
|
||||
"subLanguage" => null,
|
||||
"skip" => false,
|
||||
"disableAutodetect" => false,
|
||||
);
|
||||
|
||||
// These values are set at runtime
|
||||
$runTimeValues = array(
|
||||
"cachedVariants" => array(),
|
||||
"terminators" => null,
|
||||
"terminator_end" => "",
|
||||
"compiled" => false,
|
||||
"parent" => null,
|
||||
|
||||
// This value is unique to highlight.php Modes
|
||||
"__IS_COMPLETE" => true,
|
||||
);
|
||||
|
||||
foreach ($patch as $k => $v) {
|
||||
if (isset($obj->{$k})) {
|
||||
$obj->{$k} = str_replace("\\/", "/", $obj->{$k});
|
||||
$obj->{$k} = str_replace("/", "\\/", $obj->{$k});
|
||||
}
|
||||
}
|
||||
|
||||
foreach ($defaultValues as $k => $v) {
|
||||
if (!isset($obj->{$k}) && is_object($obj)) {
|
||||
$obj->{$k} = $v;
|
||||
}
|
||||
}
|
||||
|
||||
foreach ($runTimeValues as $k => $v) {
|
||||
if (is_object($obj)) {
|
||||
$obj->{$k} = $v;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Set any deprecated properties values to their replacement values.
|
||||
*
|
||||
* @internal
|
||||
*
|
||||
* @param \stdClass $obj
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public static function _handleDeprecations(&$obj)
|
||||
{
|
||||
$deprecations = array(
|
||||
// @TODO Deprecated since 9.16.0.0; remove at 10.x
|
||||
'caseInsensitive' => 'case_insensitive',
|
||||
'terminatorEnd' => 'terminator_end',
|
||||
);
|
||||
|
||||
foreach ($deprecations as $deprecated => $new) {
|
||||
$obj->{$deprecated} = &$obj->{$new};
|
||||
}
|
||||
}
|
||||
}
|
||||
50
vendor/scrivo/highlight.php/Highlight/ModeDeprecations.php
vendored
Normal file
50
vendor/scrivo/highlight.php/Highlight/ModeDeprecations.php
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
|
||||
/* Copyright (c) 2019 Geert Bergman (geert@scrivo.nl), highlight.php
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice,
|
||||
* this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
* this list of conditions and the following disclaimer in the documentation
|
||||
* and/or other materials provided with the distribution.
|
||||
* 3. Neither the name of "highlight.js", "highlight.php", nor the names of its
|
||||
* contributors may be used to endorse or promote products derived from this
|
||||
* software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
||||
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
namespace Highlight;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
trait ModeDeprecations
|
||||
{
|
||||
/**
|
||||
* @deprecated 9.16.0.0 Use `case_insensitive` instead
|
||||
*
|
||||
* @var bool DEPRECATED
|
||||
*/
|
||||
public $caseInsensitive;
|
||||
|
||||
/**
|
||||
* @deprecated 9.16.0.0 Use `terminator_end` instead
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $terminatorEnd;
|
||||
}
|
||||
108
vendor/scrivo/highlight.php/Highlight/RegEx.php
vendored
Normal file
108
vendor/scrivo/highlight.php/Highlight/RegEx.php
vendored
Normal file
@@ -0,0 +1,108 @@
|
||||
<?php
|
||||
|
||||
/* Copyright (c) 2019 Geert Bergman (geert@scrivo.nl), highlight.php
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice,
|
||||
* this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
* this list of conditions and the following disclaimer in the documentation
|
||||
* and/or other materials provided with the distribution.
|
||||
* 3. Neither the name of "highlight.js", "highlight.php", nor the names of its
|
||||
* contributors may be used to endorse or promote products derived from this
|
||||
* software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
||||
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
namespace Highlight;
|
||||
|
||||
/**
|
||||
* A PHP implementation to match JavaScript's RegExp class as closely as possible.
|
||||
*
|
||||
* A lot of behavior in this class is reversed engineered, so improvements are welcome!
|
||||
*
|
||||
* @internal
|
||||
*
|
||||
* @since 9.16.0
|
||||
*/
|
||||
final class RegEx
|
||||
{
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $source;
|
||||
|
||||
/**
|
||||
* @var int
|
||||
*/
|
||||
public $lastIndex = 0;
|
||||
|
||||
/**
|
||||
* @param RegEx|string $regex
|
||||
*/
|
||||
public function __construct($regex)
|
||||
{
|
||||
$this->source = (string) $regex;
|
||||
}
|
||||
|
||||
public function __toString()
|
||||
{
|
||||
return (string) $this->source;
|
||||
}
|
||||
|
||||
/**
|
||||
* Run the regular expression against the given string.
|
||||
*
|
||||
* @since 9.16.0.0
|
||||
*
|
||||
* @param string $str the string to run this regular expression against
|
||||
*
|
||||
* @return RegExMatch|null
|
||||
*/
|
||||
public function exec($str)
|
||||
{
|
||||
$index = null;
|
||||
$results = array();
|
||||
preg_match($this->source, $str, $results, PREG_OFFSET_CAPTURE, $this->lastIndex);
|
||||
|
||||
if ($results === null || count($results) === 0) {
|
||||
return null;
|
||||
}
|
||||
|
||||
foreach ($results as &$result) {
|
||||
if ($result[1] !== -1) {
|
||||
// Only save the index if it hasn't been set yet
|
||||
if ($index === null) {
|
||||
$index = $result[1];
|
||||
}
|
||||
|
||||
$result = $result[0];
|
||||
} else {
|
||||
$result = null;
|
||||
}
|
||||
}
|
||||
|
||||
unset($result);
|
||||
|
||||
$this->lastIndex += strlen($results[0]) + ($index - $this->lastIndex);
|
||||
|
||||
$matches = new RegExMatch($results);
|
||||
$matches->index = isset($index) ? $index : 0;
|
||||
$matches->input = $str;
|
||||
|
||||
return $matches;
|
||||
}
|
||||
}
|
||||
120
vendor/scrivo/highlight.php/Highlight/RegExMatch.php
vendored
Normal file
120
vendor/scrivo/highlight.php/Highlight/RegExMatch.php
vendored
Normal file
@@ -0,0 +1,120 @@
|
||||
<?php
|
||||
|
||||
/* Copyright (c) 2019 Geert Bergman (geert@scrivo.nl), highlight.php
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice,
|
||||
* this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
* this list of conditions and the following disclaimer in the documentation
|
||||
* and/or other materials provided with the distribution.
|
||||
* 3. Neither the name of "highlight.js", "highlight.php", nor the names of its
|
||||
* contributors may be used to endorse or promote products derived from this
|
||||
* software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
||||
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
namespace Highlight;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*
|
||||
* @implements \ArrayAccess<int, string|null>
|
||||
* @implements \IteratorAggregate<int, string|null>
|
||||
*
|
||||
* @since 9.16.0.0
|
||||
*/
|
||||
class RegExMatch implements \ArrayAccess, \Countable, \IteratorAggregate
|
||||
{
|
||||
/** @var array<int, string|null> */
|
||||
private $data;
|
||||
|
||||
/** @var int */
|
||||
public $index;
|
||||
|
||||
/** @var string */
|
||||
public $input;
|
||||
|
||||
/** @var string */
|
||||
public $type;
|
||||
|
||||
/** @var Mode|string */
|
||||
public $rule;
|
||||
|
||||
/**
|
||||
* @param array<int, string|null> $results
|
||||
*/
|
||||
public function __construct(array $results)
|
||||
{
|
||||
$this->data = $results;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
#[\ReturnTypeWillChange]
|
||||
public function getIterator()
|
||||
{
|
||||
return new \ArrayIterator($this->data);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
#[\ReturnTypeWillChange]
|
||||
public function offsetExists($offset)
|
||||
{
|
||||
return isset($this->data[$offset]);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
#[\ReturnTypeWillChange]
|
||||
public function offsetGet($offset)
|
||||
{
|
||||
return $this->data[$offset];
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
#[\ReturnTypeWillChange]
|
||||
public function offsetSet($offset, $value)
|
||||
{
|
||||
throw new \LogicException(__CLASS__ . ' instances are read-only.');
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
#[\ReturnTypeWillChange]
|
||||
public function offsetUnset($offset)
|
||||
{
|
||||
throw new \LogicException(__CLASS__ . ' instances are read-only.');
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
#[\ReturnTypeWillChange]
|
||||
public function count()
|
||||
{
|
||||
return count($this->data);
|
||||
}
|
||||
}
|
||||
61
vendor/scrivo/highlight.php/Highlight/RegExUtils.php
vendored
Normal file
61
vendor/scrivo/highlight.php/Highlight/RegExUtils.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
/* Copyright (c) 2019 Geert Bergman (geert@scrivo.nl), highlight.php
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice,
|
||||
* this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
* this list of conditions and the following disclaimer in the documentation
|
||||
* and/or other materials provided with the distribution.
|
||||
* 3. Neither the name of "highlight.js", "highlight.php", nor the names of its
|
||||
* contributors may be used to endorse or promote products derived from this
|
||||
* software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
||||
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
namespace Highlight;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*
|
||||
* @since 9.16.0.0
|
||||
*/
|
||||
abstract class RegExUtils
|
||||
{
|
||||
/**
|
||||
* @param string $value
|
||||
* @param bool $global
|
||||
* @param bool $case_insensitive
|
||||
*
|
||||
* @return RegEx
|
||||
*/
|
||||
public static function langRe($value, $global, $case_insensitive)
|
||||
{
|
||||
// PCRE allows us to change the definition of "new line." The
|
||||
// `(*ANYCRLF)` matches `\r`, `\n`, and `\r\n` for `$`
|
||||
//
|
||||
// https://www.pcre.org/original/doc/html/pcrepattern.html
|
||||
|
||||
// PCRE requires us to tell it the string can be UTF-8, so the 'u' modifier
|
||||
// is required. The `u` flag for PCRE is different from JS' unicode flag.
|
||||
|
||||
$escaped = preg_replace('#(?<!\\\)/#um', '\\/', $value);
|
||||
$regex = "/(*ANYCRLF){$escaped}/um" . ($case_insensitive ? "i" : "");
|
||||
|
||||
return new RegEx($regex);
|
||||
}
|
||||
}
|
||||
244
vendor/scrivo/highlight.php/Highlight/Terminators.php
vendored
Normal file
244
vendor/scrivo/highlight.php/Highlight/Terminators.php
vendored
Normal file
@@ -0,0 +1,244 @@
|
||||
<?php
|
||||
|
||||
namespace Highlight;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*
|
||||
* @since 9.16.0.0
|
||||
*/
|
||||
final class Terminators
|
||||
{
|
||||
/** @var bool */
|
||||
private $caseInsensitive;
|
||||
|
||||
/** @var array<int, Mode|string> */
|
||||
private $matchIndexes = array();
|
||||
|
||||
/** @var RegEx|null */
|
||||
private $matcherRe = null;
|
||||
|
||||
/** @var array<int, array<int, Mode|string>> */
|
||||
private $regexes = array();
|
||||
|
||||
/** @var int */
|
||||
private $matchAt = 1;
|
||||
|
||||
/** @var Mode */
|
||||
private $mode;
|
||||
|
||||
/** @var int */
|
||||
public $lastIndex = 0;
|
||||
|
||||
/**
|
||||
* @param bool $caseInsensitive
|
||||
*/
|
||||
public function __construct($caseInsensitive)
|
||||
{
|
||||
$this->caseInsensitive = $caseInsensitive;
|
||||
}
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*
|
||||
* @param Mode $mode
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function _buildModeRegex($mode)
|
||||
{
|
||||
$this->mode = $mode;
|
||||
$term = null;
|
||||
|
||||
for ($i = 0; $i < count($mode->contains); ++$i) {
|
||||
$re = null;
|
||||
$term = $mode->contains[$i];
|
||||
|
||||
if ($term->beginKeywords) {
|
||||
$re = "\.?(?:" . $term->begin . ")\.?";
|
||||
} else {
|
||||
$re = $term->begin;
|
||||
}
|
||||
|
||||
$this->addRule($term, $re);
|
||||
}
|
||||
|
||||
if ($mode->terminator_end) {
|
||||
$this->addRule('end', $mode->terminator_end);
|
||||
}
|
||||
|
||||
if ($mode->illegal) {
|
||||
$this->addRule('illegal', $mode->illegal);
|
||||
}
|
||||
|
||||
/** @var array<int, string> $terminators */
|
||||
$terminators = array();
|
||||
foreach ($this->regexes as $regex) {
|
||||
$terminators[] = $regex[1];
|
||||
}
|
||||
|
||||
$this->matcherRe = $this->langRe($this->joinRe($terminators, '|'), true);
|
||||
$this->lastIndex = 0;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $s
|
||||
*
|
||||
* @return RegExMatch|null
|
||||
*/
|
||||
public function exec($s)
|
||||
{
|
||||
if (count($this->regexes) === 0) {
|
||||
return null;
|
||||
}
|
||||
|
||||
$this->matcherRe->lastIndex = $this->lastIndex;
|
||||
$match = $this->matcherRe->exec($s);
|
||||
if (!$match) {
|
||||
return null;
|
||||
}
|
||||
|
||||
/** @var Mode|string $rule */
|
||||
$rule = null;
|
||||
for ($i = 0; $i < count($match); ++$i) {
|
||||
if ($match[$i] !== null && isset($this->matchIndexes[$i])) {
|
||||
$rule = $this->matchIndexes[$i];
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (is_string($rule)) {
|
||||
$match->type = $rule;
|
||||
} else {
|
||||
$match->type = "begin";
|
||||
$match->rule = $rule;
|
||||
}
|
||||
|
||||
return $match;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $value
|
||||
* @param bool $global
|
||||
*
|
||||
* @return RegEx
|
||||
*/
|
||||
private function langRe($value, $global = false)
|
||||
{
|
||||
return RegExUtils::langRe($value, $global, $this->caseInsensitive);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param Mode|string $rule
|
||||
* @param string $regex
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
private function addRule($rule, $regex)
|
||||
{
|
||||
$this->matchIndexes[$this->matchAt] = $rule;
|
||||
$this->regexes[] = array($rule, $regex);
|
||||
$this->matchAt += $this->reCountMatchGroups($regex) + 1;
|
||||
}
|
||||
|
||||
/**
|
||||
* joinRe logically computes regexps.join(separator), but fixes the
|
||||
* backreferences so they continue to match.
|
||||
*
|
||||
* it also places each individual regular expression into it's own
|
||||
* match group, keeping track of the sequencing of those match groups
|
||||
* is currently an exercise for the caller. :-)
|
||||
*
|
||||
* @param array<int, string> $regexps
|
||||
* @param string $separator
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
private function joinRe($regexps, $separator)
|
||||
{
|
||||
// backreferenceRe matches an open parenthesis or backreference. To avoid
|
||||
// an incorrect parse, it additionally matches the following:
|
||||
// - [...] elements, where the meaning of parentheses and escapes change
|
||||
// - other escape sequences, so we do not misparse escape sequences as
|
||||
// interesting elements
|
||||
// - non-matching or lookahead parentheses, which do not capture. These
|
||||
// follow the '(' with a '?'.
|
||||
$backreferenceRe = '#\[(?:[^\\\\\]]|\\\.)*\]|\(\??|\\\([1-9][0-9]*)|\\\.#';
|
||||
$numCaptures = 0;
|
||||
$ret = '';
|
||||
|
||||
$strLen = count($regexps);
|
||||
for ($i = 0; $i < $strLen; ++$i) {
|
||||
++$numCaptures;
|
||||
$offset = $numCaptures;
|
||||
$re = $this->reStr($regexps[$i]);
|
||||
|
||||
if ($i > 0) {
|
||||
$ret .= $separator;
|
||||
}
|
||||
|
||||
$ret .= "(";
|
||||
|
||||
while (strlen($re) > 0) {
|
||||
$matches = array();
|
||||
$matchFound = preg_match($backreferenceRe, $re, $matches, PREG_OFFSET_CAPTURE);
|
||||
|
||||
if ($matchFound === 0) {
|
||||
$ret .= $re;
|
||||
break;
|
||||
}
|
||||
|
||||
// PHP aliases to match the JS naming conventions
|
||||
$match = $matches[0];
|
||||
$index = $match[1];
|
||||
|
||||
$ret .= substr($re, 0, $index);
|
||||
$re = substr($re, $index + strlen($match[0]));
|
||||
|
||||
if (substr($match[0], 0, 1) === '\\' && isset($matches[1])) {
|
||||
// Adjust the backreference.
|
||||
$ret .= "\\" . strval(intval($matches[1][0]) + $offset);
|
||||
} else {
|
||||
$ret .= $match[0];
|
||||
if ($match[0] == "(") {
|
||||
++$numCaptures;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$ret .= ")";
|
||||
}
|
||||
|
||||
return $ret;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param RegEx|string $re
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
private function reStr($re)
|
||||
{
|
||||
if ($re && isset($re->source)) {
|
||||
return $re->source;
|
||||
}
|
||||
|
||||
return $re;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param RegEx|string $re
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
private function reCountMatchGroups($re)
|
||||
{
|
||||
$results = array();
|
||||
$escaped = preg_replace('#(?<!\\\)/#um', '\\/', (string) $re);
|
||||
preg_match_all("/{$escaped}|/u", '', $results);
|
||||
|
||||
return count($results) - 1;
|
||||
}
|
||||
}
|
||||
130
vendor/scrivo/highlight.php/Highlight/languages/1c.json
vendored
Normal file
130
vendor/scrivo/highlight.php/Highlight/languages/1c.json
vendored
Normal file
File diff suppressed because one or more lines are too long
58
vendor/scrivo/highlight.php/Highlight/languages/abnf.json
vendored
Normal file
58
vendor/scrivo/highlight.php/Highlight/languages/abnf.json
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"illegal": "[!@#$^&',?+~`|:]",
|
||||
"keywords": "ALPHA BIT CHAR CR CRLF CTL DIGIT DQUOTE HEXDIG HTAB LF LWSP OCTET SP VCHAR WSP",
|
||||
"contains": [
|
||||
{
|
||||
"className": "attribute",
|
||||
"begin": "^[a-zA-Z][a-zA-Z0-9\\-]*(?=\\s*=)"
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": ";",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "%b[0-1]+(-[0-1]+|(\\.[0-1]+)+){0,1}"
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "%d[0-9]+(-[0-9]+|(\\.[0-9]+)+){0,1}"
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "%x[0-9A-F]+(-[0-9A-F]+|(\\.[0-9A-F]+)+){0,1}"
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "%[si]"
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b\\d+(\\.\\d+)?",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
55
vendor/scrivo/highlight.php/Highlight/languages/accesslog.json
vendored
Normal file
55
vendor/scrivo/highlight.php/Highlight/languages/accesslog.json
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"contains": [
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "^\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b",
|
||||
"relevance": 5
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b\\d+\\b",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"(GET|POST|HEAD|PUT|DELETE|CONNECT|OPTIONS|PATCH|TRACE)",
|
||||
"end": "\"",
|
||||
"keywords": "GET POST HEAD PUT DELETE CONNECT OPTIONS PATCH TRACE",
|
||||
"illegal": "\\n",
|
||||
"relevance": 5,
|
||||
"contains": [
|
||||
{
|
||||
"begin": "HTTP\/[12]\\.\\d",
|
||||
"relevance": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\\[\\d[^\\]\\n]{8,}\\]",
|
||||
"illegal": "\\n",
|
||||
"relevance": 1
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\\[",
|
||||
"end": "\\]",
|
||||
"illegal": "\\n",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"Mozilla\/\\d\\.\\d \\(",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"relevance": 3
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
148
vendor/scrivo/highlight.php/Highlight/languages/actionscript.json
vendored
Normal file
148
vendor/scrivo/highlight.php/Highlight/languages/actionscript.json
vendored
Normal file
@@ -0,0 +1,148 @@
|
||||
{
|
||||
"aliases": [
|
||||
"as"
|
||||
],
|
||||
"keywords": {
|
||||
"keyword": "as break case catch class const continue default delete do dynamic each else extends final finally for function get if implements import in include instanceof interface internal is namespace native new override package private protected public return set static super switch this throw try typeof use var void while with",
|
||||
"literal": "true false null undefined"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"beginKeywords": "package",
|
||||
"end": "{",
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z]\\w*",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"beginKeywords": "class interface",
|
||||
"end": "{",
|
||||
"excludeEnd": true,
|
||||
"contains": [
|
||||
{
|
||||
"beginKeywords": "extends implements"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.5.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"beginKeywords": "import include",
|
||||
"end": ";",
|
||||
"keywords": {
|
||||
"meta-keyword": "import include"
|
||||
}
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"beginKeywords": "function",
|
||||
"end": "[{;]",
|
||||
"excludeEnd": true,
|
||||
"illegal": "\\S",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.5.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "params",
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.3"
|
||||
},
|
||||
{
|
||||
"className": "rest_arg",
|
||||
"begin": "[.]{3}",
|
||||
"end": "[a-zA-Z_$][a-zA-Z0-9_$]*",
|
||||
"relevance": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": ":\\s*([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "\\.\\s*[a-zA-Z_]\\w*",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"illegal": "#"
|
||||
}
|
||||
118
vendor/scrivo/highlight.php/Highlight/languages/ada.json
vendored
Normal file
118
vendor/scrivo/highlight.php/Highlight/languages/ada.json
vendored
Normal file
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"case_insensitive": true,
|
||||
"keywords": {
|
||||
"keyword": "abort else new return abs elsif not reverse abstract end accept entry select access exception of separate aliased exit or some all others subtype and for out synchronized array function overriding at tagged generic package task begin goto pragma terminate body private then if procedure type case in protected constant interface is raise use declare range delay limited record when delta loop rem while digits renames with do mod requeue xor",
|
||||
"literal": "True False"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "--",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\"\"",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'.'"
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b(\\d(_|\\d)*#\\w+(\\.\\w+)?#([eE][-+]?\\d(_|\\d)*)?|\\d(_|\\d)*(\\.\\d(_|\\d)*)?([eE][-+]?\\d(_|\\d)*)?)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "'[A-Za-z](_?[A-Za-z0-9.])*"
|
||||
},
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "(\\bwith\\s+)?(\\bprivate\\s+)?\\bpackage\\s+(\\bbody\\s+)?",
|
||||
"end": "(is|$)",
|
||||
"keywords": "package body",
|
||||
"excludeBegin": true,
|
||||
"excludeEnd": true,
|
||||
"illegal": "\\Q[]{}%#'\"\\E"
|
||||
},
|
||||
{
|
||||
"begin": "(\\b(with|overriding)\\s+)?\\b(function|procedure)\\s+",
|
||||
"end": "(\\bis|\\bwith|\\brenames|\\)\\s*;)",
|
||||
"keywords": "overriding function procedure with is renames return",
|
||||
"returnBegin": true,
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0"
|
||||
},
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "(\\bwith\\s+)?\\b(function|procedure)\\s+",
|
||||
"end": "(\\(|\\s+|$)",
|
||||
"excludeBegin": true,
|
||||
"excludeEnd": true,
|
||||
"illegal": "\\Q[]{}%#'\"\\E"
|
||||
},
|
||||
{
|
||||
"begin": "\\s+:\\s+",
|
||||
"end": "\\s*(:=|;|\\)|=>|$)",
|
||||
"illegal": "\\Q[]{}%#'\"\\E",
|
||||
"contains": [
|
||||
{
|
||||
"beginKeywords": "loop for declare others",
|
||||
"endsParent": true
|
||||
},
|
||||
{
|
||||
"className": "keyword",
|
||||
"beginKeywords": "not null constant access function procedure in out aliased exception"
|
||||
},
|
||||
{
|
||||
"className": "type",
|
||||
"begin": "[A-Za-z](_?[A-Za-z0-9.])*",
|
||||
"endsParent": true,
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "type",
|
||||
"begin": "\\breturn\\s+",
|
||||
"end": "(\\s+|;|$)",
|
||||
"keywords": "return",
|
||||
"excludeBegin": true,
|
||||
"excludeEnd": true,
|
||||
"endsParent": true,
|
||||
"illegal": "\\Q[]{}%#'\"\\E"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "type",
|
||||
"begin": "\\b(sub)?type\\s+",
|
||||
"end": "\\s+",
|
||||
"keywords": "type",
|
||||
"excludeBegin": true,
|
||||
"illegal": "\\Q[]{}%#'\"\\E"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.6.contains.2"
|
||||
}
|
||||
]
|
||||
}
|
||||
138
vendor/scrivo/highlight.php/Highlight/languages/angelscript.json
vendored
Normal file
138
vendor/scrivo/highlight.php/Highlight/languages/angelscript.json
vendored
Normal file
@@ -0,0 +1,138 @@
|
||||
{
|
||||
"aliases": [
|
||||
"asc"
|
||||
],
|
||||
"keywords": "for in|0 break continue while do|0 return if else case switch namespace is cast or and xor not get|0 in inout|10 out override set|0 private public const default|0 final shared external mixin|10 enum typedef funcdef this super import from interface abstract|0 try catch protected explicit property",
|
||||
"illegal": "(^using\\s+[A-Za-z0-9_\\.]+;$|\\bfunctions*[^\\(])",
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"\"\"",
|
||||
"end": "\"\"\""
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.3.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"beginKeywords": "interface namespace",
|
||||
"end": "{",
|
||||
"illegal": "[;.\\-]",
|
||||
"contains": [
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "[a-zA-Z0-9_]+"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"beginKeywords": "class",
|
||||
"end": "{",
|
||||
"illegal": "[;.\\-]",
|
||||
"contains": [
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "[a-zA-Z0-9_]+",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "[:,]\\s*",
|
||||
"contains": [
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "[a-zA-Z0-9_]+"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "built_in",
|
||||
"begin": "\\b(void|bool|int|int8|int16|int32|int64|uint|uint8|uint16|uint32|uint64|string|ref|array|double|float|auto|dictionary)",
|
||||
"contains": [
|
||||
{
|
||||
"className": "keyword",
|
||||
"begin": "<",
|
||||
"end": ">",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.7"
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "[a-zA-Z0-9_]+@",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.7.contains.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.7.contains.0.contains.1"
|
||||
},
|
||||
{
|
||||
"className": "literal",
|
||||
"begin": "\\b(null|true|false)"
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?f?|\\.\\d+f?)([eE][-+]?\\d+f?)?)"
|
||||
}
|
||||
]
|
||||
}
|
||||
78
vendor/scrivo/highlight.php/Highlight/languages/apache.json
vendored
Normal file
78
vendor/scrivo/highlight.php/Highlight/languages/apache.json
vendored
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"aliases": [
|
||||
"apacheconf"
|
||||
],
|
||||
"case_insensitive": true,
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "#",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "section",
|
||||
"begin": "<\/?",
|
||||
"end": ">"
|
||||
},
|
||||
{
|
||||
"className": "attribute",
|
||||
"begin": "\\w+",
|
||||
"relevance": 0,
|
||||
"keywords": {
|
||||
"nomarkup": "order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername"
|
||||
},
|
||||
"starts": {
|
||||
"end": "$",
|
||||
"relevance": 0,
|
||||
"keywords": {
|
||||
"literal": "on off all"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "\\s\\[",
|
||||
"end": "\\]$"
|
||||
},
|
||||
{
|
||||
"className": "variable",
|
||||
"begin": "[\\$%]\\{",
|
||||
"end": "\\}",
|
||||
"contains": [
|
||||
"self",
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "[\\$%]\\d+"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2.starts.contains.1.contains.1"
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"illegal": "\\S"
|
||||
}
|
||||
116
vendor/scrivo/highlight.php/Highlight/languages/applescript.json
vendored
Normal file
116
vendor/scrivo/highlight.php/Highlight/languages/applescript.json
vendored
Normal file
@@ -0,0 +1,116 @@
|
||||
{
|
||||
"aliases": [
|
||||
"osascript"
|
||||
],
|
||||
"keywords": {
|
||||
"keyword": "about above after against and around as at back before beginning behind below beneath beside between but by considering contain contains continue copy div does eighth else end equal equals error every exit fifth first for fourth from front get given global if ignoring in into is it its last local me middle mod my ninth not of on onto or over prop property put ref reference repeat returning script second set seventh since sixth some tell tenth that the|0 then third through thru timeout times to transaction try until where while whose with without",
|
||||
"literal": "AppleScript false linefeed return pi quote result space tab true",
|
||||
"built_in": "alias application boolean class constant date file integer list number real record string text activate beep count delay launch log offset read round run say summarize write character characters contents day frontmost id item length month name paragraph paragraphs rest reverse running time version weekday word words year"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "built_in",
|
||||
"begin": "\\b(clipboard info|the clipboard|info for|list (disks|folder)|mount volume|path to|(close|open for) access|(get|set) eof|current date|do shell script|get volume settings|random number|set volume|system attribute|system info|time to GMT|(load|run|store) script|scripting components|ASCII (character|number)|localized string|choose (application|color|file|file name|folder|from list|remote application|URL)|display (alert|dialog))\\b|^\\s*return\\b"
|
||||
},
|
||||
{
|
||||
"className": "literal",
|
||||
"begin": "\\b(text item delimiters|current application|missing value)\\b"
|
||||
},
|
||||
{
|
||||
"className": "keyword",
|
||||
"begin": "\\b(apart from|aside from|instead of|out of|greater than|isn't|(doesn't|does not) (equal|come before|come after|contain)|(greater|less) than( or equal)?|(starts?|ends|begins?) with|contained by|comes (before|after)|a (ref|reference)|POSIX file|POSIX path|(date|time) string|quoted form)\\b"
|
||||
},
|
||||
{
|
||||
"beginKeywords": "on",
|
||||
"illegal": "[${=;\\n]",
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z_]\\w*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "params",
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"contains": [
|
||||
"self",
|
||||
{
|
||||
"$ref": "#contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "--",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\\(\\*",
|
||||
"end": "\\*\\)",
|
||||
"contains": [
|
||||
"self",
|
||||
{
|
||||
"$ref": "#contains.6"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.6.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "#",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.6.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"illegal": "\/\/|->|=>|\\[\\["
|
||||
}
|
||||
250
vendor/scrivo/highlight.php/Highlight/languages/arcade.json
vendored
Normal file
250
vendor/scrivo/highlight.php/Highlight/languages/arcade.json
vendored
Normal file
@@ -0,0 +1,250 @@
|
||||
{
|
||||
"aliases": [
|
||||
"arcade"
|
||||
],
|
||||
"keywords": {
|
||||
"keyword": "if for while var new function do return void else break",
|
||||
"literal": "BackSlash DoubleQuote false ForwardSlash Infinity NaN NewLine null PI SingleQuote Tab TextFormatting true undefined",
|
||||
"built_in": "Abs Acos Angle Attachments Area AreaGeodetic Asin Atan Atan2 Average Bearing Boolean Buffer BufferGeodetic Ceil Centroid Clip Console Constrain Contains Cos Count Crosses Cut Date DateAdd DateDiff Day Decode DefaultValue Dictionary Difference Disjoint Distance DistanceGeodetic Distinct DomainCode DomainName Equals Exp Extent Feature FeatureSet FeatureSetByAssociation FeatureSetById FeatureSetByPortalItem FeatureSetByRelationshipName FeatureSetByTitle FeatureSetByUrl Filter First Floor Geometry GroupBy Guid HasKey Hour IIf IndexOf Intersection Intersects IsEmpty IsNan IsSelfIntersecting Length LengthGeodetic Log Max Mean Millisecond Min Minute Month MultiPartToSinglePart Multipoint NextSequenceValue Now Number OrderBy Overlaps Point Polygon Polyline Portal Pow Random Relate Reverse RingIsClockWise Round Second SetGeometry Sin Sort Sqrt Stdev Sum SymmetricDifference Tan Text Timestamp Today ToLocal Top Touches ToUTC TrackCurrentTime TrackGeometryWindow TrackIndex TrackStartTime TrackWindow TypeOf Union UrlEncode Variance Weekday When Within Year "
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "`",
|
||||
"end": "`",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "subst",
|
||||
"begin": "\\$\\{",
|
||||
"end": "\\}",
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2"
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "\\b(0[bB][01]+)"
|
||||
},
|
||||
{
|
||||
"begin": "\\b(0[oO][0-7]+)"
|
||||
},
|
||||
{
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)"
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "regexp",
|
||||
"begin": "\\\/",
|
||||
"end": "\\\/[gimuy]*",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"begin": "\\[",
|
||||
"end": "\\]",
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.3.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "\\$[datastore|feature|layer|map|measure|sourcefeature|sourcelayer|targetfeature|targetlayer|value|view]+"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2.contains.1.contains.3"
|
||||
},
|
||||
{
|
||||
"begin": "[{,]\\s*",
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
{
|
||||
"begin": "[A-Za-z_][0-9A-Za-z_]*\\s*:",
|
||||
"returnBegin": true,
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
{
|
||||
"className": "attr",
|
||||
"begin": "[A-Za-z_][0-9A-Za-z_]*",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "(!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|\/=|\/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~|\\b(return)\\b)\\s*",
|
||||
"keywords": "return",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2.contains.1.contains.4"
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"begin": "(\\(.*?\\)|[A-Za-z_][0-9A-Za-z_]*)\\s*=>",
|
||||
"returnBegin": true,
|
||||
"end": "\\s*=>",
|
||||
"contains": [
|
||||
{
|
||||
"className": "params",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "[A-Za-z_][0-9A-Za-z_]*"
|
||||
},
|
||||
{
|
||||
"begin": "\\(\\s*\\)"
|
||||
},
|
||||
{
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"excludeBegin": true,
|
||||
"excludeEnd": true,
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2.contains.1.contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2.contains.1.contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.3"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"beginKeywords": "function",
|
||||
"end": "\\{",
|
||||
"excludeEnd": true,
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[A-Za-z_][0-9A-Za-z_]*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "params",
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"excludeBegin": true,
|
||||
"excludeEnd": true,
|
||||
"contains": {
|
||||
"$ref": "#contains.8.contains.3.contains.0.variants.2.contains"
|
||||
}
|
||||
}
|
||||
],
|
||||
"illegal": "\\[|%"
|
||||
},
|
||||
{
|
||||
"begin": "\\$[(.]"
|
||||
}
|
||||
],
|
||||
"illegal": "#(?!!)"
|
||||
}
|
||||
334
vendor/scrivo/highlight.php/Highlight/languages/arduino.json
vendored
Normal file
334
vendor/scrivo/highlight.php/Highlight/languages/arduino.json
vendored
Normal file
@@ -0,0 +1,334 @@
|
||||
{
|
||||
"aliases": [
|
||||
"c",
|
||||
"cc",
|
||||
"h",
|
||||
"c++",
|
||||
"h++",
|
||||
"hpp",
|
||||
"hh",
|
||||
"hxx",
|
||||
"cxx"
|
||||
],
|
||||
"keywords": {
|
||||
"keyword": "int float while private char char8_t char16_t char32_t catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid wchar_tshort reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignas alignof constexpr consteval constinit decltype concept co_await co_return co_yield requires noexcept static_assert thread_local restrict final override atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and and_eq bitand bitor compl not not_eq or or_eq xor xor_eq boolean byte word String",
|
||||
"built_in": "std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr _Bool complex _Complex imaginary _Imaginary setup loopKeyboardController MouseController SoftwareSerial EthernetServer EthernetClient LiquidCrystal RobotControl GSMVoiceCall EthernetUDP EsploraTFT HttpClient RobotMotor WiFiClient GSMScanner FileSystem Scheduler GSMServer YunClient YunServer IPAddress GSMClient GSMModem Keyboard Ethernet Console GSMBand Esplora Stepper Process WiFiUDP GSM_SMS Mailbox USBHost Firmata PImage Client Server GSMPIN FileIO Bridge Serial EEPROM Stream Mouse Audio Servo File Task GPRS WiFi Wire TFT GSM SPI SD runShellCommandAsynchronously analogWriteResolution retrieveCallingNumber printFirmwareVersion analogReadResolution sendDigitalPortPair noListenOnLocalhost readJoystickButton setFirmwareVersion readJoystickSwitch scrollDisplayRight getVoiceCallStatus scrollDisplayLeft writeMicroseconds delayMicroseconds beginTransmission getSignalStrength runAsynchronously getAsynchronously listenOnLocalhost getCurrentCarrier readAccelerometer messageAvailable sendDigitalPorts lineFollowConfig countryNameWrite runShellCommand readStringUntil rewindDirectory readTemperature setClockDivider readLightSensor endTransmission analogReference detachInterrupt countryNameRead attachInterrupt encryptionType readBytesUntil robotNameWrite readMicrophone robotNameRead cityNameWrite userNameWrite readJoystickY readJoystickX mouseReleased openNextFile scanNetworks noInterrupts digitalWrite beginSpeaker mousePressed isActionDone mouseDragged displayLogos noAutoscroll addParameter remoteNumber getModifiers keyboardRead userNameRead waitContinue processInput parseCommand printVersion readNetworks writeMessage blinkVersion cityNameRead readMessage setDataMode parsePacket isListening setBitOrder beginPacket isDirectory motorsWrite drawCompass digitalRead clearScreen serialEvent rightToLeft setTextSize leftToRight requestFrom keyReleased compassRead analogWrite interrupts WiFiServer disconnect playMelody parseFloat autoscroll getPINUsed setPINUsed setTimeout sendAnalog readSlider analogRead beginWrite createChar motorsStop keyPressed tempoWrite readButton subnetMask debugPrint macAddress writeGreen randomSeed attachGPRS readString sendString remotePort releaseAll mouseMoved background getXChange getYChange answerCall getResult voiceCall endPacket constrain getSocket writeJSON getButton available connected findUntil readBytes exitValue readGreen writeBlue startLoop IPAddress isPressed sendSysex pauseMode gatewayIP setCursor getOemKey tuneWrite noDisplay loadImage switchPIN onRequest onReceive changePIN playFile noBuffer parseInt overflow checkPIN knobRead beginTFT bitClear updateIR bitWrite position writeRGB highByte writeRed setSpeed readBlue noStroke remoteIP transfer shutdown hangCall beginSMS endWrite attached maintain noCursor checkReg checkPUK shiftOut isValid shiftIn pulseIn connect println localIP pinMode getIMEI display noBlink process getBand running beginSD drawBMP lowByte setBand release bitRead prepare pointTo readRed setMode noFill remove listen stroke detach attach noTone exists buffer height bitSet circle config cursor random IRread setDNS endSMS getKey micros millis begin print write ready flush width isPIN blink clear press mkdir rmdir close point yield image BSSID click delay read text move peek beep rect line open seek fill size turn stop home find step tone sqrt RSSI SSID end bit tan cos sin pow map abs max min get run put",
|
||||
"literal": "true false nullptr NULL DIGITAL_MESSAGE FIRMATA_STRING ANALOG_MESSAGE REPORT_DIGITAL REPORT_ANALOG INPUT_PULLUP SET_PIN_MODE INTERNAL2V56 SYSTEM_RESET LED_BUILTIN INTERNAL1V1 SYSEX_START INTERNAL EXTERNAL DEFAULT OUTPUT INPUT HIGH LOW"
|
||||
},
|
||||
"illegal": "<\/",
|
||||
"contains": [
|
||||
{
|
||||
"variants": [
|
||||
{
|
||||
"begin": "=",
|
||||
"end": ";"
|
||||
},
|
||||
{
|
||||
"begin": "\\(",
|
||||
"end": "\\)"
|
||||
},
|
||||
{
|
||||
"beginKeywords": "new throw return else",
|
||||
"end": ";"
|
||||
}
|
||||
],
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "keyword",
|
||||
"begin": "\\b[a-z\\d_]*_t\\b"
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.1.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "\\b(0b[01']+)"
|
||||
},
|
||||
{
|
||||
"begin": "(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"
|
||||
},
|
||||
{
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "(u8?|U|L)?\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)",
|
||||
"end": "'",
|
||||
"illegal": "."
|
||||
},
|
||||
{
|
||||
"begin": "(?:u8?|U|L)?R\"([^()\\\\ ]{0,16})\\((?:.|\\n)*?\\)\\1\""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.2"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.4"
|
||||
},
|
||||
"self"
|
||||
],
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"begin": "((decltype\\(auto\\)|(?:[a-zA-Z_]\\w*::)?[a-zA-Z_]\\w*(?:<.*?>)?)[\\*&\\s]+)+(?:[a-zA-Z_]\\w*::)?[a-zA-Z]\\w*\\s*\\(",
|
||||
"returnBegin": true,
|
||||
"end": "[{;=]",
|
||||
"excludeEnd": true,
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"illegal": "[^\\w\\s\\*&:<>]",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "decltype\\(auto\\)",
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "(?:[a-zA-Z_]\\w*::)?[a-zA-Z]\\w*\\s*\\(",
|
||||
"returnBegin": true,
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "(?:[a-zA-Z_]\\w*::)?[a-zA-Z]\\w*",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "params",
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.2"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
"self",
|
||||
{
|
||||
"$ref": "#contains.0.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.2"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.2"
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "#\\s*[a-z]+\\b",
|
||||
"end": "$",
|
||||
"keywords": {
|
||||
"meta-keyword": "if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\\\n",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "meta-string",
|
||||
"variants": {
|
||||
"$ref": "#contains.0.contains.4.variants"
|
||||
}
|
||||
},
|
||||
{
|
||||
"className": "meta-string",
|
||||
"begin": "<.*?>",
|
||||
"end": "$",
|
||||
"illegal": "\\n"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.2"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.2"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1.contains.6"
|
||||
},
|
||||
{
|
||||
"begin": "\\b(deque|list|queue|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\s*<",
|
||||
"end": ">",
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"contains": [
|
||||
"self",
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "[a-zA-Z]\\w*::",
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
}
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"beginKeywords": "class struct",
|
||||
"end": "[{;:]",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "<",
|
||||
"end": ">",
|
||||
"contains": [
|
||||
"self"
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z]\\w*",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"exports": {
|
||||
"preprocessor": {
|
||||
"$ref": "#contains.1.contains.6"
|
||||
},
|
||||
"strings": {
|
||||
"$ref": "#contains.0.contains.4"
|
||||
},
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
}
|
||||
}
|
||||
}
|
||||
107
vendor/scrivo/highlight.php/Highlight/languages/armasm.json
vendored
Normal file
107
vendor/scrivo/highlight.php/Highlight/languages/armasm.json
vendored
Normal file
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"case_insensitive": true,
|
||||
"aliases": [
|
||||
"arm"
|
||||
],
|
||||
"lexemes": "\\.?[a-zA-Z]\\w*",
|
||||
"keywords": {
|
||||
"meta": ".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .arm .thumb .code16 .code32 .force_thumb .thumb_func .ltorg ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND ",
|
||||
"built_in": "r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 pc lr sp ip sl sb fp a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 q0 q1 q2 q3 q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 cpsr_c cpsr_x cpsr_s cpsr_f cpsr_cx cpsr_cxs cpsr_xs cpsr_xsf cpsr_sf cpsr_cxsf spsr_c spsr_x spsr_s spsr_f spsr_cx spsr_cxs spsr_xs spsr_xsf spsr_sf spsr_cxsf s0 s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 s16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15 d16 d17 d18 d19 d20 d21 d22 d23 d24 d25 d26 d27 d28 d29 d30 d31 {PC} {VAR} {TRUE} {FALSE} {OPT} {CONFIG} {ENDIAN} {CODESIZE} {CPU} {FPU} {ARCHITECTURE} {PCSTOREOFFSET} {ARMASM_VERSION} {INTER} {ROPI} {RWPI} {SWST} {NOSWST} . @"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "keyword",
|
||||
"begin": "\\b(adc|(qd?|sh?|u[qh]?)?add(8|16)?|usada?8|(q|sh?|u[qh]?)?(as|sa)x|and|adrl?|sbc|rs[bc]|asr|b[lx]?|blx|bxj|cbn?z|tb[bh]|bic|bfc|bfi|[su]bfx|bkpt|cdp2?|clz|clrex|cmp|cmn|cpsi[ed]|cps|setend|dbg|dmb|dsb|eor|isb|it[te]{0,3}|lsl|lsr|ror|rrx|ldm(([id][ab])|f[ds])?|ldr((s|ex)?[bhd])?|movt?|mvn|mra|mar|mul|[us]mull|smul[bwt][bt]|smu[as]d|smmul|smmla|mla|umlaal|smlal?([wbt][bt]|d)|mls|smlsl?[ds]|smc|svc|sev|mia([bt]{2}|ph)?|mrr?c2?|mcrr2?|mrs|msr|orr|orn|pkh(tb|bt)|rbit|rev(16|sh)?|sel|[su]sat(16)?|nop|pop|push|rfe([id][ab])?|stm([id][ab])?|str(ex)?[bhd]?|(qd?)?sub|(sh?|q|u[qh]?)?sub(8|16)|[su]xt(a?h|a?b(16)?)|srs([id][ab])?|swpb?|swi|smi|tst|teq|wfe|wfi|yield)(eq|ne|cs|cc|mi|pl|vs|vc|hi|ls|ge|lt|gt|le|al|hs|lo)?[sptrx]?",
|
||||
"end": "\\s"
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "[;@]",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.1.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "[^\\\\]'",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "\\|",
|
||||
"end": "\\|",
|
||||
"illegal": "\\n",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "[#$=]?0x[0-9a-f]+"
|
||||
},
|
||||
{
|
||||
"begin": "[#$=]?0b[01]+"
|
||||
},
|
||||
{
|
||||
"begin": "[#$=]\\d+"
|
||||
},
|
||||
{
|
||||
"begin": "\\b\\d+"
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "^[a-z_\\.\\$][a-z0-9_\\.\\$]+"
|
||||
},
|
||||
{
|
||||
"begin": "^\\s*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"
|
||||
},
|
||||
{
|
||||
"begin": "[=#]\\w+"
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
186
vendor/scrivo/highlight.php/Highlight/languages/asciidoc.json
vendored
Normal file
186
vendor/scrivo/highlight.php/Highlight/languages/asciidoc.json
vendored
Normal file
@@ -0,0 +1,186 @@
|
||||
{
|
||||
"aliases": [
|
||||
"adoc"
|
||||
],
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "^\/{4,}\\n",
|
||||
"end": "\\n\/{4,}$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "^\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "^\\.\\w.*$"
|
||||
},
|
||||
{
|
||||
"begin": "^[=\\*]{4,}\\n",
|
||||
"end": "\\n^[=\\*]{4,}$",
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"className": "section",
|
||||
"relevance": 10,
|
||||
"variants": [
|
||||
{
|
||||
"begin": "^(={1,5}) .+?( \\1)?$"
|
||||
},
|
||||
{
|
||||
"begin": "^[^\\[\\]\\n]+?\\n[=\\-~\\^\\+]{2,}$"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "^:.+?:",
|
||||
"end": "\\s",
|
||||
"excludeEnd": true,
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "^\\[.+?\\]$",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "quote",
|
||||
"begin": "^_{4,}\\n",
|
||||
"end": "\\n_{4,}$",
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"className": "code",
|
||||
"begin": "^[\\-\\.]{4,}\\n",
|
||||
"end": "\\n[\\-\\.]{4,}$",
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"begin": "^\\+{4,}\\n",
|
||||
"end": "\\n\\+{4,}$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "<",
|
||||
"end": ">",
|
||||
"subLanguage": "xml",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"className": "bullet",
|
||||
"begin": "^(\\*+|\\-+|\\.+|[^\\n]+?::)\\s+"
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):\\s+",
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"className": "strong",
|
||||
"begin": "\\B\\*(?![\\*\\s])",
|
||||
"end": "(\\n{2}|\\*)",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\*\\w",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "emphasis",
|
||||
"begin": "\\B'(?!['\\s])",
|
||||
"end": "(\\n{2}|')",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\'\\w",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "emphasis",
|
||||
"begin": "_(?![_\\s])",
|
||||
"end": "(\\n{2}|_)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "``.+?''"
|
||||
},
|
||||
{
|
||||
"begin": "`.+?'"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "code",
|
||||
"begin": "(`.+?`|\\+.+?\\+)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "code",
|
||||
"begin": "^[ \\t]",
|
||||
"end": "$",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "^'{3,}[ \\t]*$",
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"begin": "(link:)?(http|https|ftp|file|irc|image:?):\\S+\\[.*?\\]",
|
||||
"returnBegin": true,
|
||||
"contains": [
|
||||
{
|
||||
"begin": "(link|image:?):",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "link",
|
||||
"begin": "\\w",
|
||||
"end": "[^\\[]+",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\\[",
|
||||
"end": "\\]",
|
||||
"excludeBegin": true,
|
||||
"excludeEnd": true,
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
219
vendor/scrivo/highlight.php/Highlight/languages/aspectj.json
vendored
Normal file
219
vendor/scrivo/highlight.php/Highlight/languages/aspectj.json
vendored
Normal file
@@ -0,0 +1,219 @@
|
||||
{
|
||||
"keywords": "false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else extends implements break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws privileged aspectOf adviceexecution proceed cflowbelow cflow initialization preinitialization staticinitialization withincode target within execution getWithinTypeName handler thisJoinPoint thisJoinPointStaticPart thisEnclosingJoinPointStaticPart declare parents warning error soft precedence thisAspectInstance",
|
||||
"illegal": "<\\\/|#",
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\w+@",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "@[A-Za-z]+"
|
||||
},
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.2"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.2"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.3.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"beginKeywords": "aspect",
|
||||
"end": "[{;=]",
|
||||
"excludeEnd": true,
|
||||
"illegal": "[:;\"\\[\\]]",
|
||||
"contains": [
|
||||
{
|
||||
"beginKeywords": "extends implements pertypewithin perthis pertarget percflowbelow percflow issingleton"
|
||||
},
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z_]\\w*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "\\([^\\)]*",
|
||||
"end": "[)]+",
|
||||
"keywords": "false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else extends implements break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws privileged aspectOf adviceexecution proceed cflowbelow cflow initialization preinitialization staticinitialization withincode target within execution getWithinTypeName handler thisJoinPoint thisJoinPointStaticPart thisEnclosingJoinPointStaticPart declare parents warning error soft precedence thisAspectInstance get set args call",
|
||||
"excludeEnd": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"beginKeywords": "class interface",
|
||||
"end": "[{;=]",
|
||||
"excludeEnd": true,
|
||||
"relevance": 0,
|
||||
"keywords": "class interface",
|
||||
"illegal": "[:\"\\[\\]]",
|
||||
"contains": [
|
||||
{
|
||||
"beginKeywords": "extends implements"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.5.contains.1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"beginKeywords": "pointcut after before around throwing returning",
|
||||
"end": "[)]",
|
||||
"excludeEnd": false,
|
||||
"illegal": "[\"\\[\\]]",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "[a-zA-Z_]\\w*\\s*\\(",
|
||||
"returnBegin": true,
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.5.contains.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "[:]",
|
||||
"returnBegin": true,
|
||||
"end": "[{;]",
|
||||
"relevance": 0,
|
||||
"excludeEnd": false,
|
||||
"keywords": "false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else extends implements break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws privileged aspectOf adviceexecution proceed cflowbelow cflow initialization preinitialization staticinitialization withincode target within execution getWithinTypeName handler thisJoinPoint thisJoinPointStaticPart thisEnclosingJoinPointStaticPart declare parents warning error soft precedence thisAspectInstance",
|
||||
"illegal": "[\"\\[\\]]",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "[a-zA-Z_]\\w*\\s*\\(",
|
||||
"keywords": "false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else extends implements break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws privileged aspectOf adviceexecution proceed cflowbelow cflow initialization preinitialization staticinitialization withincode target within execution getWithinTypeName handler thisJoinPoint thisJoinPointStaticPart thisEnclosingJoinPointStaticPart declare parents warning error soft precedence thisAspectInstance get set args call",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"beginKeywords": "new throw",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"begin": "\\w+ +\\w+(\\.)?\\w+\\s*\\([^\\)]*\\)\\s*((throws)[\\w\\s,]+)?[\\{;]",
|
||||
"returnBegin": true,
|
||||
"end": "[{;=]",
|
||||
"keywords": "false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else extends implements break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws privileged aspectOf adviceexecution proceed cflowbelow cflow initialization preinitialization staticinitialization withincode target within execution getWithinTypeName handler thisJoinPoint thisJoinPointStaticPart thisEnclosingJoinPointStaticPart declare parents warning error soft precedence thisAspectInstance",
|
||||
"excludeEnd": true,
|
||||
"contains": [
|
||||
{
|
||||
"begin": "[a-zA-Z_]\\w*\\s*\\(",
|
||||
"returnBegin": true,
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.5.contains.1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "params",
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"relevance": 0,
|
||||
"keywords": "false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else extends implements break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws privileged aspectOf adviceexecution proceed cflowbelow cflow initialization preinitialization staticinitialization withincode target within execution getWithinTypeName handler thisJoinPoint thisJoinPointStaticPart thisEnclosingJoinPointStaticPart declare parents warning error soft precedence thisAspectInstance",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4"
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.10.contains.1.contains.2"
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "@[A-Za-z]+"
|
||||
}
|
||||
]
|
||||
}
|
||||
96
vendor/scrivo/highlight.php/Highlight/languages/autohotkey.json
vendored
Normal file
96
vendor/scrivo/highlight.php/Highlight/languages/autohotkey.json
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"case_insensitive": true,
|
||||
"aliases": [
|
||||
"ahk"
|
||||
],
|
||||
"keywords": {
|
||||
"keyword": "Break Continue Critical Exit ExitApp Gosub Goto New OnExit Pause return SetBatchLines SetTimer Suspend Thread Throw Until ahk_id ahk_class ahk_pid ahk_exe ahk_group",
|
||||
"literal": "true false NOT AND OR",
|
||||
"built_in": "ComSpec Clipboard ClipboardAll ErrorLevel"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"begin": "`[\\s\\S]"
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": ";",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b\\d+(\\.\\d+)?",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "variable",
|
||||
"begin": "%[a-zA-Z0-9#_$@]+%"
|
||||
},
|
||||
{
|
||||
"className": "built_in",
|
||||
"begin": "^\\s*\\w+\\s*(,|%)"
|
||||
},
|
||||
{
|
||||
"className": "title",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "^[^\\n\";]+::(?!=)"
|
||||
},
|
||||
{
|
||||
"begin": "^[^\\n\";]+:(?!=)",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "^\\s*#\\w+",
|
||||
"end": "$",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "built_in",
|
||||
"begin": "A_[a-zA-Z0-9]+"
|
||||
},
|
||||
{
|
||||
"begin": ",\\s*,"
|
||||
}
|
||||
]
|
||||
}
|
||||
197
vendor/scrivo/highlight.php/Highlight/languages/autoit.json
vendored
Normal file
197
vendor/scrivo/highlight.php/Highlight/languages/autoit.json
vendored
Normal file
File diff suppressed because one or more lines are too long
87
vendor/scrivo/highlight.php/Highlight/languages/avrasm.json
vendored
Normal file
87
vendor/scrivo/highlight.php/Highlight/languages/avrasm.json
vendored
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"case_insensitive": true,
|
||||
"lexemes": "\\.?[a-zA-Z]\\w*",
|
||||
"keywords": {
|
||||
"keyword": "adc add adiw and andi asr bclr bld brbc brbs brcc brcs break breq brge brhc brhs brid brie brlo brlt brmi brne brpl brsh brtc brts brvc brvs bset bst call cbi cbr clc clh cli cln clr cls clt clv clz com cp cpc cpi cpse dec eicall eijmp elpm eor fmul fmuls fmulsu icall ijmp in inc jmp ld ldd ldi lds lpm lsl lsr mov movw mul muls mulsu neg nop or ori out pop push rcall ret reti rjmp rol ror sbc sbr sbrc sbrs sec seh sbi sbci sbic sbis sbiw sei sen ser ses set sev sez sleep spm st std sts sub subi swap tst wdr",
|
||||
"built_in": "r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 r16 r17 r18 r19 r20 r21 r22 r23 r24 r25 r26 r27 r28 r29 r30 r31 x|0 xh xl y|0 yh yl z|0 zh zl ucsr1c udr1 ucsr1a ucsr1b ubrr1l ubrr1h ucsr0c ubrr0h tccr3c tccr3a tccr3b tcnt3h tcnt3l ocr3ah ocr3al ocr3bh ocr3bl ocr3ch ocr3cl icr3h icr3l etimsk etifr tccr1c ocr1ch ocr1cl twcr twdr twar twsr twbr osccal xmcra xmcrb eicra spmcsr spmcr portg ddrg ping portf ddrf sreg sph spl xdiv rampz eicrb eimsk gimsk gicr eifr gifr timsk tifr mcucr mcucsr tccr0 tcnt0 ocr0 assr tccr1a tccr1b tcnt1h tcnt1l ocr1ah ocr1al ocr1bh ocr1bl icr1h icr1l tccr2 tcnt2 ocr2 ocdr wdtcr sfior eearh eearl eedr eecr porta ddra pina portb ddrb pinb portc ddrc pinc portd ddrd pind spdr spsr spcr udr0 ucsr0a ucsr0b ubrr0l acsr admux adcsr adch adcl porte ddre pine pinf",
|
||||
"meta": ".byte .cseg .db .def .device .dseg .dw .endmacro .equ .eseg .exit .include .list .listmac .macro .nolist .org .set"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": ";",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b(0b[01]+)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b(\\$[a-zA-Z0-9]+|0o[0-7]+)"
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "[^\\\\]'",
|
||||
"illegal": "[^\\\\][^']"
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "^[A-Za-z0-9_.$]+:"
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "#",
|
||||
"end": "$"
|
||||
},
|
||||
{
|
||||
"className": "subst",
|
||||
"begin": "@[0-9]+"
|
||||
}
|
||||
]
|
||||
}
|
||||
120
vendor/scrivo/highlight.php/Highlight/languages/awk.json
vendored
Normal file
120
vendor/scrivo/highlight.php/Highlight/languages/awk.json
vendored
Normal file
@@ -0,0 +1,120 @@
|
||||
{
|
||||
"keywords": {
|
||||
"keyword": "BEGIN END if else while do for in break continue delete next nextfile function func exit|10"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "variable",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "\\$[\\w\\d#@][\\w\\d_]*"
|
||||
},
|
||||
{
|
||||
"begin": "\\$\\{(.*?)}"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"variants": [
|
||||
{
|
||||
"begin": "(u|b)?r?'''",
|
||||
"end": "'''",
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"begin": "(u|b)?r?\"\"\"",
|
||||
"end": "\"\"\"",
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"begin": "(u|r|ur)'",
|
||||
"end": "'",
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"begin": "(u|r|ur)\"",
|
||||
"end": "\"",
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"begin": "(b|br)'",
|
||||
"end": "'"
|
||||
},
|
||||
{
|
||||
"begin": "(b|br)\"",
|
||||
"end": "\""
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.1.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.1.contains.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "regexp",
|
||||
"begin": "\\\/",
|
||||
"end": "\\\/[gimuy]*",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.1.contains.0"
|
||||
},
|
||||
{
|
||||
"begin": "\\[",
|
||||
"end": "\\]",
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.1.contains.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "#",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b\\d+(\\.\\d+)?",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
85
vendor/scrivo/highlight.php/Highlight/languages/axapta.json
vendored
Normal file
85
vendor/scrivo/highlight.php/Highlight/languages/axapta.json
vendored
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"keywords": "false int abstract private char boolean static null if for true while long throw finally protected final return void enum else break new catch byte super case short default double public try this switch continue reverse firstfast firstonly forupdate nofetch sum avg minof maxof count order group by asc desc index hint like dispaly edit client server ttsbegin ttscommit str real date container anytype common div mod",
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "#",
|
||||
"end": "$"
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"beginKeywords": "class interface",
|
||||
"end": "{",
|
||||
"excludeEnd": true,
|
||||
"illegal": ":",
|
||||
"contains": [
|
||||
{
|
||||
"beginKeywords": "extends implements"
|
||||
},
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z_]\\w*",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
92
vendor/scrivo/highlight.php/Highlight/languages/bash.json
vendored
Normal file
92
vendor/scrivo/highlight.php/Highlight/languages/bash.json
vendored
Normal file
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"aliases": [
|
||||
"sh",
|
||||
"zsh"
|
||||
],
|
||||
"lexemes": "\\b-?[a-z\\._]+\\b",
|
||||
"keywords": {
|
||||
"keyword": "if then else elif fi for while in do done case esac function",
|
||||
"literal": "true false",
|
||||
"built_in": "break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp",
|
||||
"_": "-ne -eq -lt -gt -f -d -e -s -l -a"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "^#![^\\n]+sh\\s*$",
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"begin": "\\w[\\w\\d_]*\\s*\\(\\s*\\)\\s*\\{",
|
||||
"returnBegin": true,
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "\\w[\\w\\d_]*",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "#",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "variable",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "\\$[\\w\\d#@][\\w\\d_]*"
|
||||
},
|
||||
{
|
||||
"begin": "\\$\\{(.*?)}"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "variable",
|
||||
"begin": "\\$\\(",
|
||||
"end": "\\)",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.3.contains.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "",
|
||||
"begin": "\\\\\""
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.3.contains.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
72
vendor/scrivo/highlight.php/Highlight/languages/basic.json
vendored
Normal file
72
vendor/scrivo/highlight.php/Highlight/languages/basic.json
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"case_insensitive": true,
|
||||
"illegal": "^.",
|
||||
"lexemes": "[a-zA-Z][a-zA-Z0-9_$%!#]*",
|
||||
"keywords": {
|
||||
"keyword": "ABS ASC AND ATN AUTO|0 BEEP BLOAD|10 BSAVE|10 CALL CALLS CDBL CHAIN CHDIR CHR$|10 CINT CIRCLE CLEAR CLOSE CLS COLOR COM COMMON CONT COS CSNG CSRLIN CVD CVI CVS DATA DATE$ DEFDBL DEFINT DEFSNG DEFSTR DEF|0 SEG USR DELETE DIM DRAW EDIT END ENVIRON ENVIRON$ EOF EQV ERASE ERDEV ERDEV$ ERL ERR ERROR EXP FIELD FILES FIX FOR|0 FRE GET GOSUB|10 GOTO HEX$ IF THEN ELSE|0 INKEY$ INP INPUT INPUT# INPUT$ INSTR IMP INT IOCTL IOCTL$ KEY ON OFF LIST KILL LEFT$ LEN LET LINE LLIST LOAD LOC LOCATE LOF LOG LPRINT USING LSET MERGE MID$ MKDIR MKD$ MKI$ MKS$ MOD NAME NEW NEXT NOISE NOT OCT$ ON OR PEN PLAY STRIG OPEN OPTION BASE OUT PAINT PALETTE PCOPY PEEK PMAP POINT POKE POS PRINT PRINT] PSET PRESET PUT RANDOMIZE READ REM RENUM RESET|0 RESTORE RESUME RETURN|0 RIGHT$ RMDIR RND RSET RUN SAVE SCREEN SGN SHELL SIN SOUND SPACE$ SPC SQR STEP STICK STOP STR$ STRING$ SWAP SYSTEM TAB TAN TIME$ TIMER TROFF TRON TO USR VAL VARPTR VARPTR$ VIEW WAIT WHILE WEND WIDTH WINDOW WRITE XOR"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "REM",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "'",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.1.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "^[0-9]+ ",
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b([0-9]+[0-9edED.]*[#!]?)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(&[hH][0-9a-fA-F]{1,4})"
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(&[oO][0-7]{1,6})"
|
||||
}
|
||||
]
|
||||
}
|
||||
74
vendor/scrivo/highlight.php/Highlight/languages/bnf.json
vendored
Normal file
74
vendor/scrivo/highlight.php/Highlight/languages/bnf.json
vendored
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"contains": [
|
||||
{
|
||||
"className": "attribute",
|
||||
"begin": "<",
|
||||
"end": ">"
|
||||
},
|
||||
{
|
||||
"begin": "::=",
|
||||
"starts": {
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "<",
|
||||
"end": ">"
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.1.starts.contains.1.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.1.starts.contains.3.contains.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
47
vendor/scrivo/highlight.php/Highlight/languages/brainfuck.json
vendored
Normal file
47
vendor/scrivo/highlight.php/Highlight/languages/brainfuck.json
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"aliases": [
|
||||
"bf"
|
||||
],
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "[^\\[\\]\\.,\\+\\-<> \r\n]",
|
||||
"end": "[\\[\\]\\.,\\+\\-<> \r\n]",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"returnEnd": true,
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[\\[\\]]",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "[\\.,]",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "(?:\\+\\+|\\-\\-)",
|
||||
"contains": [
|
||||
{
|
||||
"className": "literal",
|
||||
"begin": "[\\+\\-]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.3.contains.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
126
vendor/scrivo/highlight.php/Highlight/languages/cal.json
vendored
Normal file
126
vendor/scrivo/highlight.php/Highlight/languages/cal.json
vendored
Normal file
@@ -0,0 +1,126 @@
|
||||
{
|
||||
"case_insensitive": true,
|
||||
"keywords": {
|
||||
"keyword": "div mod in and or not xor asserterror begin case do downto else end exit for if of repeat then to until while with var",
|
||||
"literal": "false true"
|
||||
},
|
||||
"illegal": "\\\/\\*",
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "''"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "(#\\d+)+"
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b\\d+(\\.\\d+)?(DT|D|T)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\""
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b\\d+(\\.\\d+)?",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"begin": "OBJECT (Table|Form|Report|Dataport|Codeunit|XMLport|MenuSuite|Page|Query) (\\d+) ([^\\r\\n]+)",
|
||||
"returnBegin": true,
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z]\\w*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"beginKeywords": "procedure",
|
||||
"end": "[:;]",
|
||||
"keywords": "procedure|10",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.5.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "params",
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"keywords": "div mod in and or not xor asserterror begin case do downto else end exit for if of repeat then to until while with var",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\\{",
|
||||
"end": "\\}",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.5.contains.1.contains.2.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\\(\\*",
|
||||
"end": "\\*\\)",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.5.contains.1.contains.2.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.5.contains.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
87
vendor/scrivo/highlight.php/Highlight/languages/capnproto.json
vendored
Normal file
87
vendor/scrivo/highlight.php/Highlight/languages/capnproto.json
vendored
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"aliases": [
|
||||
"capnp"
|
||||
],
|
||||
"keywords": {
|
||||
"keyword": "struct enum interface union group import using const annotation extends in of on as with from fixed",
|
||||
"built_in": "Void Bool Int8 Int16 Int32 Int64 UInt8 UInt16 UInt32 UInt64 Float32 Float64 Text Data AnyPointer AnyStruct Capability List",
|
||||
"literal": "true false"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b\\d+(\\.\\d+)?",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "#",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "@0x[\\w\\d]{16};",
|
||||
"illegal": "\\n"
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "@\\d+\\b"
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"beginKeywords": "struct enum",
|
||||
"end": "\\{",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z]\\w*",
|
||||
"relevance": 0,
|
||||
"starts": {
|
||||
"endsWithParent": true,
|
||||
"excludeEnd": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"beginKeywords": "interface",
|
||||
"end": "\\{",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z]\\w*",
|
||||
"relevance": 0,
|
||||
"starts": {
|
||||
"endsWithParent": true,
|
||||
"excludeEnd": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
90
vendor/scrivo/highlight.php/Highlight/languages/ceylon.json
vendored
Normal file
90
vendor/scrivo/highlight.php/Highlight/languages/ceylon.json
vendored
Normal file
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"keywords": {
|
||||
"keyword": "assembly module package import alias class interface object given value assign void function new of extends satisfies abstracts in out return break continue throw assert dynamic if else switch case for while try catch finally then let this outer super is exists nonempty shared abstract formal default actual variable late native deprecatedfinal sealed annotation suppressWarnings small",
|
||||
"meta": "doc by license see throws tagged"
|
||||
},
|
||||
"illegal": "\\$[^01]|#[^0-9a-fA-F]",
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
"self",
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "@[a-z]\\w*(?:\\:\"[^\"]*\")?"
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"\"\"",
|
||||
"end": "\"\"\"",
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"contains": [
|
||||
{
|
||||
"className": "subst",
|
||||
"excludeBegin": true,
|
||||
"excludeEnd": true,
|
||||
"begin": "``",
|
||||
"end": "``",
|
||||
"keywords": "assembly module package import alias class interface object given value assign void function new of extends satisfies abstracts in out return break continue throw assert dynamic if else switch case for while try catch finally then let this outer super is exists nonempty",
|
||||
"relevance": 10,
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4"
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'"
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "#[0-9a-fA-F_]+|\\$[01_]+|[0-9_]+(?:\\.[0-9_](?:[eE][+-]?\\d+)?)?[kMGTPmunpf]?",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.contains.0.contains.2"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.contains.0.contains.3"
|
||||
}
|
||||
]
|
||||
}
|
||||
75
vendor/scrivo/highlight.php/Highlight/languages/clean.json
vendored
Normal file
75
vendor/scrivo/highlight.php/Highlight/languages/clean.json
vendored
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"aliases": [
|
||||
"clean",
|
||||
"icl",
|
||||
"dcl"
|
||||
],
|
||||
"keywords": {
|
||||
"keyword": "if let in with where case of class instance otherwise implementation definition system module from import qualified as special code inline foreign export ccall stdcall generic derive infix infixl infixr",
|
||||
"built_in": "Int Real Char Bool",
|
||||
"literal": "True False"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "->|<-[|:]?|#!?|>>=|\\{\\||\\|\\}|:==|=:|<>"
|
||||
}
|
||||
]
|
||||
}
|
||||
12
vendor/scrivo/highlight.php/Highlight/languages/clojure-repl.json
vendored
Normal file
12
vendor/scrivo/highlight.php/Highlight/languages/clojure-repl.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"contains": [
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "^([\\w.-]+|\\s*#_)?=>",
|
||||
"starts": {
|
||||
"end": "$",
|
||||
"subLanguage": "clojure"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
139
vendor/scrivo/highlight.php/Highlight/languages/clojure.json
vendored
Normal file
139
vendor/scrivo/highlight.php/Highlight/languages/clojure.json
vendored
Normal file
@@ -0,0 +1,139 @@
|
||||
{
|
||||
"aliases": [
|
||||
"clj"
|
||||
],
|
||||
"illegal": "\\S",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "comment",
|
||||
"end": "",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"keywords": {
|
||||
"builtin-name": "def defonce cond apply if-not if-let if not not= = < > <= >= == + \/ * - rem quot neg? pos? delay? symbol? keyword? true? false? integer? empty? coll? list? set? ifn? fn? associative? sequential? sorted? counted? reversible? number? decimal? class? distinct? isa? float? rational? reduced? ratio? odd? even? char? seq? vector? string? map? nil? contains? zero? instance? not-every? not-any? libspec? -> ->> .. . inc compare do dotimes mapcat take remove take-while drop letfn drop-last take-last drop-while while intern condp case reduced cycle split-at split-with repeat replicate iterate range merge zipmap declare line-seq sort comparator sort-by dorun doall nthnext nthrest partition eval doseq await await-for let agent atom send send-off release-pending-sends add-watch mapv filterv remove-watch agent-error restart-agent set-error-handler error-handler set-error-mode! error-mode shutdown-agents quote var fn loop recur throw try monitor-enter monitor-exit defmacro defn defn- macroexpand macroexpand-1 for dosync and or when when-not when-let comp juxt partial sequence memoize constantly complement identity assert peek pop doto proxy defstruct first rest cons defprotocol cast coll deftype defrecord last butlast sigs reify second ffirst fnext nfirst nnext defmulti defmethod meta with-meta ns in-ns create-ns import refer keys select-keys vals key val rseq name namespace promise into transient persistent! conj! assoc! dissoc! pop! disj! use class type num float double short byte boolean bigint biginteger bigdec print-method print-dup throw-if printf format load compile get-in update-in pr pr-on newline flush read slurp read-line subvec with-open memfn time re-find re-groups rand-int rand mod locking assert-valid-fdecl alias resolve ref deref refset swap! reset! set-validator! compare-and-set! alter-meta! reset-meta! commute get-validator alter ref-set ref-history-count ref-min-history ref-max-history ensure sync io! new next conj set! to-array future future-call into-array aset gen-class reduce map filter find empty hash-map hash-set sorted-map sorted-map-by sorted-set sorted-set-by vec vector seq flatten reverse assoc dissoc list disj get union difference intersection extend extend-type extend-protocol int nth delay count concat chunk chunk-buffer chunk-append chunk-first chunk-rest max min dec unchecked-inc-int unchecked-inc unchecked-dec-inc unchecked-dec unchecked-negate unchecked-add-int unchecked-add unchecked-subtract-int unchecked-subtract chunk-next chunk-cons chunked-seq? prn vary-meta lazy-seq spread list* str find-keyword keyword symbol gensym force rationalize"
|
||||
},
|
||||
"lexemes": "[a-zA-Z_\\-!.?+*=<>&#'][a-zA-Z_\\-!.?+*=<>&#'0-9\/;:]*",
|
||||
"className": "name",
|
||||
"begin": "[a-zA-Z_\\-!.?+*=<>&#'][a-zA-Z_\\-!.?+*=<>&#'0-9\/;:]*",
|
||||
"starts": {
|
||||
"endsWithParent": true,
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0"
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": null,
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\\^[a-zA-Z_\\-!.?+*=<>&#'][a-zA-Z_\\-!.?+*=<>&#'0-9\/;:]*"
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\\^\\{",
|
||||
"end": "\\}",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "[\\[\\{]",
|
||||
"end": "[\\]\\}]",
|
||||
"contains": {
|
||||
"$ref": "#contains.0.contains.1.starts.contains"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": ";",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "[:]{1,2}[a-zA-Z_\\-!.?+*=<>&#'][a-zA-Z_\\-!.?+*=<>&#'0-9\/;:]*"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.1.starts.contains.3.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "[-+]?\\d+(\\.\\d+)?",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "literal",
|
||||
"begin": "\\b(true|false|nil)\\b"
|
||||
},
|
||||
{
|
||||
"begin": "[a-zA-Z_\\-!.?+*=<>&#'][a-zA-Z_\\-!.?+*=<>&#'0-9\/;:]*",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.1.starts"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.1.starts.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.1.starts.contains.2"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.1.starts.contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.1.starts.contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.1.starts.contains.5"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.1.starts.contains.3.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.1.starts.contains.7"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.1.starts.contains.8"
|
||||
}
|
||||
]
|
||||
}
|
||||
48
vendor/scrivo/highlight.php/Highlight/languages/cmake.json
vendored
Normal file
48
vendor/scrivo/highlight.php/Highlight/languages/cmake.json
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"aliases": [
|
||||
"cmake.in"
|
||||
],
|
||||
"case_insensitive": true,
|
||||
"keywords": {
|
||||
"keyword": "break cmake_host_system_information cmake_minimum_required cmake_parse_arguments cmake_policy configure_file continue elseif else endforeach endfunction endif endmacro endwhile execute_process file find_file find_library find_package find_path find_program foreach function get_cmake_property get_directory_property get_filename_component get_property if include include_guard list macro mark_as_advanced math message option return separate_arguments set_directory_properties set_property set site_name string unset variable_watch while add_compile_definitions add_compile_options add_custom_command add_custom_target add_definitions add_dependencies add_executable add_library add_link_options add_subdirectory add_test aux_source_directory build_command create_test_sourcelist define_property enable_language enable_testing export fltk_wrap_ui get_source_file_property get_target_property get_test_property include_directories include_external_msproject include_regular_expression install link_directories link_libraries load_cache project qt_wrap_cpp qt_wrap_ui remove_definitions set_source_files_properties set_target_properties set_tests_properties source_group target_compile_definitions target_compile_features target_compile_options target_include_directories target_link_directories target_link_libraries target_link_options target_sources try_compile try_run ctest_build ctest_configure ctest_coverage ctest_empty_binary_directory ctest_memcheck ctest_read_custom_files ctest_run_script ctest_sleep ctest_start ctest_submit ctest_test ctest_update ctest_upload build_name exec_program export_library_dependencies install_files install_programs install_targets load_command make_directory output_required_files remove subdir_depends subdirs use_mangled_mesa utility_source variable_requires write_file qt5_use_modules qt5_use_package qt5_wrap_cpp on off true false and or not command policy target test exists is_newer_than is_directory is_symlink is_absolute matches less greater equal less_equal greater_equal strless strgreater strequal strless_equal strgreater_equal version_less version_greater version_equal version_less_equal version_greater_equal in_list defined"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "variable",
|
||||
"begin": "\\${",
|
||||
"end": "}"
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "#",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b\\d+(\\.\\d+)?",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
267
vendor/scrivo/highlight.php/Highlight/languages/coffeescript.json
vendored
Normal file
267
vendor/scrivo/highlight.php/Highlight/languages/coffeescript.json
vendored
Normal file
@@ -0,0 +1,267 @@
|
||||
{
|
||||
"aliases": [
|
||||
"coffee",
|
||||
"cson",
|
||||
"iced"
|
||||
],
|
||||
"keywords": {
|
||||
"keyword": "in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger super yield import export from as default await then unless until loop of by when and or is isnt not",
|
||||
"literal": "true false null undefined yes no on off",
|
||||
"built_in": "npm require console print module global window document"
|
||||
},
|
||||
"illegal": "\\\/\\*",
|
||||
"contains": [
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b(0b[01]+)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
|
||||
"relevance": 0,
|
||||
"starts": {
|
||||
"end": "(\\s*\/)?",
|
||||
"relevance": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "'''",
|
||||
"end": "'''",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.variants.0.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "\"\"\"",
|
||||
"end": "\"\"\"",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.variants.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "subst",
|
||||
"begin": "#\\{",
|
||||
"end": "}",
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2"
|
||||
},
|
||||
{
|
||||
"className": "regexp",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "\/\/\/",
|
||||
"end": "\/\/\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.variants.2.contains.1"
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "#",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "\/\/[gim]{0,3}(?=\\W)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "\\\/(?![ *]).*?(?![\\\\]).\\\/[gim]{0,3}(?=\\W)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "@[A-Za-z$_][0-9A-Za-z$_]*"
|
||||
},
|
||||
{
|
||||
"subLanguage": "javascript",
|
||||
"excludeBegin": true,
|
||||
"excludeEnd": true,
|
||||
"variants": [
|
||||
{
|
||||
"begin": "```",
|
||||
"end": "```"
|
||||
},
|
||||
{
|
||||
"begin": "`",
|
||||
"end": "`"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.variants.0.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2.variants.2.contains.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2.variants.2.contains.1.contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2.variants.2.contains.1.contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2.variants.2.contains.1.contains.5"
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "###",
|
||||
"end": "###",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.variants.2.contains.1.contains.3.variants.0.contains.1.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2.variants.2.contains.1.contains.3.variants.0.contains.1"
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"begin": "^\\s*[A-Za-z$_][0-9A-Za-z$_]*\\s*=\\s*(\\(.*\\))?\\s*\\B[-=]>",
|
||||
"end": "[-=]>",
|
||||
"returnBegin": true,
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[A-Za-z$_][0-9A-Za-z$_]*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "params",
|
||||
"begin": "\\([^\\(]",
|
||||
"returnBegin": true,
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"contains": [
|
||||
"self",
|
||||
{
|
||||
"$ref": "#contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2.variants.2.contains.1.contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2.variants.2.contains.1.contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2.variants.2.contains.1.contains.5"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "[:\\(,=]\\s*",
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
{
|
||||
"className": "function",
|
||||
"begin": "(\\(.*\\))?\\s*\\B[-=]>",
|
||||
"end": "[-=]>",
|
||||
"returnBegin": true,
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.8.contains.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"beginKeywords": "class",
|
||||
"end": "$",
|
||||
"illegal": "[:=\"\\[\\]]",
|
||||
"contains": [
|
||||
{
|
||||
"beginKeywords": "extends",
|
||||
"endsWithParent": true,
|
||||
"illegal": "[:=\"\\[\\]]",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.8.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.8.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "[A-Za-z$_][0-9A-Za-z$_]*:",
|
||||
"end": ":",
|
||||
"returnBegin": true,
|
||||
"returnEnd": true,
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
49
vendor/scrivo/highlight.php/Highlight/languages/coq.json
vendored
Normal file
49
vendor/scrivo/highlight.php/Highlight/languages/coq.json
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"keywords": {
|
||||
"keyword": "_|0 as at cofix else end exists exists2 fix for forall fun if IF in let match mod Prop return Set then Type using where with Abort About Add Admit Admitted All Arguments Assumptions Axiom Back BackTo Backtrack Bind Blacklist Canonical Cd Check Class Classes Close Coercion Coercions CoFixpoint CoInductive Collection Combined Compute Conjecture Conjectures Constant constr Constraint Constructors Context Corollary CreateHintDb Cut Declare Defined Definition Delimit Dependencies DependentDerive Drop eauto End Equality Eval Example Existential Existentials Existing Export exporting Extern Extract Extraction Fact Field Fields File Fixpoint Focus for From Function Functional Generalizable Global Goal Grab Grammar Graph Guarded Heap Hint HintDb Hints Hypotheses Hypothesis ident Identity If Immediate Implicit Import Include Inductive Infix Info Initial Inline Inspect Instance Instances Intro Intros Inversion Inversion_clear Language Left Lemma Let Libraries Library Load LoadPath Local Locate Ltac ML Mode Module Modules Monomorphic Morphism Next NoInline Notation Obligation Obligations Opaque Open Optimize Options Parameter Parameters Parametric Path Paths pattern Polymorphic Preterm Print Printing Program Projections Proof Proposition Pwd Qed Quit Rec Record Recursive Redirect Relation Remark Remove Require Reserved Reset Resolve Restart Rewrite Right Ring Rings Save Scheme Scope Scopes Script Search SearchAbout SearchHead SearchPattern SearchRewrite Section Separate Set Setoid Show Solve Sorted Step Strategies Strategy Structure SubClass Table Tables Tactic Term Test Theorem Time Timeout Transparent Type Typeclasses Types Undelimit Undo Unfocus Unfocused Unfold Universe Universes Unset Unshelve using Variable Variables Variant Verbose Visibility where with",
|
||||
"built_in": "abstract absurd admit after apply as assert assumption at auto autorewrite autounfold before bottom btauto by case case_eq cbn cbv change classical_left classical_right clear clearbody cofix compare compute congruence constr_eq constructor contradict contradiction cut cutrewrite cycle decide decompose dependent destruct destruction dintuition discriminate discrR do double dtauto eapply eassumption eauto ecase econstructor edestruct ediscriminate eelim eexact eexists einduction einjection eleft elim elimtype enough equality erewrite eright esimplify_eq esplit evar exact exactly_once exfalso exists f_equal fail field field_simplify field_simplify_eq first firstorder fix fold fourier functional generalize generalizing gfail give_up has_evar hnf idtac in induction injection instantiate intro intro_pattern intros intuition inversion inversion_clear is_evar is_var lapply lazy left lia lra move native_compute nia nsatz omega once pattern pose progress proof psatz quote record red refine reflexivity remember rename repeat replace revert revgoals rewrite rewrite_strat right ring ring_simplify rtauto set setoid_reflexivity setoid_replace setoid_rewrite setoid_symmetry setoid_transitivity shelve shelve_unifiable simpl simple simplify_eq solve specialize split split_Rabs split_Rmult stepl stepr subst sum swap symmetry tactic tauto time timeout top transitivity trivial try tryif unfold unify until using vm_compute with"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\\(\\*",
|
||||
"end": "\\*\\)",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "type",
|
||||
"excludeBegin": true,
|
||||
"begin": "\\|\\s*",
|
||||
"end": "\\w+"
|
||||
},
|
||||
{
|
||||
"begin": "[-=]>"
|
||||
}
|
||||
]
|
||||
}
|
||||
105
vendor/scrivo/highlight.php/Highlight/languages/cos.json
vendored
Normal file
105
vendor/scrivo/highlight.php/Highlight/languages/cos.json
vendored
Normal file
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"case_insensitive": true,
|
||||
"aliases": [
|
||||
"cos",
|
||||
"cls"
|
||||
],
|
||||
"keywords": "property parameter class classmethod clientmethod extends as break catch close continue do d|0 else elseif for goto halt hang h|0 if job j|0 kill k|0 lock l|0 merge new open quit q|0 read r|0 return set s|0 tcommit throw trollback try tstart use view while write w|0 xecute x|0 zkill znspace zn ztrap zwrite zw zzdump zzwrite print zbreak zinsert zload zprint zremove zsave zzprint mv mvcall mvcrt mvdim mvprint zquit zsync ascii",
|
||||
"contains": [
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b(\\d+(\\.\\d*)?|\\.\\d+)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\"\"",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": ";",
|
||||
"end": "$",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "built_in",
|
||||
"begin": "(?:\\$\\$?|\\.\\.)\\^?[a-zA-Z]+"
|
||||
},
|
||||
{
|
||||
"className": "built_in",
|
||||
"begin": "\\$\\$\\$[a-zA-Z]+"
|
||||
},
|
||||
{
|
||||
"className": "built_in",
|
||||
"begin": "%[a-z]+(?:\\.[a-z]+)*"
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "\\^%?[a-zA-Z][\\w]*"
|
||||
},
|
||||
{
|
||||
"className": "keyword",
|
||||
"begin": "##class|##super|#define|#dim"
|
||||
},
|
||||
{
|
||||
"begin": "&sql\\(",
|
||||
"end": "\\)",
|
||||
"excludeBegin": true,
|
||||
"excludeEnd": true,
|
||||
"subLanguage": "sql"
|
||||
},
|
||||
{
|
||||
"begin": "&(js|jscript|javascript)<",
|
||||
"end": ">",
|
||||
"excludeBegin": true,
|
||||
"excludeEnd": true,
|
||||
"subLanguage": "javascript"
|
||||
},
|
||||
{
|
||||
"begin": "&html<\\s*<",
|
||||
"end": ">\\s*>",
|
||||
"subLanguage": "xml"
|
||||
}
|
||||
]
|
||||
}
|
||||
334
vendor/scrivo/highlight.php/Highlight/languages/cpp.json
vendored
Normal file
334
vendor/scrivo/highlight.php/Highlight/languages/cpp.json
vendored
Normal file
@@ -0,0 +1,334 @@
|
||||
{
|
||||
"aliases": [
|
||||
"c",
|
||||
"cc",
|
||||
"h",
|
||||
"c++",
|
||||
"h++",
|
||||
"hpp",
|
||||
"hh",
|
||||
"hxx",
|
||||
"cxx"
|
||||
],
|
||||
"keywords": {
|
||||
"keyword": "int float while private char char8_t char16_t char32_t catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid wchar_tshort reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignas alignof constexpr consteval constinit decltype concept co_await co_return co_yield requires noexcept static_assert thread_local restrict final override atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and and_eq bitand bitor compl not not_eq or or_eq xor xor_eq",
|
||||
"built_in": "std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr _Bool complex _Complex imaginary _Imaginary",
|
||||
"literal": "true false nullptr NULL"
|
||||
},
|
||||
"illegal": "<\/",
|
||||
"contains": [
|
||||
{
|
||||
"variants": [
|
||||
{
|
||||
"begin": "=",
|
||||
"end": ";"
|
||||
},
|
||||
{
|
||||
"begin": "\\(",
|
||||
"end": "\\)"
|
||||
},
|
||||
{
|
||||
"beginKeywords": "new throw return else",
|
||||
"end": ";"
|
||||
}
|
||||
],
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "keyword",
|
||||
"begin": "\\b[a-z\\d_]*_t\\b"
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.1.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "\\b(0b[01']+)"
|
||||
},
|
||||
{
|
||||
"begin": "(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"
|
||||
},
|
||||
{
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "(u8?|U|L)?\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)",
|
||||
"end": "'",
|
||||
"illegal": "."
|
||||
},
|
||||
{
|
||||
"begin": "(?:u8?|U|L)?R\"([^()\\\\ ]{0,16})\\((?:.|\\n)*?\\)\\1\""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.2"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.4"
|
||||
},
|
||||
"self"
|
||||
],
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"begin": "((decltype\\(auto\\)|(?:[a-zA-Z_]\\w*::)?[a-zA-Z_]\\w*(?:<.*?>)?)[\\*&\\s]+)+(?:[a-zA-Z_]\\w*::)?[a-zA-Z]\\w*\\s*\\(",
|
||||
"returnBegin": true,
|
||||
"end": "[{;=]",
|
||||
"excludeEnd": true,
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"illegal": "[^\\w\\s\\*&:<>]",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "decltype\\(auto\\)",
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "(?:[a-zA-Z_]\\w*::)?[a-zA-Z]\\w*\\s*\\(",
|
||||
"returnBegin": true,
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "(?:[a-zA-Z_]\\w*::)?[a-zA-Z]\\w*",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "params",
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.2"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
"self",
|
||||
{
|
||||
"$ref": "#contains.0.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.2"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.2"
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "#\\s*[a-z]+\\b",
|
||||
"end": "$",
|
||||
"keywords": {
|
||||
"meta-keyword": "if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\\\n",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "meta-string",
|
||||
"variants": {
|
||||
"$ref": "#contains.0.contains.4.variants"
|
||||
}
|
||||
},
|
||||
{
|
||||
"className": "meta-string",
|
||||
"begin": "<.*?>",
|
||||
"end": "$",
|
||||
"illegal": "\\n"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.2"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.2"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1.contains.6"
|
||||
},
|
||||
{
|
||||
"begin": "\\b(deque|list|queue|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\s*<",
|
||||
"end": ">",
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"contains": [
|
||||
"self",
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "[a-zA-Z]\\w*::",
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
}
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"beginKeywords": "class struct",
|
||||
"end": "[{;:]",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "<",
|
||||
"end": ">",
|
||||
"contains": [
|
||||
"self"
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z]\\w*",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"exports": {
|
||||
"preprocessor": {
|
||||
"$ref": "#contains.1.contains.6"
|
||||
},
|
||||
"strings": {
|
||||
"$ref": "#contains.0.contains.4"
|
||||
},
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
}
|
||||
}
|
||||
}
|
||||
101
vendor/scrivo/highlight.php/Highlight/languages/crmsh.json
vendored
Normal file
101
vendor/scrivo/highlight.php/Highlight/languages/crmsh.json
vendored
Normal file
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"aliases": [
|
||||
"crm",
|
||||
"pcmk"
|
||||
],
|
||||
"case_insensitive": true,
|
||||
"keywords": {
|
||||
"keyword": "params meta operations op rule attributes utilization read write deny defined not_defined in_range date spec in ref reference attribute type xpath version and or lt gt tag lte gte eq ne \\ number string",
|
||||
"literal": "Master Started Slave Stopped start promote demote stop monitor true false"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "#",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"beginKeywords": "node",
|
||||
"starts": {
|
||||
"end": "\\s*([\\w_\\-]+:)?",
|
||||
"starts": {
|
||||
"className": "title",
|
||||
"end": "\\s*[\\$\\w_][\\w_\\-]*"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"beginKeywords": "primitive rsc_template",
|
||||
"starts": {
|
||||
"className": "title",
|
||||
"end": "\\s*[\\$\\w_][\\w_\\-]*",
|
||||
"starts": {
|
||||
"end": "\\s*@?[\\w_][\\w_\\.:-]*"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"begin": "\\b(group|clone|ms|master|location|colocation|order|fencing_topology|rsc_ticket|acl_target|acl_group|user|role|tag|xml)\\s+",
|
||||
"keywords": "group clone ms master location colocation order fencing_topology rsc_ticket acl_target acl_group user role tag xml",
|
||||
"starts": {
|
||||
"className": "title",
|
||||
"end": "[\\$\\w_][\\w_\\-]*"
|
||||
}
|
||||
},
|
||||
{
|
||||
"beginKeywords": "property rsc_defaults op_defaults",
|
||||
"starts": {
|
||||
"className": "title",
|
||||
"end": "\\s*([\\w_\\-]+:)?"
|
||||
}
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "(ocf|systemd|service|lsb):[\\w_:-]+",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b\\d+(\\.\\d+)?(ms|s|h|m)?",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "literal",
|
||||
"begin": "[-]?(infinity|inf)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "attr",
|
||||
"begin": "([A-Za-z\\$_\\#][\\w_\\-]+)=",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "tag",
|
||||
"begin": "<\/?",
|
||||
"end": "\/?>",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
482
vendor/scrivo/highlight.php/Highlight/languages/crystal.json
vendored
Normal file
482
vendor/scrivo/highlight.php/Highlight/languages/crystal.json
vendored
Normal file
@@ -0,0 +1,482 @@
|
||||
{
|
||||
"aliases": [
|
||||
"cr"
|
||||
],
|
||||
"lexemes": "[a-zA-Z_]\\w*[!?=]?",
|
||||
"keywords": {
|
||||
"keyword": "abstract alias annotation as as? asm begin break case class def do else elsif end ensure enum extend for fun if include instance_sizeof is_a? lib macro module next nil? of out pointerof private protected rescue responds_to? return require select self sizeof struct super then type typeof union uninitialized unless until verbatim when while with yield __DIR__ __END_LINE__ __FILE__ __LINE__",
|
||||
"literal": "false nil true"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "template-variable",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "\\{\\{",
|
||||
"end": "\\}\\}"
|
||||
},
|
||||
{
|
||||
"begin": "\\{%",
|
||||
"end": "%\\}"
|
||||
}
|
||||
],
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "subst",
|
||||
"begin": "#{",
|
||||
"end": "}",
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"contains": {
|
||||
"$ref": "#contains"
|
||||
}
|
||||
}
|
||||
],
|
||||
"variants": [
|
||||
{
|
||||
"begin": "'",
|
||||
"end": "'"
|
||||
},
|
||||
{
|
||||
"begin": "\"",
|
||||
"end": "\""
|
||||
},
|
||||
{
|
||||
"begin": "`",
|
||||
"end": "`"
|
||||
},
|
||||
{
|
||||
"begin": "%[Qwi]?\\(",
|
||||
"end": "\\)",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"contains": {
|
||||
"$ref": "#contains.0.contains.0.variants.3.contains"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "%[Qwi]?\\[",
|
||||
"end": "\\]",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\[",
|
||||
"end": "\\]",
|
||||
"contains": {
|
||||
"$ref": "#contains.0.contains.0.variants.4.contains"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "%[Qwi]?{",
|
||||
"end": "}",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "{",
|
||||
"end": "}",
|
||||
"contains": {
|
||||
"$ref": "#contains.0.contains.0.variants.5.contains"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "%[Qwi]?<",
|
||||
"end": ">",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "<",
|
||||
"end": ">",
|
||||
"contains": {
|
||||
"$ref": "#contains.0.contains.0.variants.6.contains"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "%[Qwi]?\\|",
|
||||
"end": "\\|"
|
||||
},
|
||||
{
|
||||
"begin": "<<-\\w+$",
|
||||
"end": "^\\s*\\w+$"
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "%q\\(",
|
||||
"end": "\\)",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"contains": {
|
||||
"$ref": "#contains.0.contains.1.variants.0.contains"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "%q\\[",
|
||||
"end": "\\]",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\[",
|
||||
"end": "\\]",
|
||||
"contains": {
|
||||
"$ref": "#contains.0.contains.1.variants.1.contains"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "%q{",
|
||||
"end": "}",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "{",
|
||||
"end": "}",
|
||||
"contains": {
|
||||
"$ref": "#contains.0.contains.1.variants.2.contains"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "%q<",
|
||||
"end": ">",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "<",
|
||||
"end": ">",
|
||||
"contains": {
|
||||
"$ref": "#contains.0.contains.1.variants.3.contains"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "%q\\|",
|
||||
"end": "\\|"
|
||||
},
|
||||
{
|
||||
"begin": "<<-'\\w+'$",
|
||||
"end": "^\\s*\\w+$"
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "regexp",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.1"
|
||||
}
|
||||
],
|
||||
"variants": [
|
||||
{
|
||||
"begin": "%r\\(",
|
||||
"end": "\\)",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"contains": {
|
||||
"$ref": "#contains.0.contains.2.variants.0.contains"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "%r\\[",
|
||||
"end": "\\]",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\[",
|
||||
"end": "\\]",
|
||||
"contains": {
|
||||
"$ref": "#contains.0.contains.2.variants.1.contains"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "%r{",
|
||||
"end": "}",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "{",
|
||||
"end": "}",
|
||||
"contains": {
|
||||
"$ref": "#contains.0.contains.2.variants.2.contains"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "%r<",
|
||||
"end": ">",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "<",
|
||||
"end": ">",
|
||||
"contains": {
|
||||
"$ref": "#contains.0.contains.2.variants.3.contains"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "%r\\|",
|
||||
"end": "\\|"
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "(?!%})(!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|\/=|\/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~|\\n|\\b(case|if|select|unless|until|when|while)\\b)\\s*",
|
||||
"keywords": "case if select unless until when while",
|
||||
"contains": [
|
||||
{
|
||||
"className": "regexp",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.1"
|
||||
}
|
||||
],
|
||||
"variants": [
|
||||
{
|
||||
"begin": "\/\/[a-z]*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "\/(?!\\\/)",
|
||||
"end": "\/[a-z]*"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "@\\[",
|
||||
"end": "\\]",
|
||||
"contains": [
|
||||
{
|
||||
"className": "meta-string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "#",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"beginKeywords": "class module struct",
|
||||
"end": "$|;",
|
||||
"illegal": "=",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.5"
|
||||
},
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "<"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"beginKeywords": "lib enum union",
|
||||
"end": "$|;",
|
||||
"illegal": "=",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.5"
|
||||
},
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"beginKeywords": "annotation",
|
||||
"end": "$|;",
|
||||
"illegal": "=",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.5"
|
||||
},
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"beginKeywords": "def",
|
||||
"end": "\\B\\b",
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|[=!]~|===?|<=>|[<>]=?|\\*\\*|[-\/+%^&*~|]|\/\/|\/\/=|&[-+*]=?|&\\*\\*|\\[\\][=?]?",
|
||||
"relevance": 0,
|
||||
"endsParent": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"beginKeywords": "fun macro",
|
||||
"end": "\\B\\b",
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|[=!]~|===?|<=>|[<>]=?|\\*\\*|[-\/+%^&*~|]|\/\/|\/\/=|&[-+*]=?|&\\*\\*|\\[\\][=?]?",
|
||||
"relevance": 0,
|
||||
"endsParent": true
|
||||
}
|
||||
],
|
||||
"relevance": 5
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "[a-zA-Z_]\\w*(\\!|\\?)?:",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": ":",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"begin": "[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|[=!]~|===?|<=>|[<>]=?|\\*\\*|[-\/+%^&*~|]|\/\/|\/\/=|&[-+*]=?|&\\*\\*|\\[\\][=?]?"
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "\\b0b([01_]+)(_*[ui](8|16|32|64|128))?"
|
||||
},
|
||||
{
|
||||
"begin": "\\b0o([0-7_]+)(_*[ui](8|16|32|64|128))?"
|
||||
},
|
||||
{
|
||||
"begin": "\\b0x([A-Fa-f0-9_]+)(_*[ui](8|16|32|64|128))?"
|
||||
},
|
||||
{
|
||||
"begin": "\\b([1-9][0-9_]*[0-9]|[0-9])(\\.[0-9][0-9_]*)?([eE]_*[-+]?[0-9_]*)?(_*f(32|64))?(?!_)"
|
||||
},
|
||||
{
|
||||
"begin": "\\b([1-9][0-9_]*|0)(_*[ui](8|16|32|64|128))?"
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.2"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.5"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.6"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.7"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.8"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.9"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.10"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.11"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.12"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.13"
|
||||
}
|
||||
]
|
||||
}
|
||||
364
vendor/scrivo/highlight.php/Highlight/languages/cs.json
vendored
Normal file
364
vendor/scrivo/highlight.php/Highlight/languages/cs.json
vendored
Normal file
@@ -0,0 +1,364 @@
|
||||
{
|
||||
"aliases": [
|
||||
"csharp",
|
||||
"c#"
|
||||
],
|
||||
"keywords": {
|
||||
"keyword": "abstract as base bool break byte case catch char checked const continue decimal default delegate do double enum event explicit extern finally fixed float for foreach goto if implicit in int interface internal is lock long object operator out override params private protected public readonly ref sbyte sealed short sizeof stackalloc static string struct switch this try typeof uint ulong unchecked unsafe ushort using virtual void volatile while add alias ascending async await by descending dynamic equals from get global group into join let nameof on orderby partial remove select set value var when where yield",
|
||||
"literal": "null false true"
|
||||
},
|
||||
"illegal": "::",
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"className": "doctag",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "\/\/\/",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "<!--|-->"
|
||||
},
|
||||
{
|
||||
"begin": "<\/?",
|
||||
"end": ">"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"returnBegin": true
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.1"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.1"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "#",
|
||||
"end": "$",
|
||||
"keywords": {
|
||||
"meta-keyword": "if else elif endif define undef warning error line region endregion pragma checksum"
|
||||
}
|
||||
},
|
||||
{
|
||||
"variants": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\\$@\"",
|
||||
"end": "\"",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "{{"
|
||||
},
|
||||
{
|
||||
"begin": "}}"
|
||||
},
|
||||
{
|
||||
"begin": "\"\""
|
||||
},
|
||||
{
|
||||
"className": "subst",
|
||||
"begin": "{",
|
||||
"end": "}",
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.4.variants.0"
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\\$\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "{{"
|
||||
},
|
||||
{
|
||||
"begin": "}}"
|
||||
},
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "subst",
|
||||
"begin": "{",
|
||||
"end": "}",
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\\$@\"",
|
||||
"end": "\"",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "{{"
|
||||
},
|
||||
{
|
||||
"begin": "}}"
|
||||
},
|
||||
{
|
||||
"begin": "\"\""
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.variants.0.contains.3.contains.1.contains.3"
|
||||
}
|
||||
],
|
||||
"illegal": "\\n"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.variants.0.contains.3.contains.1"
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "@\"",
|
||||
"end": "\"",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\"\""
|
||||
}
|
||||
],
|
||||
"illegal": "\\n"
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.4.variants.0.contains.3.contains.1.contains.2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.4.variants.0.contains.3.contains.1.contains.2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "\\b(0b[01']+)"
|
||||
},
|
||||
{
|
||||
"begin": "(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"
|
||||
},
|
||||
{
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": {
|
||||
"$ref": "#contains.2.contains"
|
||||
},
|
||||
"illegal": "\\n"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "@\"",
|
||||
"end": "\"",
|
||||
"contains": {
|
||||
"$ref": "#contains.4.variants.0.contains.3.contains.1.contains.3.contains.2.contains"
|
||||
}
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.variants.0.contains.3.contains.1.contains.3.contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.variants.0.contains.3.contains.1.contains.3.contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.variants.0.contains.3.contains.1.contains.3.contains.5"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.variants.0.contains.3.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.variants.0.contains.3.contains.2"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.variants.0.contains.3.contains.1.contains.3.contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.variants.0.contains.3.contains.1.contains.3.contains.4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.variants.0.contains.3.contains.1.contains.3.contains.5"
|
||||
},
|
||||
{
|
||||
"beginKeywords": "class interface",
|
||||
"end": "[{;=]",
|
||||
"illegal": "[^\\s:,]",
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z]\\w*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"beginKeywords": "namespace",
|
||||
"end": "[{;=]",
|
||||
"illegal": "[^\\s:]",
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z](\\.?\\w)*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "^\\s*\\[",
|
||||
"excludeBegin": true,
|
||||
"end": "\\]",
|
||||
"excludeEnd": true,
|
||||
"contains": [
|
||||
{
|
||||
"className": "meta-string",
|
||||
"begin": "\"",
|
||||
"end": "\""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"beginKeywords": "new return throw await else",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"begin": "([a-zA-Z]\\w*(<[a-zA-Z]\\w*(\\s*,\\s*[a-zA-Z]\\w*)*>)?(\\[\\])?\\s+)+[a-zA-Z]\\w*\\s*\\(",
|
||||
"returnBegin": true,
|
||||
"end": "\\s*[{;=]",
|
||||
"excludeEnd": true,
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"begin": "[a-zA-Z]\\w*\\s*\\(",
|
||||
"returnBegin": true,
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.6.contains.0"
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "params",
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"excludeBegin": true,
|
||||
"excludeEnd": true,
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.variants.0.contains.3.contains.1.contains.3.contains.5"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
20
vendor/scrivo/highlight.php/Highlight/languages/csp.json
vendored
Normal file
20
vendor/scrivo/highlight.php/Highlight/languages/csp.json
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"case_insensitive": false,
|
||||
"lexemes": "[a-zA-Z][a-zA-Z0-9_\\-]*",
|
||||
"keywords": {
|
||||
"keyword": "base-uri child-src connect-src default-src font-src form-action frame-ancestors frame-src img-src media-src object-src plugin-types report-uri sandbox script-src style-src"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'"
|
||||
},
|
||||
{
|
||||
"className": "attribute",
|
||||
"begin": "^Content",
|
||||
"end": ":",
|
||||
"excludeEnd": true
|
||||
}
|
||||
]
|
||||
}
|
||||
185
vendor/scrivo/highlight.php/Highlight/languages/css.json
vendored
Normal file
185
vendor/scrivo/highlight.php/Highlight/languages/css.json
vendored
Normal file
@@ -0,0 +1,185 @@
|
||||
{
|
||||
"case_insensitive": true,
|
||||
"illegal": "[=\\\/|'\\$]",
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "selector-id",
|
||||
"begin": "#[A-Za-z0-9_\\-]+"
|
||||
},
|
||||
{
|
||||
"className": "selector-class",
|
||||
"begin": "\\.[A-Za-z0-9_\\-]+"
|
||||
},
|
||||
{
|
||||
"className": "selector-attr",
|
||||
"begin": "\\[",
|
||||
"end": "\\]",
|
||||
"illegal": "$",
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.3.contains.0.contains.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "selector-pseudo",
|
||||
"begin": ":(:)?[a-zA-Z0-9\\_\\-\\+\\(\\)\"'.]+"
|
||||
},
|
||||
{
|
||||
"begin": "@(page|font-face)",
|
||||
"lexemes": "@[a-z\\-]+",
|
||||
"keywords": "@page @font-face"
|
||||
},
|
||||
{
|
||||
"begin": "@",
|
||||
"end": "[{;]",
|
||||
"illegal": ":",
|
||||
"returnBegin": true,
|
||||
"contains": [
|
||||
{
|
||||
"className": "keyword",
|
||||
"begin": "@\\-?\\w[\\w]*(\\-\\w+)*"
|
||||
},
|
||||
{
|
||||
"begin": "\\s",
|
||||
"endsWithParent": true,
|
||||
"excludeEnd": true,
|
||||
"relevance": 0,
|
||||
"keywords": "and or not only",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "[a-z\\-]+:",
|
||||
"className": "attribute"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.3.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.3.contains.1"
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b\\d+(\\.\\d+)?(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "selector-tag",
|
||||
"begin": "[a-zA-Z\\-][a-zA-Z0-9_\\-]*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "{",
|
||||
"end": "}",
|
||||
"illegal": "\\S",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0"
|
||||
},
|
||||
{
|
||||
"begin": "(?:[A-Z\\_\\.\\-]+|--[a-zA-Z0-9_\\-]+)\\s*:",
|
||||
"returnBegin": true,
|
||||
"end": ";",
|
||||
"endsWithParent": true,
|
||||
"contains": [
|
||||
{
|
||||
"className": "attribute",
|
||||
"begin": "\\S",
|
||||
"end": ":",
|
||||
"excludeEnd": true,
|
||||
"starts": {
|
||||
"endsWithParent": true,
|
||||
"excludeEnd": true,
|
||||
"contains": [
|
||||
{
|
||||
"begin": "[\\w\\-]+\\(",
|
||||
"returnBegin": true,
|
||||
"contains": [
|
||||
{
|
||||
"className": "built_in",
|
||||
"begin": "[\\w\\-]+"
|
||||
},
|
||||
{
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.3.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.3.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.6.contains.1.contains.3"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.6.contains.1.contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.3.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.3.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0"
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "#[0-9A-Fa-f]+"
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "!important"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
121
vendor/scrivo/highlight.php/Highlight/languages/d.json
vendored
Normal file
121
vendor/scrivo/highlight.php/Highlight/languages/d.json
vendored
Normal file
@@ -0,0 +1,121 @@
|
||||
{
|
||||
"lexemes": "[a-zA-Z_]\\w*",
|
||||
"keywords": {
|
||||
"keyword": "abstract alias align asm assert auto body break byte case cast catch class const continue debug default delete deprecated do else enum export extern final finally for foreach foreach_reverse|10 goto if immutable import in inout int interface invariant is lazy macro mixin module new nothrow out override package pragma private protected public pure ref return scope shared static struct super switch synchronized template this throw try typedef typeid typeof union unittest version void volatile while with __FILE__ __LINE__ __gshared|10 __thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ __VERSION__",
|
||||
"built_in": "bool cdouble cent cfloat char creal dchar delegate double dstring float function idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar wstring",
|
||||
"literal": "false null true"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\\\/\\+",
|
||||
"end": "\\+\\\/",
|
||||
"contains": [
|
||||
"self",
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "x\"[\\da-fA-F\\s\\n\\r]*\"[cwd]?",
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\(['\"\\?\\\\abfnrtv]|u[\\dA-Fa-f]{4}|[0-7]{1,3}|x[\\dA-Fa-f]{2}|U[\\dA-Fa-f]{8})|&[a-zA-Z\\d]{2,};",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"end": "\"[cwd]?"
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "[rq]\"",
|
||||
"end": "\"[cwd]?",
|
||||
"relevance": 5
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "`",
|
||||
"end": "`[cwd]?"
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "q\"\\{",
|
||||
"end": "\\}\""
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b(((0[xX](([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)\\.([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)|\\.?([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*))[pP][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d))|((0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)(\\.\\d*|([eE][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)))|\\d+\\.(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)|\\.(0|[1-9][\\d_]*)([eE][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d))?))([fF]|L|i|[fF]i|Li)?|((0|[1-9][\\d_]*)|0[bB][01_]+|0[xX]([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*))(i|[fF]i|Li))",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b((0|[1-9][\\d_]*)|0[bB][01_]+|0[xX]([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*))(L|u|U|Lu|LU|uL|UL)?",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'(\\\\(['\"\\?\\\\abfnrtv]|u[\\dA-Fa-f]{4}|[0-7]{1,3}|x[\\dA-Fa-f]{2}|U[\\dA-Fa-f]{8})|&[a-zA-Z\\d]{2,};|.)",
|
||||
"end": "'",
|
||||
"illegal": "."
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "^#!",
|
||||
"end": "$",
|
||||
"relevance": 5
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "#(line)",
|
||||
"end": "$",
|
||||
"relevance": 5
|
||||
},
|
||||
{
|
||||
"className": "keyword",
|
||||
"begin": "@[a-zA-Z_][a-zA-Z_\\d]*"
|
||||
}
|
||||
]
|
||||
}
|
||||
208
vendor/scrivo/highlight.php/Highlight/languages/dart.json
vendored
Normal file
208
vendor/scrivo/highlight.php/Highlight/languages/dart.json
vendored
Normal file
@@ -0,0 +1,208 @@
|
||||
{
|
||||
"keywords": {
|
||||
"keyword": "abstract as assert async await break case catch class const continue covariant default deferred do dynamic else enum export extends extension external factory false final finally for Function get hide if implements import in inferface is library mixin new null on operator part rethrow return set show static super switch sync this throw true try typedef var void while with yield",
|
||||
"built_in": "Comparable DateTime Duration Function Iterable Iterator List Map Match Null Object Pattern RegExp Set Stopwatch String StringBuffer StringSink Symbol Type Uri bool double dynamic int num print Element ElementList document querySelector querySelectorAll window"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "r'''",
|
||||
"end": "'''"
|
||||
},
|
||||
{
|
||||
"begin": "r\"\"\"",
|
||||
"end": "\"\"\""
|
||||
},
|
||||
{
|
||||
"begin": "r'",
|
||||
"end": "'",
|
||||
"illegal": "\\n"
|
||||
},
|
||||
{
|
||||
"begin": "r\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n"
|
||||
},
|
||||
{
|
||||
"begin": "'''",
|
||||
"end": "'''",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "subst",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "\\$[A-Za-z0-9_]+"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "subst",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "\\${",
|
||||
"end": "}"
|
||||
}
|
||||
],
|
||||
"keywords": "true false null this is new super",
|
||||
"contains": [
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "\"\"\"",
|
||||
"end": "\"\"\"",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.variants.4.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.variants.4.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.variants.4.contains.2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.variants.4.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.variants.4.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.variants.4.contains.2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.variants.4.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.variants.4.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.variants.4.contains.2"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"subLanguage": "markdown"
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/\/+\\s*",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"subLanguage": "markdown",
|
||||
"begin": ".",
|
||||
"end": "$"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.1.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.1.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"beginKeywords": "class interface",
|
||||
"end": "{",
|
||||
"excludeEnd": true,
|
||||
"contains": [
|
||||
{
|
||||
"beginKeywords": "extends implements"
|
||||
},
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z_]\\w*",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.variants.4.contains.2.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "@[A-Za-z]+"
|
||||
},
|
||||
{
|
||||
"begin": "=>"
|
||||
}
|
||||
]
|
||||
}
|
||||
156
vendor/scrivo/highlight.php/Highlight/languages/delphi.json
vendored
Normal file
156
vendor/scrivo/highlight.php/Highlight/languages/delphi.json
vendored
Normal file
@@ -0,0 +1,156 @@
|
||||
{
|
||||
"aliases": [
|
||||
"dpr",
|
||||
"dfm",
|
||||
"pas",
|
||||
"pascal",
|
||||
"freepascal",
|
||||
"lazarus",
|
||||
"lpr",
|
||||
"lfm"
|
||||
],
|
||||
"case_insensitive": true,
|
||||
"keywords": "exports register file shl array record property for mod while set ally label uses raise not stored class safecall var interface or private static exit index inherited to else stdcall override shr asm far resourcestring finalization packed virtual out and protected library do xorwrite goto near function end div overload object unit begin string on inline repeat until destructor write message program with read initialization except default nil if case cdecl in downto threadvar of try pascal const external constructor type public then implementation finally published procedure absolute reintroduce operator as is abstract alias assembler bitpacked break continue cppdecl cvar enumerator experimental platform deprecated unimplemented dynamic export far16 forward generic helper implements interrupt iochecks local name nodefault noreturn nostackframe oldfpccall otherwise saveregisters softfloat specialize strict unaligned varargs ",
|
||||
"illegal": "\"|\\$[G-Zg-z]|\\\/\\*|<\\\/|\\|",
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "''"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "(#\\d+)+"
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b\\d+(\\.\\d+)?",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "[a-zA-Z]\\w*\\s*=\\s*class\\s*\\(",
|
||||
"returnBegin": true,
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z]\\w*",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"beginKeywords": "function constructor destructor procedure",
|
||||
"end": "[:;]",
|
||||
"keywords": "function constructor|10 destructor|10 procedure|10",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.3.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "params",
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"keywords": "exports register file shl array record property for mod while set ally label uses raise not stored class safecall var interface or private static exit index inherited to else stdcall override shr asm far resourcestring finalization packed virtual out and protected library do xorwrite goto near function end div overload object unit begin string on inline repeat until destructor write message program with read initialization except default nil if case cdecl in downto threadvar of try pascal const external constructor type public then implementation finally published procedure absolute reintroduce operator as is abstract alias assembler bitpacked break continue cppdecl cvar enumerator experimental platform deprecated unimplemented dynamic export far16 forward generic helper implements interrupt iochecks local name nodefault noreturn nostackframe oldfpccall otherwise saveregisters softfloat specialize strict unaligned varargs ",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1"
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "\\{\\$",
|
||||
"end": "\\}"
|
||||
},
|
||||
{
|
||||
"begin": "\\(\\*\\$",
|
||||
"end": "\\*\\)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\\{",
|
||||
"end": "\\}",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.4.contains.1.contains.3.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\\(\\*",
|
||||
"end": "\\*\\)",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.4.contains.1.contains.3.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.contains.1.contains.2"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.contains.1.contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.contains.1.contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.contains.1.contains.5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.contains.1.contains.2"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.contains.1.contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.contains.1.contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.contains.1.contains.5"
|
||||
}
|
||||
]
|
||||
}
|
||||
65
vendor/scrivo/highlight.php/Highlight/languages/diff.json
vendored
Normal file
65
vendor/scrivo/highlight.php/Highlight/languages/diff.json
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"aliases": [
|
||||
"patch"
|
||||
],
|
||||
"contains": [
|
||||
{
|
||||
"className": "meta",
|
||||
"relevance": 10,
|
||||
"variants": [
|
||||
{
|
||||
"begin": "^@@ +\\-\\d+,\\d+ +\\+\\d+,\\d+ +@@$"
|
||||
},
|
||||
{
|
||||
"begin": "^\\*\\*\\* +\\d+,\\d+ +\\*\\*\\*\\*$"
|
||||
},
|
||||
{
|
||||
"begin": "^\\-\\-\\- +\\d+,\\d+ +\\-\\-\\-\\-$"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "Index: ",
|
||||
"end": "$"
|
||||
},
|
||||
{
|
||||
"begin": "={3,}",
|
||||
"end": "$"
|
||||
},
|
||||
{
|
||||
"begin": "^\\-{3}",
|
||||
"end": "$"
|
||||
},
|
||||
{
|
||||
"begin": "^\\*{3} ",
|
||||
"end": "$"
|
||||
},
|
||||
{
|
||||
"begin": "^\\+{3}",
|
||||
"end": "$"
|
||||
},
|
||||
{
|
||||
"begin": "^\\*{15}$"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "addition",
|
||||
"begin": "^\\+",
|
||||
"end": "$"
|
||||
},
|
||||
{
|
||||
"className": "deletion",
|
||||
"begin": "^\\-",
|
||||
"end": "$"
|
||||
},
|
||||
{
|
||||
"className": "addition",
|
||||
"begin": "^\\!",
|
||||
"end": "$"
|
||||
}
|
||||
]
|
||||
}
|
||||
101
vendor/scrivo/highlight.php/Highlight/languages/django.json
vendored
Normal file
101
vendor/scrivo/highlight.php/Highlight/languages/django.json
vendored
Normal file
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"aliases": [
|
||||
"jinja"
|
||||
],
|
||||
"case_insensitive": true,
|
||||
"subLanguage": "xml",
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\\{%\\s*comment\\s*%}",
|
||||
"end": "\\{%\\s*endcomment\\s*%}",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\\{#",
|
||||
"end": "#}",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "template-tag",
|
||||
"begin": "\\{%",
|
||||
"end": "%}",
|
||||
"contains": [
|
||||
{
|
||||
"className": "name",
|
||||
"begin": "\\w+",
|
||||
"keywords": {
|
||||
"name": "comment endcomment load templatetag ifchanged endifchanged if endif firstof for endfor ifnotequal endifnotequal widthratio extends include spaceless endspaceless regroup ifequal endifequal ssi now with cycle url filter endfilter debug block endblock else autoescape endautoescape csrf_token empty elif endwith static trans blocktrans endblocktrans get_static_prefix get_media_prefix plural get_current_language language get_available_languages get_current_language_bidi get_language_info get_language_info_list localize endlocalize localtime endlocaltime timezone endtimezone get_current_timezone verbatim"
|
||||
},
|
||||
"starts": {
|
||||
"endsWithParent": true,
|
||||
"keywords": "in by as",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\|[A-Za-z]+:?",
|
||||
"keywords": {
|
||||
"name": "truncatewords removetags linebreaksbr yesno get_digit timesince random striptags filesizeformat escape linebreaks length_is ljust rjust cut urlize fix_ampersands title floatformat capfirst pprint divisibleby add make_list unordered_list urlencode timeuntil urlizetrunc wordcount stringformat linenumbers slice date dictsort dictsortreversed default_if_none pluralize lower join center default truncatewords_html upper length phone2numeric wordwrap time addslashes slugify first escapejs force_escape iriencode last safe safeseq truncatechars localize unlocalize localtime utc timezone"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0.starts.contains.0.contains.0.contains.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "template-variable",
|
||||
"begin": "\\{\\{",
|
||||
"end": "}}",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0.starts.contains.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
44
vendor/scrivo/highlight.php/Highlight/languages/dns.json
vendored
Normal file
44
vendor/scrivo/highlight.php/Highlight/languages/dns.json
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"aliases": [
|
||||
"bind",
|
||||
"zone"
|
||||
],
|
||||
"keywords": {
|
||||
"keyword": "IN A AAAA AFSDB APL CAA CDNSKEY CDS CERT CNAME DHCID DLV DNAME DNSKEY DS HIP IPSECKEY KEY KX LOC MX NAPTR NS NSEC NSEC3 NSEC3PARAM PTR RRSIG RP SIG SOA SRV SSHFP TA TKEY TLSA TSIG TXT"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": ";",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "^\\$(TTL|GENERATE|INCLUDE|ORIGIN)\\b"
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))\\b"
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]).){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\b"
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b\\d+[dhwm]?",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
60
vendor/scrivo/highlight.php/Highlight/languages/dockerfile.json
vendored
Normal file
60
vendor/scrivo/highlight.php/Highlight/languages/dockerfile.json
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"aliases": [
|
||||
"docker"
|
||||
],
|
||||
"case_insensitive": true,
|
||||
"keywords": "from maintainer expose env arg user onbuild stopsignal",
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "#",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.1.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b\\d+(\\.\\d+)?",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"beginKeywords": "run cmd entrypoint volume add copy workdir label healthcheck shell",
|
||||
"starts": {
|
||||
"end": "[^\\\\]$",
|
||||
"subLanguage": "bash"
|
||||
}
|
||||
}
|
||||
],
|
||||
"illegal": "<\/"
|
||||
}
|
||||
54
vendor/scrivo/highlight.php/Highlight/languages/dos.json
vendored
Normal file
54
vendor/scrivo/highlight.php/Highlight/languages/dos.json
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"aliases": [
|
||||
"bat",
|
||||
"cmd"
|
||||
],
|
||||
"case_insensitive": true,
|
||||
"illegal": "\\\/\\*",
|
||||
"keywords": {
|
||||
"keyword": "if else goto for in do call exit not exist errorlevel defined equ neq lss leq gtr geq",
|
||||
"built_in": "prn nul lpt3 lpt2 lpt1 con com4 com3 com2 com1 aux shift cd dir echo setlocal endlocal set pause copy append assoc at attrib break cacls cd chcp chdir chkdsk chkntfs cls cmd color comp compact convert date dir diskcomp diskcopy doskey erase fs find findstr format ftype graftabl help keyb label md mkdir mode more move path pause print popd pushd promt rd recover rem rename replace restore rmdir shiftsort start subst time title tree type ver verify vol ping net ipconfig taskkill xcopy ren del"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "variable",
|
||||
"begin": "%%[^ ]|%[^ ]+?%|![^ ]+?!"
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"begin": "^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)",
|
||||
"end": "goto:eof",
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "^\\s*@?rem\\b",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b\\d+",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1.contains.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
63
vendor/scrivo/highlight.php/Highlight/languages/dsconfig.json
vendored
Normal file
63
vendor/scrivo/highlight.php/Highlight/languages/dsconfig.json
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"keywords": "dsconfig",
|
||||
"contains": [
|
||||
{
|
||||
"className": "keyword",
|
||||
"begin": "^dsconfig",
|
||||
"end": "\\s",
|
||||
"excludeEnd": true,
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"className": "built_in",
|
||||
"begin": "(list|create|get|set|delete)-(\\w+)",
|
||||
"end": "\\s",
|
||||
"excludeEnd": true,
|
||||
"illegal": "!@#$%^&*()",
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"className": "built_in",
|
||||
"begin": "--(\\w+)",
|
||||
"end": "\\s",
|
||||
"excludeEnd": true
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\""
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'"
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "[\\w\\-?]+:\\w+",
|
||||
"end": "\\W",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\\w+-?\\w+",
|
||||
"end": "\\W",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "#",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
193
vendor/scrivo/highlight.php/Highlight/languages/dts.json
vendored
Normal file
193
vendor/scrivo/highlight.php/Highlight/languages/dts.json
vendored
Normal file
@@ -0,0 +1,193 @@
|
||||
{
|
||||
"keywords": "",
|
||||
"contains": [
|
||||
{
|
||||
"className": "class",
|
||||
"begin": "\/\\s*{",
|
||||
"end": "};",
|
||||
"relevance": 10,
|
||||
"contains": [
|
||||
{
|
||||
"className": "variable",
|
||||
"begin": "\\&[a-z\\d_]*\\b"
|
||||
},
|
||||
{
|
||||
"className": "meta-keyword",
|
||||
"begin": "\/[a-z][a-z\\d\\-]*\/"
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "^\\s*[a-zA-Z_][a-zA-Z\\d_]*:"
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"begin": "[a-zA-Z_][a-zA-Z\\d_@]*\\s{",
|
||||
"end": "[{;=]",
|
||||
"returnBegin": true,
|
||||
"excludeEnd": true
|
||||
},
|
||||
{
|
||||
"className": "params",
|
||||
"begin": "<",
|
||||
"end": ">",
|
||||
"contains": [
|
||||
{
|
||||
"className": "number",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "\\b(\\d+(\\.\\d*)?|\\.\\d+)(u|U|l|L|ul|UL|f|F)"
|
||||
},
|
||||
{
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)"
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.5.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.4.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"variants": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "((u8?|U)|L)?\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "(u8?|U)?R\"",
|
||||
"end": "\"",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.8.variants.0.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "'\\\\?.",
|
||||
"end": "'",
|
||||
"illegal": "."
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.2"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.5"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.6"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.4.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.8"
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "#",
|
||||
"end": "$",
|
||||
"keywords": {
|
||||
"meta-keyword": "if else elif endif define undef ifdef ifndef"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\\\n",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"beginKeywords": "include",
|
||||
"end": "$",
|
||||
"keywords": {
|
||||
"meta-keyword": "include"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "meta-string",
|
||||
"variants": {
|
||||
"$ref": "#contains.0.contains.8.variants"
|
||||
}
|
||||
},
|
||||
{
|
||||
"className": "meta-string",
|
||||
"begin": "<",
|
||||
"end": ">",
|
||||
"illegal": "\\n"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.8"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.5"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "[a-zA-Z]\\w*::",
|
||||
"keywords": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
46
vendor/scrivo/highlight.php/Highlight/languages/dust.json
vendored
Normal file
46
vendor/scrivo/highlight.php/Highlight/languages/dust.json
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"aliases": [
|
||||
"dst"
|
||||
],
|
||||
"case_insensitive": true,
|
||||
"subLanguage": "xml",
|
||||
"contains": [
|
||||
{
|
||||
"className": "template-tag",
|
||||
"begin": "\\{[#\\\/]",
|
||||
"end": "\\}",
|
||||
"illegal": ";",
|
||||
"contains": [
|
||||
{
|
||||
"className": "name",
|
||||
"begin": "[a-zA-Z\\.-]+",
|
||||
"starts": {
|
||||
"endsWithParent": true,
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "template-variable",
|
||||
"begin": "\\{",
|
||||
"end": "\\}",
|
||||
"illegal": ";",
|
||||
"keywords": "if eq ne lt lte gt gte select default math sep"
|
||||
}
|
||||
]
|
||||
}
|
||||
69
vendor/scrivo/highlight.php/Highlight/languages/ebnf.json
vendored
Normal file
69
vendor/scrivo/highlight.php/Highlight/languages/ebnf.json
vendored
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"illegal": "\\S",
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\\(\\*",
|
||||
"end": "\\*\\)",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "attribute",
|
||||
"begin": "^[ ]*[a-zA-Z][a-zA-Z\\-_]*([\\s\\-_]+[a-zA-Z][a-zA-Z]*)*"
|
||||
},
|
||||
{
|
||||
"begin": "=",
|
||||
"end": "[.;]",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0"
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "\\?.*\\?"
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"variants": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.2.variants.0.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "`",
|
||||
"end": "`"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
256
vendor/scrivo/highlight.php/Highlight/languages/elixir.json
vendored
Normal file
256
vendor/scrivo/highlight.php/Highlight/languages/elixir.json
vendored
Normal file
@@ -0,0 +1,256 @@
|
||||
{
|
||||
"lexemes": "[a-zA-Z_][a-zA-Z0-9_.]*(\\!|\\?)?",
|
||||
"keywords": "and false then defined module in return redo retry end for true self when next until do begin unless nil break not case cond alias while ensure or include use alias fn quote require import with|0",
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "subst",
|
||||
"begin": "#\\{",
|
||||
"end": "}",
|
||||
"lexemes": "[a-zA-Z_][a-zA-Z0-9_.]*(\\!|\\?)?",
|
||||
"keywords": "and false then defined module in return redo retry end for true self when next until do begin unless nil break not case cond alias while ensure or include use alias fn quote require import with|0",
|
||||
"contains": {
|
||||
"$ref": "#contains"
|
||||
}
|
||||
}
|
||||
],
|
||||
"variants": [
|
||||
{
|
||||
"begin": "\"\"\"",
|
||||
"end": "\"\"\""
|
||||
},
|
||||
{
|
||||
"begin": "'''",
|
||||
"end": "'''"
|
||||
},
|
||||
{
|
||||
"begin": "~S\"\"\"",
|
||||
"end": "\"\"\"",
|
||||
"contains": []
|
||||
},
|
||||
{
|
||||
"begin": "~S\"",
|
||||
"end": "\"",
|
||||
"contains": []
|
||||
},
|
||||
{
|
||||
"begin": "~S'''",
|
||||
"end": "'''",
|
||||
"contains": []
|
||||
},
|
||||
{
|
||||
"begin": "~S'",
|
||||
"end": "'",
|
||||
"contains": []
|
||||
},
|
||||
{
|
||||
"begin": "'",
|
||||
"end": "'"
|
||||
},
|
||||
{
|
||||
"begin": "\"",
|
||||
"end": "\""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "~[A-Z](?=[\/|([{<\"'])",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\"",
|
||||
"end": "\""
|
||||
},
|
||||
{
|
||||
"begin": "'",
|
||||
"end": "'"
|
||||
},
|
||||
{
|
||||
"begin": "\\\/",
|
||||
"end": "\\\/"
|
||||
},
|
||||
{
|
||||
"begin": "\\|",
|
||||
"end": "\\|"
|
||||
},
|
||||
{
|
||||
"begin": "\\(",
|
||||
"end": "\\)"
|
||||
},
|
||||
{
|
||||
"begin": "\\[",
|
||||
"end": "\\]"
|
||||
},
|
||||
{
|
||||
"begin": "\\{",
|
||||
"end": "\\}"
|
||||
},
|
||||
{
|
||||
"begin": "\\<",
|
||||
"end": "\\>"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "~[a-z](?=[\/|([{<\"'])",
|
||||
"contains": [
|
||||
{
|
||||
"endsParent": true,
|
||||
"contains": [
|
||||
{
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.1"
|
||||
}
|
||||
],
|
||||
"variants": [
|
||||
{
|
||||
"begin": "\"",
|
||||
"end": "\""
|
||||
},
|
||||
{
|
||||
"begin": "'",
|
||||
"end": "'"
|
||||
},
|
||||
{
|
||||
"begin": "\\\/",
|
||||
"end": "\\\/"
|
||||
},
|
||||
{
|
||||
"begin": "\\|",
|
||||
"end": "\\|"
|
||||
},
|
||||
{
|
||||
"begin": "\\(",
|
||||
"end": "\\)"
|
||||
},
|
||||
{
|
||||
"begin": "\\[",
|
||||
"end": "\\]"
|
||||
},
|
||||
{
|
||||
"begin": "\\{",
|
||||
"end": "\\}"
|
||||
},
|
||||
{
|
||||
"begin": "<",
|
||||
"end": ">"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "#",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"beginKeywords": "defimpl defmodule defprotocol defrecord",
|
||||
"end": "\\bdo\\b|$|;",
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z_][a-zA-Z0-9_.]*(\\!|\\?)?",
|
||||
"relevance": 0,
|
||||
"endsParent": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"beginKeywords": "def defp defmacro",
|
||||
"end": "\\B\\b",
|
||||
"contains": {
|
||||
"$ref": "#contains.4.contains"
|
||||
}
|
||||
},
|
||||
{
|
||||
"begin": "::"
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": ":(?![\\s:])",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0"
|
||||
},
|
||||
{
|
||||
"begin": "[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-\/+%^&*~`|]|\\[\\]=?"
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "[a-zA-Z_][a-zA-Z0-9_.]*(\\!|\\?)?:(?!:)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(\\b0o[0-7_]+)|(\\b0b[01_]+)|(\\b0x[0-9a-fA-F_]+)|(-?\\b[1-9][0-9_]*(.[0-9_]+([eE][-+]?[0-9]+)?)?)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "variable",
|
||||
"begin": "(\\$\\W)|((\\$|\\@\\@?)(\\w+))"
|
||||
},
|
||||
{
|
||||
"begin": "->"
|
||||
},
|
||||
{
|
||||
"begin": "(!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|\/=|\/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~)\\s*",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.3"
|
||||
},
|
||||
{
|
||||
"className": "regexp",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.1"
|
||||
}
|
||||
],
|
||||
"variants": [
|
||||
{
|
||||
"begin": "\/",
|
||||
"end": "\/[a-z]*"
|
||||
},
|
||||
{
|
||||
"begin": "%r\\[",
|
||||
"end": "\\][a-z]*"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
161
vendor/scrivo/highlight.php/Highlight/languages/elm.json
vendored
Normal file
161
vendor/scrivo/highlight.php/Highlight/languages/elm.json
vendored
Normal file
@@ -0,0 +1,161 @@
|
||||
{
|
||||
"keywords": "let in if then else case of where module import exposing type alias as infix infixl infixr port effect command subscription",
|
||||
"contains": [
|
||||
{
|
||||
"beginKeywords": "port effect module",
|
||||
"end": "exposing",
|
||||
"keywords": "port effect module where command subscription exposing",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"illegal": "\"",
|
||||
"contains": [
|
||||
{
|
||||
"className": "type",
|
||||
"begin": "\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"
|
||||
},
|
||||
{
|
||||
"variants": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "--",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "{-",
|
||||
"end": "-}",
|
||||
"contains": [
|
||||
"self",
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.1.variants.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.1"
|
||||
}
|
||||
],
|
||||
"illegal": "\\W\\.|;"
|
||||
},
|
||||
{
|
||||
"begin": "import",
|
||||
"end": "$",
|
||||
"keywords": "import as exposing",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.1"
|
||||
}
|
||||
],
|
||||
"illegal": "\\W\\.|;"
|
||||
},
|
||||
{
|
||||
"begin": "type",
|
||||
"end": "$",
|
||||
"keywords": "type alias",
|
||||
"contains": [
|
||||
{
|
||||
"className": "type",
|
||||
"begin": "\\b[A-Z][\\w']*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"begin": "{",
|
||||
"end": "}",
|
||||
"contains": {
|
||||
"$ref": "#contains.0.contains.0.contains"
|
||||
}
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"beginKeywords": "infix infixl infixr",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "port",
|
||||
"end": "$",
|
||||
"keywords": "port",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'\\\\?.",
|
||||
"end": "'",
|
||||
"illegal": "."
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.3.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "^[_a-z][\\w']*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.1"
|
||||
},
|
||||
{
|
||||
"begin": "->|<-"
|
||||
}
|
||||
],
|
||||
"illegal": ";"
|
||||
}
|
||||
27
vendor/scrivo/highlight.php/Highlight/languages/erb.json
vendored
Normal file
27
vendor/scrivo/highlight.php/Highlight/languages/erb.json
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"subLanguage": "xml",
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "<%#",
|
||||
"end": "%>",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "<%[%=-]?",
|
||||
"end": "[%-]?%>",
|
||||
"subLanguage": "ruby",
|
||||
"excludeBegin": true,
|
||||
"excludeEnd": true
|
||||
}
|
||||
]
|
||||
}
|
||||
76
vendor/scrivo/highlight.php/Highlight/languages/erlang-repl.json
vendored
Normal file
76
vendor/scrivo/highlight.php/Highlight/languages/erlang-repl.json
vendored
Normal file
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"keywords": {
|
||||
"built_in": "spawn spawn_link self",
|
||||
"keyword": "after and andalso|10 band begin bnot bor bsl bsr bxor case catch cond div end fun if let not of or orelse|10 query receive rem try when xor"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "^[0-9]+> ",
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "%",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b(\\d+#[a-fA-F0-9]+|\\d+(\\.\\d+)?([eE][-+]?\\d+)?)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.3.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "\\?(::)?([A-Z]\\w*(::)?)+"
|
||||
},
|
||||
{
|
||||
"begin": "->"
|
||||
},
|
||||
{
|
||||
"begin": "ok"
|
||||
},
|
||||
{
|
||||
"begin": "!"
|
||||
},
|
||||
{
|
||||
"begin": "(\\b[a-z'][a-zA-Z0-9_']*:[a-z'][a-zA-Z0-9_']*)|(\\b[a-z'][a-zA-Z0-9_']*)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "[A-Z][a-zA-Z0-9_']*",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
222
vendor/scrivo/highlight.php/Highlight/languages/erlang.json
vendored
Normal file
222
vendor/scrivo/highlight.php/Highlight/languages/erlang.json
vendored
Normal file
@@ -0,0 +1,222 @@
|
||||
{
|
||||
"aliases": [
|
||||
"erl"
|
||||
],
|
||||
"keywords": {
|
||||
"keyword": "after and andalso|10 band begin bnot bor bsl bzr bxor case catch cond div end fun if let not of orelse|10 query receive rem try when xor",
|
||||
"literal": "false true"
|
||||
},
|
||||
"illegal": "(<\/|\\*=|\\+=|-=|\/\\*|\\*\/|\\(\\*|\\*\\))",
|
||||
"contains": [
|
||||
{
|
||||
"className": "function",
|
||||
"begin": "^[a-z'][a-zA-Z0-9_']*\\s*\\(",
|
||||
"end": "->",
|
||||
"returnBegin": true,
|
||||
"illegal": "\\(|#|\/\/|\/\\*|\\\\|:|;",
|
||||
"contains": [
|
||||
{
|
||||
"className": "params",
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "%",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "fun\\s+[a-z'][a-zA-Z0-9_']*\/\\d+"
|
||||
},
|
||||
{
|
||||
"beginKeywords": "fun receive if try case",
|
||||
"end": "end",
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.1"
|
||||
},
|
||||
{
|
||||
"className": "",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.2"
|
||||
},
|
||||
{
|
||||
"begin": "([a-z'][a-zA-Z0-9_']*:[a-z'][a-zA-Z0-9_']*|[a-z'][a-zA-Z0-9_']*)\\(",
|
||||
"end": "\\)",
|
||||
"returnBegin": true,
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
{
|
||||
"begin": "([a-z'][a-zA-Z0-9_']*:[a-z'][a-zA-Z0-9_']*|[a-z'][a-zA-Z0-9_']*)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"endsWithParent": true,
|
||||
"returnEnd": true,
|
||||
"relevance": 0,
|
||||
"contains": {
|
||||
"$ref": "#contains.0.contains.0.contains"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.2.contains.2.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b(\\d+#[a-fA-F0-9]+|\\d+(\\.\\d+)?([eE][-+]?\\d+)?)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "{",
|
||||
"end": "}",
|
||||
"relevance": 0,
|
||||
"contains": {
|
||||
"$ref": "#contains.0.contains.0.contains"
|
||||
}
|
||||
},
|
||||
{
|
||||
"begin": "\\b_([A-Z][A-Za-z0-9_]*)?",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "[A-Z][a-zA-Z0-9_]*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "#[a-zA-Z_]\\w*",
|
||||
"relevance": 0,
|
||||
"returnBegin": true,
|
||||
"contains": [
|
||||
{
|
||||
"begin": "#[a-zA-Z_]\\w*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "{",
|
||||
"end": "}",
|
||||
"relevance": 0,
|
||||
"contains": {
|
||||
"$ref": "#contains.0.contains.0.contains"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.2.contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.2.contains.5"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.2.contains.6"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.2.contains.7"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.2.contains.8"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.2.contains.9"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.2.contains.10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-z'][a-zA-Z0-9_']*",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"starts": {
|
||||
"end": ";|\\.",
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"contains": {
|
||||
"$ref": "#contains.0.contains.0.contains"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"begin": "^-",
|
||||
"end": "\\.",
|
||||
"relevance": 0,
|
||||
"excludeEnd": true,
|
||||
"returnBegin": true,
|
||||
"lexemes": "-[a-zA-Z]\\w*",
|
||||
"keywords": "-module -record -undef -export -ifdef -ifndef -author -copyright -doc -vsn -import -include -include_lib -compile -define -else -endif -file -behaviour -behavior -spec",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.2.contains.6"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.2.contains.5"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.2.contains.10"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.2.contains.8"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.2.contains.9"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.2.contains.7"
|
||||
},
|
||||
{
|
||||
"begin": "\\.$"
|
||||
}
|
||||
]
|
||||
}
|
||||
70
vendor/scrivo/highlight.php/Highlight/languages/excel.json
vendored
Normal file
70
vendor/scrivo/highlight.php/Highlight/languages/excel.json
vendored
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"aliases": [
|
||||
"xlsx",
|
||||
"xls"
|
||||
],
|
||||
"case_insensitive": true,
|
||||
"lexemes": "[a-zA-Z][\\w\\.]*",
|
||||
"keywords": {
|
||||
"built_in": "ABS ACCRINT ACCRINTM ACOS ACOSH ACOT ACOTH AGGREGATE ADDRESS AMORDEGRC AMORLINC AND ARABIC AREAS ASC ASIN ASINH ATAN ATAN2 ATANH AVEDEV AVERAGE AVERAGEA AVERAGEIF AVERAGEIFS BAHTTEXT BASE BESSELI BESSELJ BESSELK BESSELY BETADIST BETA.DIST BETAINV BETA.INV BIN2DEC BIN2HEX BIN2OCT BINOMDIST BINOM.DIST BINOM.DIST.RANGE BINOM.INV BITAND BITLSHIFT BITOR BITRSHIFT BITXOR CALL CEILING CEILING.MATH CEILING.PRECISE CELL CHAR CHIDIST CHIINV CHITEST CHISQ.DIST CHISQ.DIST.RT CHISQ.INV CHISQ.INV.RT CHISQ.TEST CHOOSE CLEAN CODE COLUMN COLUMNS COMBIN COMBINA COMPLEX CONCAT CONCATENATE CONFIDENCE CONFIDENCE.NORM CONFIDENCE.T CONVERT CORREL COS COSH COT COTH COUNT COUNTA COUNTBLANK COUNTIF COUNTIFS COUPDAYBS COUPDAYS COUPDAYSNC COUPNCD COUPNUM COUPPCD COVAR COVARIANCE.P COVARIANCE.S CRITBINOM CSC CSCH CUBEKPIMEMBER CUBEMEMBER CUBEMEMBERPROPERTY CUBERANKEDMEMBER CUBESET CUBESETCOUNT CUBEVALUE CUMIPMT CUMPRINC DATE DATEDIF DATEVALUE DAVERAGE DAY DAYS DAYS360 DB DBCS DCOUNT DCOUNTA DDB DEC2BIN DEC2HEX DEC2OCT DECIMAL DEGREES DELTA DEVSQ DGET DISC DMAX DMIN DOLLAR DOLLARDE DOLLARFR DPRODUCT DSTDEV DSTDEVP DSUM DURATION DVAR DVARP EDATE EFFECT ENCODEURL EOMONTH ERF ERF.PRECISE ERFC ERFC.PRECISE ERROR.TYPE EUROCONVERT EVEN EXACT EXP EXPON.DIST EXPONDIST FACT FACTDOUBLE FALSE|0 F.DIST FDIST F.DIST.RT FILTERXML FIND FINDB F.INV F.INV.RT FINV FISHER FISHERINV FIXED FLOOR FLOOR.MATH FLOOR.PRECISE FORECAST FORECAST.ETS FORECAST.ETS.CONFINT FORECAST.ETS.SEASONALITY FORECAST.ETS.STAT FORECAST.LINEAR FORMULATEXT FREQUENCY F.TEST FTEST FV FVSCHEDULE GAMMA GAMMA.DIST GAMMADIST GAMMA.INV GAMMAINV GAMMALN GAMMALN.PRECISE GAUSS GCD GEOMEAN GESTEP GETPIVOTDATA GROWTH HARMEAN HEX2BIN HEX2DEC HEX2OCT HLOOKUP HOUR HYPERLINK HYPGEOM.DIST HYPGEOMDIST IF IFERROR IFNA IFS IMABS IMAGINARY IMARGUMENT IMCONJUGATE IMCOS IMCOSH IMCOT IMCSC IMCSCH IMDIV IMEXP IMLN IMLOG10 IMLOG2 IMPOWER IMPRODUCT IMREAL IMSEC IMSECH IMSIN IMSINH IMSQRT IMSUB IMSUM IMTAN INDEX INDIRECT INFO INT INTERCEPT INTRATE IPMT IRR ISBLANK ISERR ISERROR ISEVEN ISFORMULA ISLOGICAL ISNA ISNONTEXT ISNUMBER ISODD ISREF ISTEXT ISO.CEILING ISOWEEKNUM ISPMT JIS KURT LARGE LCM LEFT LEFTB LEN LENB LINEST LN LOG LOG10 LOGEST LOGINV LOGNORM.DIST LOGNORMDIST LOGNORM.INV LOOKUP LOWER MATCH MAX MAXA MAXIFS MDETERM MDURATION MEDIAN MID MIDBs MIN MINIFS MINA MINUTE MINVERSE MIRR MMULT MOD MODE MODE.MULT MODE.SNGL MONTH MROUND MULTINOMIAL MUNIT N NA NEGBINOM.DIST NEGBINOMDIST NETWORKDAYS NETWORKDAYS.INTL NOMINAL NORM.DIST NORMDIST NORMINV NORM.INV NORM.S.DIST NORMSDIST NORM.S.INV NORMSINV NOT NOW NPER NPV NUMBERVALUE OCT2BIN OCT2DEC OCT2HEX ODD ODDFPRICE ODDFYIELD ODDLPRICE ODDLYIELD OFFSET OR PDURATION PEARSON PERCENTILE.EXC PERCENTILE.INC PERCENTILE PERCENTRANK.EXC PERCENTRANK.INC PERCENTRANK PERMUT PERMUTATIONA PHI PHONETIC PI PMT POISSON.DIST POISSON POWER PPMT PRICE PRICEDISC PRICEMAT PROB PRODUCT PROPER PV QUARTILE QUARTILE.EXC QUARTILE.INC QUOTIENT RADIANS RAND RANDBETWEEN RANK.AVG RANK.EQ RANK RATE RECEIVED REGISTER.ID REPLACE REPLACEB REPT RIGHT RIGHTB ROMAN ROUND ROUNDDOWN ROUNDUP ROW ROWS RRI RSQ RTD SEARCH SEARCHB SEC SECH SECOND SERIESSUM SHEET SHEETS SIGN SIN SINH SKEW SKEW.P SLN SLOPE SMALL SQL.REQUEST SQRT SQRTPI STANDARDIZE STDEV STDEV.P STDEV.S STDEVA STDEVP STDEVPA STEYX SUBSTITUTE SUBTOTAL SUM SUMIF SUMIFS SUMPRODUCT SUMSQ SUMX2MY2 SUMX2PY2 SUMXMY2 SWITCH SYD T TAN TANH TBILLEQ TBILLPRICE TBILLYIELD T.DIST T.DIST.2T T.DIST.RT TDIST TEXT TEXTJOIN TIME TIMEVALUE T.INV T.INV.2T TINV TODAY TRANSPOSE TREND TRIM TRIMMEAN TRUE|0 TRUNC T.TEST TTEST TYPE UNICHAR UNICODE UPPER VALUE VAR VAR.P VAR.S VARA VARP VARPA VDB VLOOKUP WEBSERVICE WEEKDAY WEEKNUM WEIBULL WEIBULL.DIST WORKDAY WORKDAY.INTL XIRR XNPV XOR YEAR YEARFRAC YIELD YIELDDISC YIELDMAT Z.TEST ZTEST"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"begin": "^=",
|
||||
"end": "[^=]",
|
||||
"returnEnd": true,
|
||||
"illegal": "=",
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "\\b[A-Z]{1,2}\\d+\\b",
|
||||
"end": "[^\\d]",
|
||||
"excludeEnd": true,
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "[A-Z]{0,2}\\d*:[A-Z]{0,2}\\d*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b\\d+(\\.\\d+)?(%)?",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\\bN\\(",
|
||||
"end": "\\)",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"excludeBegin": true,
|
||||
"excludeEnd": true,
|
||||
"illegal": "\\n"
|
||||
}
|
||||
]
|
||||
}
|
||||
28
vendor/scrivo/highlight.php/Highlight/languages/fix.json
vendored
Normal file
28
vendor/scrivo/highlight.php/Highlight/languages/fix.json
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"contains": [
|
||||
{
|
||||
"begin": "[^\\x{2401}\\x{0001}]+",
|
||||
"end": "[\\x{2401}\\x{0001}]",
|
||||
"excludeEnd": true,
|
||||
"returnBegin": true,
|
||||
"returnEnd": false,
|
||||
"contains": [
|
||||
{
|
||||
"begin": "([^\\x{2401}\\x{0001}=]+)",
|
||||
"end": "=([^\\x{2401}\\x{0001}=]+)",
|
||||
"returnEnd": true,
|
||||
"returnBegin": false,
|
||||
"className": "attr"
|
||||
},
|
||||
{
|
||||
"begin": "=",
|
||||
"end": "([\\x{2401}\\x{0001}])",
|
||||
"excludeEnd": true,
|
||||
"excludeBegin": true,
|
||||
"className": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"case_insensitive": true
|
||||
}
|
||||
68
vendor/scrivo/highlight.php/Highlight/languages/flix.json
vendored
Normal file
68
vendor/scrivo/highlight.php/Highlight/languages/flix.json
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"keywords": {
|
||||
"literal": "true false",
|
||||
"keyword": "case class def else enum if impl import in lat rel index let match namespace switch type yield with"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'(.|\\\\[xXuU][a-zA-Z0-9]+)'"
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "\"",
|
||||
"end": "\""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"beginKeywords": "def",
|
||||
"end": "[:={\\[(\\n;]",
|
||||
"excludeEnd": true,
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[^0-9\\n\\t \"'(),.`{}\\[\\]:;][^\\n\\t \"'(),.`{}\\[\\]:;]+|[^0-9\\n\\t \"'(),.`{}\\[\\]:;=]"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
78
vendor/scrivo/highlight.php/Highlight/languages/fortran.json
vendored
Normal file
78
vendor/scrivo/highlight.php/Highlight/languages/fortran.json
vendored
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"case_insensitive": true,
|
||||
"aliases": [
|
||||
"f90",
|
||||
"f95"
|
||||
],
|
||||
"keywords": {
|
||||
"literal": ".False. .True.",
|
||||
"keyword": "kind do while private call intrinsic where elsewhere type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then block endblock public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. goto save else use module select case access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit continue format pause cycle exit c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg synchronous nopass non_overridable pass protected volatile abstract extends import non_intrinsic value deferred generic final enumerator class associate bind enum c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated c_f_pointer c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure integer real character complex logical dimension allocatable|10 parameter external implicit|10 none double precision assign intent optional pointer target in out common equivalence data",
|
||||
"built_in": "alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_ofacosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr num_images parity popcnt poppar shifta shiftl shiftr this_image"
|
||||
},
|
||||
"illegal": "\\\/\\*",
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"beginKeywords": "subroutine function program",
|
||||
"illegal": "[${=\\n]",
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z_]\\w*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "params",
|
||||
"begin": "\\(",
|
||||
"end": "\\)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "!",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(?=\\b|\\+|\\-|\\.)(?=\\.\\d|\\d)(?:\\d+)?(?:\\.?\\d*)(?:[de][+-]?\\d+)?\\b\\.?",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
114
vendor/scrivo/highlight.php/Highlight/languages/fsharp.json
vendored
Normal file
114
vendor/scrivo/highlight.php/Highlight/languages/fsharp.json
vendored
Normal file
@@ -0,0 +1,114 @@
|
||||
{
|
||||
"aliases": [
|
||||
"fs"
|
||||
],
|
||||
"keywords": "abstract and as assert base begin class default delegate do done downcast downto elif else end exception extern false finally for fun function global if in inherit inline interface internal lazy let match member module mutable namespace new null of open or override private public rec return sig static struct then to true try type upcast use val void when while with yield",
|
||||
"illegal": "\\\/\\*",
|
||||
"contains": [
|
||||
{
|
||||
"className": "keyword",
|
||||
"begin": "\\b(yield|return|let|do)!"
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "@\"",
|
||||
"end": "\"",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\"\""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"\"\"",
|
||||
"end": "\"\"\""
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\\(\\*",
|
||||
"end": "\\*\\)",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"beginKeywords": "type",
|
||||
"end": "\\(|=|$",
|
||||
"excludeEnd": true,
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z_]\\w*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "<",
|
||||
"end": ">",
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "'[a-zA-Z0-9_]+",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "\\[<",
|
||||
"end": ">\\]",
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "\\B('[A-Za-z])\\b",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.3.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": null,
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.6.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
286
vendor/scrivo/highlight.php/Highlight/languages/gams.json
vendored
Normal file
286
vendor/scrivo/highlight.php/Highlight/languages/gams.json
vendored
Normal file
@@ -0,0 +1,286 @@
|
||||
{
|
||||
"aliases": [
|
||||
"gms"
|
||||
],
|
||||
"case_insensitive": true,
|
||||
"keywords": {
|
||||
"keyword": "abort acronym acronyms alias all and assign binary card diag display else eq file files for free ge gt if integer le loop lt maximizing minimizing model models ne negative no not option options or ord positive prod put putpage puttl repeat sameas semicont semiint smax smin solve sos1 sos2 sum system table then until using while xor yes",
|
||||
"literal": "eps inf na",
|
||||
"built-in": "abs arccos arcsin arctan arctan2 Beta betaReg binomial ceil centropy cos cosh cvPower div div0 eDist entropy errorf execSeed exp fact floor frac gamma gammaReg log logBeta logGamma log10 log2 mapVal max min mod ncpCM ncpF ncpVUpow ncpVUsin normal pi poly power randBinomial randLinear randTriangle round rPower sigmoid sign signPower sin sinh slexp sllog10 slrec sqexp sqlog10 sqr sqrec sqrt tan tanh trunc uniform uniformInt vcPower bool_and bool_eqv bool_imp bool_not bool_or bool_xor ifThen rel_eq rel_ge rel_gt rel_le rel_lt rel_ne gday gdow ghour gleap gmillisec gminute gmonth gsecond gyear jdate jnow jstart jtime errorLevel execError gamsRelease gamsVersion handleCollect handleDelete handleStatus handleSubmit heapFree heapLimit heapSize jobHandle jobKill jobStatus jobTerminate licenseLevel licenseStatus maxExecError sleep timeClose timeComp timeElapsed timeExec timeStart"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "^\\$ontext",
|
||||
"end": "^\\$offtext",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "^\\$[a-z0-9]+",
|
||||
"end": "$",
|
||||
"returnBegin": true,
|
||||
"contains": [
|
||||
{
|
||||
"className": "meta-keyword",
|
||||
"begin": "^\\$[a-z0-9]+"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "^\\*",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.5.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"beginKeywords": "set sets parameter parameters variable variables scalar scalars equation equations",
|
||||
"end": ";",
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "^\\*",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.5"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.6"
|
||||
},
|
||||
{
|
||||
"begin": "\/",
|
||||
"end": "\/",
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "'",
|
||||
"end": "'"
|
||||
},
|
||||
{
|
||||
"begin": "\"",
|
||||
"end": "\""
|
||||
}
|
||||
],
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.5.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.5"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.6"
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "[a-z][a-z0-9_]*(\\([a-z0-9_, ]*\\))?[ \\t]+",
|
||||
"excludeBegin": true,
|
||||
"end": "$",
|
||||
"endsWithParent": true,
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.7.contains.5.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.7.contains.5"
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "([ ]*[a-z0-9&#*=?@>\\\\<:\\-,()$\\[\\]_.{}!+%^]+)+",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"beginKeywords": "table",
|
||||
"end": ";",
|
||||
"returnBegin": true,
|
||||
"contains": [
|
||||
{
|
||||
"beginKeywords": "table",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.7.contains.6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "^\\*",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.5"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.6"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.7.contains.5.contains.5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"begin": "^[a-z][a-z0-9_,\\-+' ()$]+\\.{2}",
|
||||
"returnBegin": true,
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "^[a-z0-9_]+"
|
||||
},
|
||||
{
|
||||
"className": "params",
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"excludeBegin": true,
|
||||
"excludeEnd": true
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "\\=[lgenxc]="
|
||||
},
|
||||
{
|
||||
"begin": "\\$"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.7.contains.5.contains.5"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.9.contains.2"
|
||||
}
|
||||
]
|
||||
}
|
||||
281
vendor/scrivo/highlight.php/Highlight/languages/gauss.json
vendored
Normal file
281
vendor/scrivo/highlight.php/Highlight/languages/gauss.json
vendored
Normal file
File diff suppressed because one or more lines are too long
123
vendor/scrivo/highlight.php/Highlight/languages/gcode.json
vendored
Normal file
123
vendor/scrivo/highlight.php/Highlight/languages/gcode.json
vendored
Normal file
@@ -0,0 +1,123 @@
|
||||
{
|
||||
"aliases": [
|
||||
"nc"
|
||||
],
|
||||
"case_insensitive": true,
|
||||
"lexemes": "[A-Z_][A-Z0-9_.]*",
|
||||
"keywords": "IF DO WHILE ENDWHILE CALL ENDIF SUB ENDSUB GOTO REPEAT ENDREPEAT EQ LT GT NE GE LE OR XOR",
|
||||
"contains": [
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "\\%"
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "([O])([0-9]+)"
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "([-+]?([0-9]*\\.?[0-9]+\\.?))|(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": null,
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": null,
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.6.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "name",
|
||||
"begin": "([G])([0-9]+\\.?[0-9]?)"
|
||||
},
|
||||
{
|
||||
"className": "name",
|
||||
"begin": "([M])([0-9]+\\.?[0-9]?)"
|
||||
},
|
||||
{
|
||||
"className": "attr",
|
||||
"begin": "(VC|VS|#)",
|
||||
"end": "(\\d+)"
|
||||
},
|
||||
{
|
||||
"className": "attr",
|
||||
"begin": "(VZOFX|VZOFY|VZOFZ)"
|
||||
},
|
||||
{
|
||||
"className": "built_in",
|
||||
"begin": "(ATAN|ABS|ACOS|ASIN|SIN|COS|EXP|FIX|FUP|ROUND|LN|TAN)(\\[)",
|
||||
"end": "([-+]?([0-9]*\\.?[0-9]+\\.?))(\\])"
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "N",
|
||||
"end": "\\d+",
|
||||
"illegal": "\\W"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
64
vendor/scrivo/highlight.php/Highlight/languages/gherkin.json
vendored
Normal file
64
vendor/scrivo/highlight.php/Highlight/languages/gherkin.json
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"aliases": [
|
||||
"feature"
|
||||
],
|
||||
"keywords": "Feature Background Ability Business Need Scenario Scenarios Scenario Outline Scenario Template Examples Given And Then But When",
|
||||
"contains": [
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "\\*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "@[^@\\s]+"
|
||||
},
|
||||
{
|
||||
"begin": "\\|",
|
||||
"end": "\\|\\w*$",
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "[^|]+"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "variable",
|
||||
"begin": "<",
|
||||
"end": ">"
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "#",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"\"\"",
|
||||
"end": "\"\"\""
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
51
vendor/scrivo/highlight.php/Highlight/languages/glsl.json
vendored
Normal file
51
vendor/scrivo/highlight.php/Highlight/languages/glsl.json
vendored
Normal file
File diff suppressed because one or more lines are too long
73
vendor/scrivo/highlight.php/Highlight/languages/gml.json
vendored
Normal file
73
vendor/scrivo/highlight.php/Highlight/languages/gml.json
vendored
Normal file
File diff suppressed because one or more lines are too long
114
vendor/scrivo/highlight.php/Highlight/languages/go.json
vendored
Normal file
114
vendor/scrivo/highlight.php/Highlight/languages/go.json
vendored
Normal file
@@ -0,0 +1,114 @@
|
||||
{
|
||||
"aliases": [
|
||||
"golang"
|
||||
],
|
||||
"keywords": {
|
||||
"keyword": "break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune",
|
||||
"literal": "true false iota nil",
|
||||
"built_in": "append cap close complex copy imag len make new panic print println real recover delete"
|
||||
},
|
||||
"illegal": "<\/",
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"variants": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.variants.0.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "`",
|
||||
"end": "`"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)[i]",
|
||||
"relevance": 1
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": ":="
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"beginKeywords": "func",
|
||||
"end": "\\s*(\\{|$)",
|
||||
"excludeEnd": true,
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z]\\w*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "params",
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"illegal": "[\"']"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
44
vendor/scrivo/highlight.php/Highlight/languages/golo.json
vendored
Normal file
44
vendor/scrivo/highlight.php/Highlight/languages/golo.json
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"keywords": {
|
||||
"keyword": "println readln print import module function local return let var while for foreach times in case when match with break continue augment augmentation each find filter reduce if then else otherwise try catch finally raise throw orIfNull DynamicObject|10 DynamicVariable struct Observable map set vector list array",
|
||||
"literal": "true false null"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "#",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "@[A-Za-z]+"
|
||||
}
|
||||
]
|
||||
}
|
||||
87
vendor/scrivo/highlight.php/Highlight/languages/gradle.json
vendored
Normal file
87
vendor/scrivo/highlight.php/Highlight/languages/gradle.json
vendored
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"case_insensitive": true,
|
||||
"keywords": {
|
||||
"keyword": "task project allprojects subprojects artifacts buildscript configurations dependencies repositories sourceSets description delete from into include exclude source classpath destinationDir includes options sourceCompatibility targetCompatibility group flatDir doLast doFirst flatten todir fromdir ant def abstract break case catch continue default do else extends final finally for if implements instanceof native new private protected public return static switch synchronized throw throws transient try volatile while strictfp package import false null super this true antlrtask checkstyle codenarc copy boolean byte char class double float int interface long short void compile runTime file fileTree abs any append asList asWritable call collect compareTo count div dump each eachByte eachFile eachLine every find findAll flatten getAt getErr getIn getOut getText grep immutable inject inspect intersect invokeMethods isCase join leftShift minus multiply newInputStream newOutputStream newPrintWriter newReader newWriter next plus pop power previous print println push putAt read readBytes readLines reverse reverseEach round size sort splitEachLine step subMap times toInteger toList tokenize upto waitForOrKill withPrintWriter withReader withStream withWriter withWriterAppend write writeLine"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b\\d+(\\.\\d+)?",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "regexp",
|
||||
"begin": "\\\/",
|
||||
"end": "\\\/[gimuy]*",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
},
|
||||
{
|
||||
"begin": "\\[",
|
||||
"end": "\\]",
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
160
vendor/scrivo/highlight.php/Highlight/languages/groovy.json
vendored
Normal file
160
vendor/scrivo/highlight.php/Highlight/languages/groovy.json
vendored
Normal file
@@ -0,0 +1,160 @@
|
||||
{
|
||||
"keywords": {
|
||||
"literal": "true false null",
|
||||
"keyword": "byte short char int long boolean float double void def as in assert trait super this abstract static volatile transient public private protected synchronized final class interface enum if else for while switch case break default continue throw throws try catch finally implements extends new import package return instanceof"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\w+@",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "@[A-Za-z]+"
|
||||
},
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.2"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.2"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"\"\"",
|
||||
"end": "\"\"\""
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'''",
|
||||
"end": "'''"
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\\$\/",
|
||||
"end": "\/\\$",
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "regexp",
|
||||
"begin": "~?\\\/[^\\\/\\n]+\\\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.6.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.6.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "^#!\/usr\/bin\/env",
|
||||
"end": "$",
|
||||
"illegal": "\n"
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b(0b[01]+)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"beginKeywords": "class interface trait enum",
|
||||
"end": "{",
|
||||
"illegal": ":",
|
||||
"contains": [
|
||||
{
|
||||
"beginKeywords": "extends implements"
|
||||
},
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z_]\\w*",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "@[A-Za-z]+"
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "[^\\?]{0}[A-Za-z0-9_$]+ *:"
|
||||
},
|
||||
{
|
||||
"begin": "\\?",
|
||||
"end": "\\:"
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "^\\s*[A-Za-z0-9_$]+:",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"illegal": "#|<\\\/"
|
||||
}
|
||||
136
vendor/scrivo/highlight.php/Highlight/languages/haml.json
vendored
Normal file
136
vendor/scrivo/highlight.php/Highlight/languages/haml.json
vendored
Normal file
@@ -0,0 +1,136 @@
|
||||
{
|
||||
"case_insensitive": true,
|
||||
"contains": [
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "^!!!( (5|1\\.1|Strict|Frameset|Basic|Mobile|RDFa|XML\\b.*))?$",
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "^\\s*(!=#|=#|-#|\/).*$",
|
||||
"end": false,
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "^\\s*(-|=|!=)(?!#)",
|
||||
"starts": {
|
||||
"end": "\\n",
|
||||
"subLanguage": "ruby"
|
||||
}
|
||||
},
|
||||
{
|
||||
"className": "tag",
|
||||
"begin": "^\\s*%",
|
||||
"contains": [
|
||||
{
|
||||
"className": "selector-tag",
|
||||
"begin": "\\w+"
|
||||
},
|
||||
{
|
||||
"className": "selector-id",
|
||||
"begin": "#[\\w\\-]+"
|
||||
},
|
||||
{
|
||||
"className": "selector-class",
|
||||
"begin": "\\.[\\w\\-]+"
|
||||
},
|
||||
{
|
||||
"begin": "{\\s*",
|
||||
"end": "\\s*}",
|
||||
"contains": [
|
||||
{
|
||||
"begin": ":\\w+\\s*=>",
|
||||
"end": ",\\s+",
|
||||
"returnBegin": true,
|
||||
"endsWithParent": true,
|
||||
"contains": [
|
||||
{
|
||||
"className": "attr",
|
||||
"begin": ":\\w+"
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.3.contains.3.contains.0.contains.1.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "\\w+",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "\\(\\s*",
|
||||
"end": "\\s*\\)",
|
||||
"excludeEnd": true,
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\w+\\s*=",
|
||||
"end": "\\s+",
|
||||
"returnBegin": true,
|
||||
"endsWithParent": true,
|
||||
"contains": [
|
||||
{
|
||||
"className": "attr",
|
||||
"begin": "\\w+",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.3.contains.3.contains.0.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.3.contains.3.contains.0.contains.2"
|
||||
},
|
||||
{
|
||||
"begin": "\\w+",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "^\\s*[=~]\\s*"
|
||||
},
|
||||
{
|
||||
"begin": "#{",
|
||||
"starts": {
|
||||
"end": "}",
|
||||
"subLanguage": "ruby"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
131
vendor/scrivo/highlight.php/Highlight/languages/handlebars.json
vendored
Normal file
131
vendor/scrivo/highlight.php/Highlight/languages/handlebars.json
vendored
Normal file
@@ -0,0 +1,131 @@
|
||||
{
|
||||
"aliases": [
|
||||
"hbs",
|
||||
"html.hbs",
|
||||
"html.handlebars"
|
||||
],
|
||||
"case_insensitive": true,
|
||||
"subLanguage": "xml",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\\\{\\{",
|
||||
"skip": true
|
||||
},
|
||||
{
|
||||
"begin": "\\\\\\\\(?=\\{\\{)",
|
||||
"skip": true
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\\{\\{!--",
|
||||
"end": "--\\}\\}",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\\{\\{!",
|
||||
"end": "\\}\\}",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "template-tag",
|
||||
"begin": "\\{\\{\\{\\{(?!\\\/)",
|
||||
"end": "\\}\\}\\}\\}",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\".*?\"|'.*?'|\\[.*?\\]|\\w+",
|
||||
"keywords": {
|
||||
"builtin-name": "each in with if else unless bindattr action collection debugger log outlet template unbound view yield lookup"
|
||||
},
|
||||
"starts": {
|
||||
"endsWithParent": true,
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\".*?\"|'.*?'|\\[.*?\\]|\\w+",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"className": "name"
|
||||
}
|
||||
],
|
||||
"starts": {
|
||||
"end": "\\{\\{\\{\\{\\\/",
|
||||
"returnEnd": true,
|
||||
"subLanguage": "xml"
|
||||
}
|
||||
},
|
||||
{
|
||||
"className": "template-tag",
|
||||
"begin": "\\{\\{\\{\\{\\\/",
|
||||
"end": "\\}\\}\\}\\}",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.4.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "template-tag",
|
||||
"begin": "\\{\\{[#\\\/]",
|
||||
"end": "\\}\\}",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.4.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "template-variable",
|
||||
"begin": "\\{\\{\\{",
|
||||
"end": "\\}\\}\\}",
|
||||
"keywords": {
|
||||
"$ref": "#contains.4.contains.0.keywords"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\".*?\"|'.*?'|\\[.*?\\]|\\w+",
|
||||
"keywords": {
|
||||
"$ref": "#contains.4.contains.0.keywords"
|
||||
},
|
||||
"starts": {
|
||||
"$ref": "#contains.4.contains.0.starts"
|
||||
},
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "template-variable",
|
||||
"begin": "\\{\\{",
|
||||
"end": "\\}\\}",
|
||||
"keywords": {
|
||||
"$ref": "#contains.4.contains.0.keywords"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.7.contains.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
225
vendor/scrivo/highlight.php/Highlight/languages/haskell.json
vendored
Normal file
225
vendor/scrivo/highlight.php/Highlight/languages/haskell.json
vendored
Normal file
@@ -0,0 +1,225 @@
|
||||
{
|
||||
"aliases": [
|
||||
"hs"
|
||||
],
|
||||
"keywords": "let in if then else case of where do module import hiding qualified type data newtype deriving class instance as default infix infixl infixr foreign export ccall stdcall cplusplus jvm dotnet safe unsafe family forall mdo proc rec",
|
||||
"contains": [
|
||||
{
|
||||
"beginKeywords": "module",
|
||||
"end": "where",
|
||||
"keywords": "module where",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"illegal": "\"",
|
||||
"contains": [
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "{-#",
|
||||
"end": "#-}"
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "^#",
|
||||
"end": "$"
|
||||
},
|
||||
{
|
||||
"className": "type",
|
||||
"begin": "\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"
|
||||
},
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[_a-z][\\w']*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"variants": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "--",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "{-",
|
||||
"end": "-}",
|
||||
"contains": [
|
||||
"self",
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.4.variants.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.4"
|
||||
}
|
||||
],
|
||||
"illegal": "\\W\\.|;"
|
||||
},
|
||||
{
|
||||
"begin": "\\bimport\\b",
|
||||
"end": "$",
|
||||
"keywords": "import qualified as hiding",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.4"
|
||||
}
|
||||
],
|
||||
"illegal": "\\W\\.|;"
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"begin": "^(\\s*)?(class|instance)\\b",
|
||||
"end": "where",
|
||||
"keywords": "class family instance where",
|
||||
"contains": [
|
||||
{
|
||||
"className": "type",
|
||||
"begin": "\\b[A-Z][\\w']*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"begin": "\\b(data|(new)?type)\\b",
|
||||
"end": "$",
|
||||
"keywords": "data family type newtype deriving",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"begin": "{",
|
||||
"end": "}",
|
||||
"contains": {
|
||||
"$ref": "#contains.0.contains.0.contains"
|
||||
}
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"beginKeywords": "default",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"beginKeywords": "infix infixl infixr",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "\\bforeign\\b",
|
||||
"end": "$",
|
||||
"keywords": "foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "#!\\\/usr\\\/bin\\\/env runhaskell",
|
||||
"end": "$"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.6.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.5.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "^[_a-z][\\w']*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0.contains.0.contains.4"
|
||||
},
|
||||
{
|
||||
"begin": "->|<-"
|
||||
}
|
||||
]
|
||||
}
|
||||
197
vendor/scrivo/highlight.php/Highlight/languages/haxe.json
vendored
Normal file
197
vendor/scrivo/highlight.php/Highlight/languages/haxe.json
vendored
Normal file
@@ -0,0 +1,197 @@
|
||||
{
|
||||
"aliases": [
|
||||
"hx"
|
||||
],
|
||||
"keywords": {
|
||||
"keyword": "break case cast catch continue default do dynamic else enum extern for function here if import in inline never new override package private get set public return static super switch this throw trace try typedef untyped using var while Int Float String Bool Dynamic Void Array ",
|
||||
"built_in": "trace this",
|
||||
"literal": "true false null _"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "subst",
|
||||
"begin": "\\$\\{",
|
||||
"end": "\\}"
|
||||
},
|
||||
{
|
||||
"className": "subst",
|
||||
"begin": "\\$",
|
||||
"end": "\\W}"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "@:",
|
||||
"end": "$"
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "#",
|
||||
"end": "$",
|
||||
"keywords": {
|
||||
"meta-keyword": "if else elseif end error"
|
||||
}
|
||||
},
|
||||
{
|
||||
"className": "type",
|
||||
"begin": ":[ \t]*",
|
||||
"end": "[^A-Za-z0-9_ \t\\->]",
|
||||
"excludeBegin": true,
|
||||
"excludeEnd": true,
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "type",
|
||||
"begin": ":[ \t]*",
|
||||
"end": "\\W",
|
||||
"excludeBegin": true,
|
||||
"excludeEnd": true
|
||||
},
|
||||
{
|
||||
"className": "type",
|
||||
"begin": "new *",
|
||||
"end": "\\W",
|
||||
"excludeBegin": true,
|
||||
"excludeEnd": true
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"beginKeywords": "enum",
|
||||
"end": "\\{",
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z]\\w*",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"beginKeywords": "abstract",
|
||||
"end": "[\\{$]",
|
||||
"contains": [
|
||||
{
|
||||
"className": "type",
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"excludeBegin": true,
|
||||
"excludeEnd": true
|
||||
},
|
||||
{
|
||||
"className": "type",
|
||||
"begin": "from +",
|
||||
"end": "\\W",
|
||||
"excludeBegin": true,
|
||||
"excludeEnd": true
|
||||
},
|
||||
{
|
||||
"className": "type",
|
||||
"begin": "to +",
|
||||
"end": "\\W",
|
||||
"excludeBegin": true,
|
||||
"excludeEnd": true
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.10.contains.0"
|
||||
}
|
||||
],
|
||||
"keywords": {
|
||||
"keyword": "abstract from to"
|
||||
}
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"begin": "\\b(class|interface) +",
|
||||
"end": "[\\{$]",
|
||||
"excludeEnd": true,
|
||||
"keywords": "class interface",
|
||||
"contains": [
|
||||
{
|
||||
"className": "keyword",
|
||||
"begin": "\\b(extends|implements) +",
|
||||
"keywords": "extends implements",
|
||||
"contains": [
|
||||
{
|
||||
"className": "type",
|
||||
"begin": "[a-zA-Z]\\w*",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.10.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"beginKeywords": "function",
|
||||
"end": "\\(",
|
||||
"excludeEnd": true,
|
||||
"illegal": "\\S",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.10.contains.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"illegal": "<\\\/"
|
||||
}
|
||||
131
vendor/scrivo/highlight.php/Highlight/languages/hsp.json
vendored
Normal file
131
vendor/scrivo/highlight.php/Highlight/languages/hsp.json
vendored
Normal file
@@ -0,0 +1,131 @@
|
||||
{
|
||||
"case_insensitive": true,
|
||||
"lexemes": "[\\w\\._]+",
|
||||
"keywords": "goto gosub return break repeat loop continue wait await dim sdim foreach dimtype dup dupptr end stop newmod delmod mref run exgoto on mcall assert logmes newlab resume yield onexit onerror onkey onclick oncmd exist delete mkdir chdir dirlist bload bsave bcopy memfile if else poke wpoke lpoke getstr chdpm memexpand memcpy memset notesel noteadd notedel noteload notesave randomize noteunsel noteget split strrep setease button chgdisp exec dialog mmload mmplay mmstop mci pset pget syscolor mes print title pos circle cls font sysfont objsize picload color palcolor palette redraw width gsel gcopy gzoom gmode bmpsave hsvcolor getkey listbox chkbox combox input mesbox buffer screen bgscr mouse objsel groll line clrobj boxf objprm objmode stick grect grotate gsquare gradf objimage objskip objenable celload celdiv celput newcom querycom delcom cnvstow comres axobj winobj sendmsg comevent comevarg sarrayconv callfunc cnvwtos comevdisp libptr system hspstat hspver stat cnt err strsize looplev sublev iparam wparam lparam refstr refdval int rnd strlen length length2 length3 length4 vartype gettime peek wpeek lpeek varptr varuse noteinfo instr abs limit getease str strmid strf getpath strtrim sin cos tan atan sqrt double absf expf logf limitf powf geteasef mousex mousey mousew hwnd hinstance hdc ginfo objinfo dirinfo sysinfo thismod __hspver__ __hsp30__ __date__ __time__ __line__ __file__ _debug __hspdef__ and or xor not screen_normal screen_palette screen_hide screen_fixedsize screen_tool screen_frame gmode_gdi gmode_mem gmode_rgb0 gmode_alpha gmode_rgb0alpha gmode_add gmode_sub gmode_pixela ginfo_mx ginfo_my ginfo_act ginfo_sel ginfo_wx1 ginfo_wy1 ginfo_wx2 ginfo_wy2 ginfo_vx ginfo_vy ginfo_sizex ginfo_sizey ginfo_winx ginfo_winy ginfo_mesx ginfo_mesy ginfo_r ginfo_g ginfo_b ginfo_paluse ginfo_dispx ginfo_dispy ginfo_cx ginfo_cy ginfo_intid ginfo_newid ginfo_sx ginfo_sy objinfo_mode objinfo_bmscr objinfo_hwnd notemax notesize dir_cur dir_exe dir_win dir_sys dir_cmdline dir_desktop dir_mydoc dir_tv font_normal font_bold font_italic font_underline font_strikeout font_antialias objmode_normal objmode_guifont objmode_usefont gsquare_grad msgothic msmincho do until while wend for next _break _continue switch case default swbreak swend ddim ldim alloc m_pi rad2deg deg2rad ease_linear ease_quad_in ease_quad_out ease_quad_inout ease_cubic_in ease_cubic_out ease_cubic_inout ease_quartic_in ease_quartic_out ease_quartic_inout ease_bounce_in ease_bounce_out ease_bounce_inout ease_shake_in ease_shake_out ease_shake_inout ease_loop",
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "{\"",
|
||||
"end": "\"}",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": ";",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "#",
|
||||
"end": "$",
|
||||
"keywords": {
|
||||
"meta-keyword": "addion cfunc cmd cmpopt comfunc const defcfunc deffunc define else endif enum epack func global if ifdef ifndef include modcfunc modfunc modinit modterm module pack packopt regcmd runtime undef usecom uselib"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "meta-string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": {
|
||||
"$ref": "#contains.2.contains"
|
||||
}
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b\\d+(\\.\\d+)?",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "^\\*(\\w+|@)"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.6.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.6.contains.2"
|
||||
}
|
||||
]
|
||||
}
|
||||
88
vendor/scrivo/highlight.php/Highlight/languages/htmlbars.json
vendored
Normal file
88
vendor/scrivo/highlight.php/Highlight/languages/htmlbars.json
vendored
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"case_insensitive": true,
|
||||
"subLanguage": "xml",
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "{{!(--)?",
|
||||
"end": "(--)?}}",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "template-tag",
|
||||
"begin": "\\{\\{[#\\\/]",
|
||||
"end": "\\}\\}",
|
||||
"contains": [
|
||||
{
|
||||
"className": "name",
|
||||
"begin": "[a-zA-Z\\.\\-]+",
|
||||
"keywords": {
|
||||
"builtin-name": "action collection component concat debugger each each-in else get hash if input link-to loc log mut outlet partial query-params render textarea unbound unless with yield view"
|
||||
},
|
||||
"starts": {
|
||||
"endsWithParent": true,
|
||||
"relevance": 0,
|
||||
"keywords": {
|
||||
"keyword": "as",
|
||||
"built_in": "action collection component concat debugger each each-in else get hash if input link-to loc log mut outlet partial query-params render textarea unbound unless with yield view"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"illegal": "\\}\\}",
|
||||
"begin": "[a-zA-Z0-9_]+=",
|
||||
"returnBegin": true,
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
{
|
||||
"className": "attr",
|
||||
"begin": "[a-zA-Z0-9_]+"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b\\d+(\\.\\d+)?",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "template-variable",
|
||||
"begin": "\\{\\{[a-zA-Z][a-zA-Z\\-]+",
|
||||
"end": "\\}\\}",
|
||||
"keywords": {
|
||||
"keyword": "as",
|
||||
"built_in": "action collection component concat debugger each each-in else get hash if input link-to loc log mut outlet partial query-params render textarea unbound unless with yield view"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.1.contains.0.starts.contains.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
57
vendor/scrivo/highlight.php/Highlight/languages/http.json
vendored
Normal file
57
vendor/scrivo/highlight.php/Highlight/languages/http.json
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"aliases": [
|
||||
"https"
|
||||
],
|
||||
"illegal": "\\S",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "^HTTP\/[0-9\\.]+",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b\\d{3}\\b"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "^[A-Z]+ (.*?) HTTP\/[0-9\\.]+$",
|
||||
"returnBegin": true,
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": " ",
|
||||
"end": " ",
|
||||
"excludeBegin": true,
|
||||
"excludeEnd": true
|
||||
},
|
||||
{
|
||||
"begin": "HTTP\/[0-9\\.]+"
|
||||
},
|
||||
{
|
||||
"className": "keyword",
|
||||
"begin": "[A-Z]+"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "attribute",
|
||||
"begin": "^\\w",
|
||||
"end": ": ",
|
||||
"excludeEnd": true,
|
||||
"illegal": "\\n|\\s|=",
|
||||
"starts": {
|
||||
"end": "$",
|
||||
"relevance": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"begin": "\\n\\n",
|
||||
"starts": {
|
||||
"subLanguage": [],
|
||||
"endsWithParent": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
149
vendor/scrivo/highlight.php/Highlight/languages/hy.json
vendored
Normal file
149
vendor/scrivo/highlight.php/Highlight/languages/hy.json
vendored
Normal file
@@ -0,0 +1,149 @@
|
||||
{
|
||||
"aliases": [
|
||||
"hylang"
|
||||
],
|
||||
"illegal": "\\S",
|
||||
"contains": [
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "^#!",
|
||||
"end": "$"
|
||||
},
|
||||
{
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "comment",
|
||||
"end": "",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"keywords": {
|
||||
"builtin-name": "!= % %= & &= * ** **= *= *map + += , --build-class-- --import-- -= . \/ \/\/ \/\/= \/= < << <<= <= = > >= >> >>= @ @= ^ ^= abs accumulate all and any ap-compose ap-dotimes ap-each ap-each-while ap-filter ap-first ap-if ap-last ap-map ap-map-when ap-pipe ap-reduce ap-reject apply as-> ascii assert assoc bin break butlast callable calling-module-name car case cdr chain chr coll? combinations compile compress cond cons cons? continue count curry cut cycle dec def default-method defclass defmacro defmacro-alias defmacro\/g! defmain defmethod defmulti defn defn-alias defnc defnr defreader defseq del delattr delete-route dict-comp dir disassemble dispatch-reader-macro distinct divmod do doto drop drop-last drop-while empty? end-sequence eval eval-and-compile eval-when-compile even? every? except exec filter first flatten float? fn fnc fnr for for* format fraction genexpr gensym get getattr global globals group-by hasattr hash hex id identity if if* if-not if-python2 import in inc input instance? integer integer-char? integer? interleave interpose is is-coll is-cons is-empty is-even is-every is-float is-instance is-integer is-integer-char is-iterable is-iterator is-keyword is-neg is-none is-not is-numeric is-odd is-pos is-string is-symbol is-zero isinstance islice issubclass iter iterable? iterate iterator? keyword keyword? lambda last len let lif lif-not list* list-comp locals loop macro-error macroexpand macroexpand-1 macroexpand-all map max merge-with method-decorator min multi-decorator multicombinations name neg? next none? nonlocal not not-in not? nth numeric? oct odd? open or ord partition permutations pos? post-route postwalk pow prewalk print product profile\/calls profile\/cpu put-route quasiquote quote raise range read read-str recursive-replace reduce remove repeat repeatedly repr require rest round route route-with-methods rwm second seq set-comp setattr setv some sorted string string? sum switch symbol? take take-nth take-while tee try unless unquote unquote-splicing vars walk when while with with* with-decorator with-gensyms xi xor yield yield-from zero? zip zip-longest | |= ~"
|
||||
},
|
||||
"lexemes": "[a-zA-Z_\\-!.?+*=<>&#'][a-zA-Z_\\-!.?+*=<>&#'0-9\/;:]*",
|
||||
"className": "name",
|
||||
"begin": "[a-zA-Z_\\-!.?+*=<>&#'][a-zA-Z_\\-!.?+*=<>&#'0-9\/;:]*",
|
||||
"starts": {
|
||||
"endsWithParent": true,
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.1"
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": null,
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\\^[a-zA-Z_\\-!.?+*=<>&#'][a-zA-Z_\\-!.?+*=<>&#'0-9\/;:]*"
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\\^\\{",
|
||||
"end": "\\}",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.1.contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": ";",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.1.contains.0.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "symbol",
|
||||
"begin": "[:]{1,2}[a-zA-Z_\\-!.?+*=<>&#'][a-zA-Z_\\-!.?+*=<>&#'0-9\/;:]*"
|
||||
},
|
||||
{
|
||||
"begin": "[\\[\\{]",
|
||||
"end": "[\\]\\}]",
|
||||
"contains": {
|
||||
"$ref": "#contains.1.contains.1.starts.contains"
|
||||
}
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "[-+]?\\d+(\\.\\d+)?",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "literal",
|
||||
"begin": "\\b([Tt]rue|[Ff]alse|nil|None)\\b"
|
||||
},
|
||||
{
|
||||
"begin": "[a-zA-Z_\\-!.?+*=<>&#'][a-zA-Z_\\-!.?+*=<>&#'0-9\/;:]*",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1.contains.1.starts"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1.contains.1.starts.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1.contains.1.starts.contains.2"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1.contains.1.starts.contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1.contains.1.starts.contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1.contains.1.starts.contains.5"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1.contains.1.starts.contains.6"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1.contains.1.starts.contains.7"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1.contains.1.starts.contains.8"
|
||||
}
|
||||
]
|
||||
}
|
||||
47
vendor/scrivo/highlight.php/Highlight/languages/inform7.json
vendored
Normal file
47
vendor/scrivo/highlight.php/Highlight/languages/inform7.json
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"aliases": [
|
||||
"i7"
|
||||
],
|
||||
"case_insensitive": true,
|
||||
"keywords": {
|
||||
"keyword": "thing room person man woman animal container supporter backdrop door scenery open closed locked inside gender is are say understand kind of rule"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
{
|
||||
"className": "subst",
|
||||
"begin": "\\[",
|
||||
"end": "\\]"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "section",
|
||||
"begin": "^(Volume|Book|Part|Chapter|Section|Table)\\b",
|
||||
"end": "$"
|
||||
},
|
||||
{
|
||||
"begin": "^(Check|Carry out|Report|Instead of|To|Rule|When|Before|After)\\b",
|
||||
"end": ":",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\(This",
|
||||
"end": "\\)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\\[",
|
||||
"end": "\\]",
|
||||
"contains": [
|
||||
"self"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
128
vendor/scrivo/highlight.php/Highlight/languages/ini.json
vendored
Normal file
128
vendor/scrivo/highlight.php/Highlight/languages/ini.json
vendored
Normal file
@@ -0,0 +1,128 @@
|
||||
{
|
||||
"aliases": [
|
||||
"toml"
|
||||
],
|
||||
"case_insensitive": true,
|
||||
"illegal": "\\S",
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"variants": [
|
||||
{
|
||||
"begin": ";",
|
||||
"end": "$"
|
||||
},
|
||||
{
|
||||
"begin": "#",
|
||||
"end": "$"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "section",
|
||||
"begin": "\\[+",
|
||||
"end": "\\]+"
|
||||
},
|
||||
{
|
||||
"begin": "^[a-z0-9\\[\\]_\\.-]+(?=\\s*=\\s*)",
|
||||
"className": "attr",
|
||||
"starts": {
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0"
|
||||
},
|
||||
{
|
||||
"begin": "\\[",
|
||||
"end": "\\]",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0"
|
||||
},
|
||||
{
|
||||
"className": "literal",
|
||||
"begin": "\\bon|off|true|false|yes|no\\b"
|
||||
},
|
||||
{
|
||||
"className": "variable",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "\\$[\\w\\d\"][\\w\\d_]*"
|
||||
},
|
||||
{
|
||||
"begin": "\\$\\{(.*?)}"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"variants": [
|
||||
{
|
||||
"begin": "'''",
|
||||
"end": "'''",
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"begin": "\"\"\"",
|
||||
"end": "\"\"\"",
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"begin": "\"",
|
||||
"end": "\""
|
||||
},
|
||||
{
|
||||
"begin": "'",
|
||||
"end": "'"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"relevance": 0,
|
||||
"variants": [
|
||||
{
|
||||
"begin": "([\\+\\-]+)?[\\d]+_[\\d_]+"
|
||||
},
|
||||
{
|
||||
"begin": "\\b\\d+(\\.\\d+)?"
|
||||
}
|
||||
]
|
||||
},
|
||||
"self"
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2.starts.contains.1.contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2.starts.contains.1.contains.2"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2.starts.contains.1.contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2.starts.contains.1.contains.4"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
90
vendor/scrivo/highlight.php/Highlight/languages/irpf90.json
vendored
Normal file
90
vendor/scrivo/highlight.php/Highlight/languages/irpf90.json
vendored
Normal file
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"case_insensitive": true,
|
||||
"keywords": {
|
||||
"literal": ".False. .True.",
|
||||
"keyword": "kind do while private call intrinsic where elsewhere type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. goto save else use module select case access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit continue format pause cycle exit c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg synchronous nopass non_overridable pass protected volatile abstract extends import non_intrinsic value deferred generic final enumerator class associate bind enum c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated c_f_pointer c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure integer real character complex logical dimension allocatable|10 parameter external implicit|10 none double precision assign intent optional pointer target in out common equivalence data begin_provider &begin_provider end_provider begin_shell end_shell begin_template end_template subst assert touch soft_touch provide no_dep free irp_if irp_else irp_endif irp_write irp_read",
|
||||
"built_in": "alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_ofacosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr num_images parity popcnt poppar shifta shiftl shiftr this_image IRP_ALIGN irp_here"
|
||||
},
|
||||
"illegal": "\\\/\\*",
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"beginKeywords": "subroutine function program",
|
||||
"illegal": "[${=\\n]",
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z_]\\w*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "params",
|
||||
"begin": "\\(",
|
||||
"end": "\\)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "!",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "begin_doc",
|
||||
"end": "end_doc",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.3.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 10
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(?=\\b|\\+|\\-|\\.)(?=\\.\\d|\\d)(?:\\d+)?(?:\\.?\\d*)(?:[de][+-]?\\d+)?\\b\\.?",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
137
vendor/scrivo/highlight.php/Highlight/languages/isbl.json
vendored
Normal file
137
vendor/scrivo/highlight.php/Highlight/languages/isbl.json
vendored
Normal file
File diff suppressed because one or more lines are too long
166
vendor/scrivo/highlight.php/Highlight/languages/java.json
vendored
Normal file
166
vendor/scrivo/highlight.php/Highlight/languages/java.json
vendored
Normal file
@@ -0,0 +1,166 @@
|
||||
{
|
||||
"aliases": [
|
||||
"jsp"
|
||||
],
|
||||
"keywords": "false synchronized int abstract float private char boolean var static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports do",
|
||||
"illegal": "<\\\/|#",
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\w+@",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "@[A-Za-z]+"
|
||||
},
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.2"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.2"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.3.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"beginKeywords": "class interface",
|
||||
"end": "[{;=]",
|
||||
"excludeEnd": true,
|
||||
"keywords": "class interface",
|
||||
"illegal": "[:\"\\[\\]]",
|
||||
"contains": [
|
||||
{
|
||||
"beginKeywords": "extends implements"
|
||||
},
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z_]\\w*",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"beginKeywords": "new throw return else",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"begin": "([À\\-ʸa-zA-Z_$][À\\-ʸa-zA-Z_$0-9]*(<[À\\-ʸa-zA-Z_$][À\\-ʸa-zA-Z_$0-9]*(\\s*,\\s*[À\\-ʸa-zA-Z_$][À\\-ʸa-zA-Z_$0-9]*)*>)?\\s+)+[a-zA-Z_]\\w*\\s*\\(",
|
||||
"returnBegin": true,
|
||||
"end": "[{;=]",
|
||||
"excludeEnd": true,
|
||||
"keywords": "false synchronized int abstract float private char boolean var static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports do",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "[a-zA-Z_]\\w*\\s*\\(",
|
||||
"returnBegin": true,
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.5.contains.1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "params",
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"keywords": "false synchronized int abstract float private char boolean var static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports do",
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4"
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.1"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\d]+[\\d_]+[\\d]+|[\\d]+)(\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))?|\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))([eE][-+]?\\d+)?)[lLfF]?",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "@[A-Za-z]+"
|
||||
}
|
||||
]
|
||||
}
|
||||
398
vendor/scrivo/highlight.php/Highlight/languages/javascript.json
vendored
Normal file
398
vendor/scrivo/highlight.php/Highlight/languages/javascript.json
vendored
Normal file
@@ -0,0 +1,398 @@
|
||||
{
|
||||
"aliases": [
|
||||
"js",
|
||||
"jsx",
|
||||
"mjs",
|
||||
"cjs"
|
||||
],
|
||||
"keywords": {
|
||||
"keyword": "in of if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await static import from as",
|
||||
"literal": "true false null undefined NaN Infinity",
|
||||
"built_in": "eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Promise"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "meta",
|
||||
"relevance": 10,
|
||||
"begin": "^\\s*['\"]use (strict|asm)['\"]"
|
||||
},
|
||||
{
|
||||
"className": "meta",
|
||||
"begin": "^#!",
|
||||
"end": "$"
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "'",
|
||||
"end": "'",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "html`",
|
||||
"end": "",
|
||||
"starts": {
|
||||
"end": "`",
|
||||
"returnEnd": false,
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "subst",
|
||||
"begin": "\\$\\{",
|
||||
"end": "\\}",
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4"
|
||||
},
|
||||
{
|
||||
"begin": "css`",
|
||||
"end": "",
|
||||
"starts": {
|
||||
"end": "`",
|
||||
"returnEnd": false,
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.starts.contains.1"
|
||||
}
|
||||
],
|
||||
"subLanguage": "css"
|
||||
}
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "`",
|
||||
"end": "`",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.starts.contains.1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "\\b(0[bB][01]+)n?"
|
||||
},
|
||||
{
|
||||
"begin": "\\b(0[oO][0-7]+)n?"
|
||||
},
|
||||
{
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)n?"
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "regexp",
|
||||
"begin": "\\\/",
|
||||
"end": "\\\/[gimuy]*",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
},
|
||||
{
|
||||
"begin": "\\[",
|
||||
"end": "\\]",
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"subLanguage": "xml"
|
||||
}
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.starts.contains.1.contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.starts.contains.1.contains.4"
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "@[A-Za-z]+",
|
||||
"contains": [
|
||||
{
|
||||
"className": "type",
|
||||
"begin": "\\{",
|
||||
"end": "\\}",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "variable",
|
||||
"begin": "[A-Za-z$_][0-9A-Za-z$_]*(?=\\s*(-)|$)",
|
||||
"endsParent": true,
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "(?=[^\\n])\\s",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.7.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.7.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.starts.contains.1.contains.5"
|
||||
},
|
||||
{
|
||||
"begin": "[{,\\n]\\s*",
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
{
|
||||
"begin": "[A-Za-z$_][0-9A-Za-z$_]*\\s*:",
|
||||
"returnBegin": true,
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
{
|
||||
"className": "attr",
|
||||
"begin": "[A-Za-z$_][0-9A-Za-z$_]*",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"begin": "(!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|\/=|\/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~|\\b(case|return|throw)\\b)\\s*",
|
||||
"keywords": "return throw case",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.7"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.9"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.starts.contains.1.contains.6"
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"begin": "(\\(.*?\\)|[A-Za-z$_][0-9A-Za-z$_]*)\\s*=>",
|
||||
"returnBegin": true,
|
||||
"end": "\\s*=>",
|
||||
"contains": [
|
||||
{
|
||||
"className": "params",
|
||||
"variants": [
|
||||
{
|
||||
"begin": "[A-Za-z$_][0-9A-Za-z$_]*"
|
||||
},
|
||||
{
|
||||
"begin": "\\(\\s*\\)"
|
||||
},
|
||||
{
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"excludeBegin": true,
|
||||
"excludeEnd": true,
|
||||
"keywords": {
|
||||
"$ref": "#keywords"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.starts.contains.1.contains.3"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.starts.contains.1.contains.4"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.starts.contains.1.contains.5"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.4.starts.contains.1.contains.6"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.9"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.7"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "",
|
||||
"begin": "\\s",
|
||||
"end": "\\s*",
|
||||
"skip": true
|
||||
},
|
||||
{
|
||||
"variants": [
|
||||
{
|
||||
"begin": "<>",
|
||||
"end": "<\/>"
|
||||
},
|
||||
{
|
||||
"begin": "<[A-Za-z0-9\\\\._:-]+",
|
||||
"end": "\\\/[A-Za-z0-9\\\\._:-]+>|\\\/>"
|
||||
}
|
||||
],
|
||||
"subLanguage": "xml",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "<[A-Za-z0-9\\\\._:-]+",
|
||||
"end": "\\\/[A-Za-z0-9\\\\._:-]+>|\\\/>",
|
||||
"skip": true,
|
||||
"contains": [
|
||||
"self"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"beginKeywords": "function",
|
||||
"end": "\\{",
|
||||
"excludeEnd": true,
|
||||
"contains": [
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[A-Za-z$_][0-9A-Za-z$_]*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "params",
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"excludeBegin": true,
|
||||
"excludeEnd": true,
|
||||
"contains": {
|
||||
"$ref": "#contains.12.contains.3.contains.0.variants.2.contains"
|
||||
}
|
||||
}
|
||||
],
|
||||
"illegal": "\\[|%"
|
||||
},
|
||||
{
|
||||
"begin": "\\$[(.]"
|
||||
},
|
||||
{
|
||||
"begin": "\\.\\s*[a-zA-Z_]\\w*",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "class",
|
||||
"beginKeywords": "class",
|
||||
"end": "[{;=]",
|
||||
"excludeEnd": true,
|
||||
"illegal": "[:\"\\[\\]]",
|
||||
"contains": [
|
||||
{
|
||||
"beginKeywords": "extends"
|
||||
},
|
||||
{
|
||||
"className": "title",
|
||||
"begin": "[a-zA-Z_]\\w*",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"beginKeywords": "constructor get set",
|
||||
"end": "\\{",
|
||||
"excludeEnd": true
|
||||
}
|
||||
],
|
||||
"illegal": "#(?!!)"
|
||||
}
|
||||
71
vendor/scrivo/highlight.php/Highlight/languages/jboss-cli.json
vendored
Normal file
71
vendor/scrivo/highlight.php/Highlight/languages/jboss-cli.json
vendored
Normal file
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"aliases": [
|
||||
"wildfly-cli"
|
||||
],
|
||||
"lexemes": "[a-z\\-]+",
|
||||
"keywords": {
|
||||
"keyword": "alias batch cd clear command connect connection-factory connection-info data-source deploy deployment-info deployment-overlay echo echo-dmr help history if jdbc-driver-info jms-queue|20 jms-topic|20 ls patch pwd quit read-attribute read-operation reload rollout-plan run-batch set shutdown try unalias undeploy unset version xa-data-source",
|
||||
"literal": "true false"
|
||||
},
|
||||
"contains": [
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "#",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "params",
|
||||
"begin": "--[\\w\\-=\\\/]+"
|
||||
},
|
||||
{
|
||||
"className": "function",
|
||||
"begin": ":[\\w\\-.]+",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\\B(([\\\/.])[\\w\\-.\\\/=]+)+"
|
||||
},
|
||||
{
|
||||
"className": "params",
|
||||
"begin": "\\(",
|
||||
"end": "\\)",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "[\\w\\-]+ *=",
|
||||
"returnBegin": true,
|
||||
"relevance": 0,
|
||||
"contains": [
|
||||
{
|
||||
"className": "attr",
|
||||
"begin": "[\\w\\-]+"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
109
vendor/scrivo/highlight.php/Highlight/languages/json.json
vendored
Normal file
109
vendor/scrivo/highlight.php/Highlight/languages/json.json
vendored
Normal file
@@ -0,0 +1,109 @@
|
||||
{
|
||||
"contains": [
|
||||
{
|
||||
"className": "string",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"illegal": "\\n",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\\\[\\s\\S]",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "number",
|
||||
"begin": "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
|
||||
"relevance": 0
|
||||
},
|
||||
{
|
||||
"begin": "{",
|
||||
"end": "}",
|
||||
"contains": [
|
||||
{
|
||||
"className": "attr",
|
||||
"begin": "\"",
|
||||
"end": "\"",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.0.contains.0"
|
||||
}
|
||||
],
|
||||
"illegal": "\\n"
|
||||
},
|
||||
{
|
||||
"end": ",",
|
||||
"endsWithParent": true,
|
||||
"excludeEnd": true,
|
||||
"contains": {
|
||||
"$ref": "#contains"
|
||||
},
|
||||
"keywords": {
|
||||
"literal": "true false null"
|
||||
},
|
||||
"begin": ":"
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\/",
|
||||
"end": "$",
|
||||
"contains": [
|
||||
{
|
||||
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"className": "comment",
|
||||
"begin": "\/\\*",
|
||||
"end": "\\*\/",
|
||||
"contains": [
|
||||
{
|
||||
"$ref": "#contains.2.contains.2.contains.0"
|
||||
},
|
||||
{
|
||||
"className": "doctag",
|
||||
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
|
||||
"relevance": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"illegal": "\\S"
|
||||
},
|
||||
{
|
||||
"begin": "\\[",
|
||||
"end": "\\]",
|
||||
"contains": [
|
||||
{
|
||||
"end": ",",
|
||||
"endsWithParent": true,
|
||||
"excludeEnd": true,
|
||||
"contains": {
|
||||
"$ref": "#contains"
|
||||
},
|
||||
"keywords": {
|
||||
"$ref": "#contains.2.contains.1.keywords"
|
||||
}
|
||||
}
|
||||
],
|
||||
"illegal": "\\S"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2.contains.2"
|
||||
},
|
||||
{
|
||||
"$ref": "#contains.2.contains.3"
|
||||
}
|
||||
],
|
||||
"keywords": {
|
||||
"$ref": "#contains.2.contains.1.keywords"
|
||||
},
|
||||
"illegal": "\\S"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user