Skip to content

Commit

Permalink
Update prism to 1.27.0, fix failing build (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
simmerer committed Mar 14, 2022
1 parent 519b8cd commit 4deb247
Show file tree
Hide file tree
Showing 101 changed files with 134,073 additions and 81,845 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#
name: "CodeQL"

paths-ignore: 'demo/build/*'

on:
push:
branches: [ master ]
Expand Down
1 change: 1 addition & 0 deletions AVAILABLE_LANGUAGES_HLJS.MD
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
* sml
* sqf
* sql
* sqlMore (sql_more)
* stan
* stata
* step21
Expand Down
43 changes: 43 additions & 0 deletions AVAILABLE_LANGUAGES_PRISM.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,25 @@
* al
* antlr4
* apacheconf
* apex
* apl
* applescript
* aql
* arduino
* arff
* asciidoc
* asm6502
* asmatmel
* aspnet
* autohotkey
* autoit
* avisynth
* avroIdl (avro-idl)
* bash
* basic
* batch
* bbcode
* bicep
* birb
* bison
* bnf
Expand All @@ -29,27 +34,35 @@
* bro
* bsl
* c
* cfscript
* chaiscript
* cil
* clike
* clojure
* cmake
* cobol
* coffeescript
* concurnas
* coq
* cpp
* crystal
* csharp
* cshtml
* csp
* cssExtras (css-extras)
* css
* csv
* cypher
* d
* dart
* dataweave
* dax
* dhall
* diff
* django
* dnsZoneFile (dns-zone-file)
* docker
* dot
* ebnf
* editorconfig
* eiffel
Expand All @@ -61,18 +74,22 @@
* etlua
* excelFormula (excel-formula)
* factor
* falselang (false)
* firestoreSecurityRules (firestore-security-rules)
* flow
* fortran
* fsharp
* ftl
* gap
* gcode
* gdscript
* gedcom
* gherkin
* git
* glsl
* gml
* gn
* goModule (go-module)
* go
* graphql
* groovy
Expand All @@ -82,11 +99,14 @@
* haxe
* hcl
* hlsl
* hoon
* hpkp
* hsts
* http
* ichigojam
* icon
* icuMessageFormat (icu-message-format)
* idris
* iecst
* ignore
* inform7
Expand All @@ -98,6 +118,7 @@
* javadoclike
* javascript
* javastacktrace
* jexl
* jolie
* jq
* jsExtras (js-extras)
Expand All @@ -109,8 +130,11 @@
* jsstacktrace
* jsx
* julia
* keepalived
* keyman
* kotlin
* kumir
* kusto
* latex
* latte
* less
Expand All @@ -119,14 +143,18 @@
* lisp
* livescript
* llvm
* log
* lolcode
* lua
* magma
* makefile
* markdown
* markupTemplating (markup-templating)
* markup
* matlab
* maxscript
* mel
* mermaid
* mizar
* mongodb
* monkey
Expand All @@ -137,13 +165,15 @@
* naniscript
* nasm
* neon
* nevod
* nginx
* nim
* nix
* nsis
* objectivec
* ocaml
* opencl
* openqasm
* oz
* parigp
* parser
Expand All @@ -160,8 +190,10 @@
* powershell
* processing
* prolog
* promql
* properties
* protobuf
* psl
* pug
* puppet
* pure
Expand All @@ -171,10 +203,12 @@
* q
* qml
* qore
* qsharp
* r
* racket
* reason
* regex
* rego
* renpy
* rest
* rip
Expand All @@ -199,23 +233,29 @@
* splunkSpl (splunk-spl)
* sqf
* sql
* squirrel
* stan
* stylus
* swift
* systemd
* t4Cs (t4-cs)
* t4Templating (t4-templating)
* t4Vb (t4-vb)
* tap
* tcl
* textile
* toml
* tremor
* tsx
* tt2
* turtle
* twig
* typescript
* typoscript
* unrealscript
* uorazor
* uri
* v
* vala
* vbnet
* velocity
Expand All @@ -225,7 +265,10 @@
* visualBasic (visual-basic)
* warpscript
* wasm
* webIdl (web-idl)
* wiki
* wolfram
* wren
* xeora
* xmlDoc (xml-doc)
* xojo
Expand Down
25 changes: 17 additions & 8 deletions AVAILABLE_STYLES_PRISM.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## Available `stylesheet` props
* coy
* dark
* funky
* okaidia
* solarizedlight
* tomorrow
* twilight
* prism
* a11yDark
* atomDark
* base16AteliersulphurpoolLight
Expand All @@ -15,22 +23,23 @@
* duotoneSea
* duotoneSpace
* ghcolors
* gruvboxDark
* gruvboxLight
* holiTheme
* hopscotch
* lucario
* materialDark
* materialLight
* materialOceanic
* nightOwl
* nord
* oneDark
* oneLight
* pojoaque
* shadesOfPurple
* solarizedDarkAtom
* synthwave84
* vs
* vscDarkPlus
* xonokai
* coy
* dark
* funky
* okaidia
* solarizedlight
* tomorrow
* twilight
* prism
* zTouch

0 comments on commit 4deb247

Please sign in to comment.