plugins


Log

Author Commit Date CI Message
Michael Schmidt a409245e 2020-10-01T12:32:22 Show Language: Added title for plain text (#2555)
Michael Schmidt 6b47133d 2020-09-22T16:50:32 Match braces: Fixed JS interpolation punctuation (#2541)
Michael Schmidt cb75d9e2 2020-09-13T23:26:33 Added support for SML (#2537)
Aayan 4d31e22a 2020-09-11T12:07:11 Added support for Birb (#2542)
Michael Schmidt bfb36748 2020-09-11T15:24:20 Shell-Session: Added aliases (#2548)
Michael Schmidt d36ea993 2020-09-11T15:15:56 Autoloader: Fixed file detection regexes (#2549)
Sri Harsha Chilakapati ad748a00 2020-08-30T18:16:21 Added PureScript language definition (#2526)
Michael Schmidt 5ad6cb23 2020-08-27T19:14:55 Custom class: Improved doc (#2512)
Barilko Vitaliy 5c33f0bb 2020-08-17T15:39:02 Added support for BSL (1C:Enterprise) (#2520)
Dmitry Eroshenko 004eaa74 2020-08-14T00:00:21 Added support for MongoDB syntax (#2518)
Daniel 'Eisbehr' Kern bf115f47 2020-08-11T15:33:48 Added support for TypoScript (#2505)
Artyom Sovetnikov 388ad996 2020-08-07T21:14:34 Add support for NaniScript (#2494)
Michael Schmidt 8bba4880 2020-08-06T12:12:39 Previewers: Fixed XSS (#2506)
Michael Schmidt 453079bf 2020-07-26T18:46:25 Line Numbers: Fixed class name on website This fixes #2487.
Michael Schmidt a0efa40b 2020-07-24T13:14:22 Fixed Treeview page (#2484)
Michael Schmidt 78161d60 2020-07-22T18:37:16 VB: Added VBA alias (#2469)
Michael Schmidt ed1df1e1 2020-07-22T17:27:00 Added support for YANG (#2467)
Michael Schmidt 447429f0 2020-07-22T17:13:00 Line Numbers: Improved documentation (#2456)
Osip Fatkullin 3fcce6fe 2020-07-22T18:12:01 Added support for .gitignore (#2481)
Michael Schmidt 2805ae35 2020-07-18T15:02:33 JSDoc: Improvements (#2466)
Osip Fatkullin 67f97e2e 2020-07-13T14:40:31 Kotlin: Added `kt` and `kts` aliases (#2474)
Osip Fatkullin ed8fff91 2020-07-11T01:07:19 Added support for EditorConfig (#2471)
Michael Schmidt a3416bf3 2020-07-01T00:39:29 Autoloader: Fix (#2449)
Michael Schmidt af132dd3 2020-06-29T22:07:15 Unescaped Markup: Removed markup requirement (#2444)
Michael Schmidt b96ed225 2020-06-28T15:40:01 Line Numbers: Improved resize performance (#2125)
Michael Schmidt afea17d9 2020-06-28T02:32:53 File Highlight & JSONP Highlight update (#1974)
Michael Schmidt 1654b25f 2020-06-28T02:03:01 Autoloader: Fixed data-dependencies and extensions (#2326)
Michael Schmidt 91fdd0b1 2020-06-28T01:58:55 Website: New assets directory for all web-only files (#2180)
Michael Schmidt 4ff555be 2020-06-28T01:34:29 Added JSDoc (#1782)
Michael Schmidt a3758728 2020-06-27T22:38:50 Added test to sort the language list (#2222)
Michael Schmidt 8c9c2896 2020-06-27T20:46:04 Command Line: Some refactoring (#2290)
Michael Schmidt ad9c13e2 2020-06-27T00:03:07 Line numbers: Style inline code of website (#2435)
Michael Schmidt a36e96ab 2020-06-27T00:01:47 Added general de/activation mechanism for plugins (#2434) Keep Markup, Line numbers, and Normalize whitespace now share the same per-element class-based de/activation logic.
Starbeamrainbowlabs ae0327b3 2020-06-22T12:16:29 Added JS stack trace language (#2418) This language highlights JavaScript stack traces generated by commonly used JS engines.
Michael Schmidt 6352213a 2020-05-29T16:22:10 Solidity: Added `sol` alias (#2382)
Michael Schmidt 55bf7ec1 2020-05-29T16:21:40 Filter highlightAll: Fixed typo (#2391)
Valtteri Laitinen 9782cfe6 2020-05-18T02:29:27 Markup & JSON: Added new aliases (#2390) This adds the `rss` and `atom` alias for Markup and the `webmanifest` alias for JSON.
Proudust 4935b5ca 2020-05-16T11:22:21 Ren'Py: Added `rpy` alias (#2385)
Michael Schmidt b6093339 2020-05-13T11:32:36 T4-VB: Use the right VB variant (#2341) I used the wrong VB variant when creating T4 VB. It should have been VB.net.
Michael Schmidt caec5e30 2020-05-13T11:26:38 Added support for XML doc in C#, F#, and VB.net (#2340)
Michael Schmidt eb82e804 2020-05-07T21:35:08 Line Highlight: Added linkable line numbers (#2328) This makes individual line numbers clickable creating a link to that specific line for that specific code block.
HeX0R101 d0c1c70d 2020-05-06T23:59:29 Added support for PureBasic (#2369) A language based on Basic (BlitzBasic to be precise) with inline assembler also and direct API calls. Can compile on Windows, Linux, and macOS
Michael Schmidt 33e49956 2020-04-29T15:39:59 GLSL: Improvements (#2321) This improves GLSL by extending C instead of C-like.
Michael Schmidt 87a5c7ae 2020-04-29T15:29:51 Added support for HLSL (#2318) https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl
Lynette 4b61661d 2020-04-29T18:04:08 Line numbers: Fixed TypeError when lineNumberWrapper is null (#2337) If a code block doesn't contain code, line numbers will not be added but the resize event still expected them to be there resulting in a TypeError.
Michael Schmidt 053016ef 2020-04-27T23:18:30 Added support for Racket (#2315)
Michael Schmidt eb70070d 2020-04-27T22:43:30 Added support for SSML (#2306)
Michael Schmidt 1093ceb3 2020-04-27T22:33:02 Added support for UnrealScript (#2305)
Michael Schmidt bd4d8165 2020-04-27T22:29:20 Added support for Peoplecode (#2302)
Michael Schmidt de21eb64 2020-04-27T22:22:12 Added support for AL (#2300)
rchee 67c6b7af 2020-04-26T19:30:31 Objectivec: Added `objc` alias (#2331)
Michael Schmidt 5cdc3251 2020-04-16T22:36:38 Autoloader: Improved path detection and other minor improvements (#2245)
Sergey Romanov 8704cdfb 2020-04-12T23:15:37 Added support for Structured Text (IEC 61131-3) (#2311)
Michael Schmidt e6b2c6fc 2020-04-07T21:30:01 Command Line: Correctly rehighlight elements (#2291)
Michael Schmidt 893f2a79 2020-04-07T17:27:26 Line numbers: Exposed `_resizeElement` function (#2288)
Michael Schmidt 11053193 2020-04-05T14:31:56 gulp: Fixed language map (#2283)
Ben Gubler 0cfb6c5f 2020-04-04T13:04:08 EJS: Added `eta` alias (#2282)
Michael Schmidt be909b18 2020-03-28T14:33:35 Added Treeview plugin (#2265)
Michael Schmidt 67afc5ad 2020-03-27T18:43:25 gulp: Inline regex source improvement (#2227) This removes more unnecessary escapes.
Michael Schmidt 5d7aab56 2020-03-26T23:30:29 Updated all String.propotype.replace calls for literal strings
Christopher McComas 57eebced 2020-03-26T12:10:09 BBCode: Added "shortcode" alias (#2273) This adds a "shortcode" alias to BBCode to support Wordpress' ShortCode.
Cassie Jones 43efde2e 2020-03-23T17:44:09 Added support for LLVM IR (#2221) This adds support for LLVM's assembly language. https://llvm.org/docs/LangRef.html
James DiGioia 3c043338 2020-03-21T12:29:18 Remove self & document from IIFE arguments (#2258) If self or document don't exist, they'll error instead of getting to the checks. Fixes #2257.
Peter Budai 8119e57b 2020-03-16T21:17:45 Added support for Power Query (#2250) This adds support for Power Query. https://docs.microsoft.com/en-us/powerquery-m/
Peter Budai 9227853f 2020-03-13T21:52:26 Added support for DAX (#2248) This adds support for DAX (Data Analysis Expressions). https://docs.microsoft.com/en-us/dax/
Michael Schmidt 8d2c5a3e 2020-03-10T15:11:13 Inline color: Support for (semi-)transparent colors and minor improvements (#2223) - This changes the inline preview to include a background image, so (semi-)transparent colors can be identified as such instead of blending with the background color of the current theme. - The black outline is now more transparent to better blend in with light themes. - The `transparent` color was added to CSS Extras. - This fixes the `parseHexColor` function.
Michael Schmidt bf4f7bfa 2020-03-10T14:59:46 Added support for Excel formula (#2219) This adds support for Excel's formula terms.
Michael Schmidt 26626ded 2020-03-07T11:43:10 OpenCL: Require C (#2231) This changes the language requirement of OpenCL from C++ to C making C++ optional.
Sid Vishnoi a82770f8 2020-02-26T01:13:55 Website: Fixed Diff highlight plugin page title (#2233) The plugin page of Diff highlight had the wrong title.
Michael Schmidt 15983d52 2020-02-23T14:12:37 Added support for Solution (.sln) files (#2213) This adds support for VS Solution files. https://docs.microsoft.com/en-us/visualstudio/extensibility/internals/solution-dot-sln-file?view=vs-2019
Jason Tatton b24f7348 2020-02-14T21:55:32 Add Concurnas support (#2206) Concurnas is an open-source JVM programming language designed for building reliable, scalable, high performance concurrent, distributed and parallel systems. For more information please see: https://concurnas.com/
Michael Schmidt 238f1163 2020-02-08T17:07:33 Toolbar: `data-toolbar-order` is now inherited (#2205) The `data-toolbar-order` property is now inherited allowing for custom orderings/selections on an per-element basis.
Hari Gopal 543f04d7 2020-01-10T16:08:22 Custom Class: Fixed TypeError when mapper is undefined (#2167)
Michael Schmidt c40d96c6 2020-01-08T15:57:52 Added QML (#2139) This adds support for QML (Qt Modeling Language), a user interface markup language. https://en.wikipedia.org/wiki/QML https://doc.qt.io/qt-5/qtqml-index.html
Michael Schmidt 0c2fe405 2020-01-06T14:38:47 Custom Class: Fixed examples (#2160) This adds a missing class to an example.
David Grudl 694a81b8 2020-01-05T20:00:51 Added support for Latte & NEON (#2140) - Added support for templating system Latte https://latte.nette.org - Added support for NEON https://ne-on.org
Michael Schmidt a7f70090 2019-12-02T14:10:53 Added new Filter highlightAll plugin (#2074) This adds a new plugin to Prism which allows users to filter which elements will be highlighted by the `highlightAll` and `highlightAllUnder` methods.
Michael Schmidt dab7998e 2019-11-16T10:40:14 Custom Class: New class adder feature (#2075) This adds a new `add` function to the Custom Class plugin which gives users the ability to easily add their own specific classes for existing tokens.
Asko Soukka baa78774 2019-11-16T00:59:18 Rename "robot-framework" to "robotframework" (#2113) This changes the id of the Robot Framework language.
Michael Schmidt f31946b3 2019-10-25T21:53:29 Added support for Moonscript (#2100) This adds support for the Moonscript language.
Michael Schmidt aaf13aa6 2019-10-25T21:12:20 Added support for BBCode (#2095) This adds support for the BBCode markup language.
Michael Schmidt 2108c60f 2019-10-25T17:34:50 Core: IE11 workaround for currentScript (#2104) This adds a new function `Prism.util.currentScript` which is a functionally equalent to `document.currentScript` but includes support for IE11.
cedporter 3640b3f2 2019-10-23T11:45:12 SAS: Added support for embedded Groovy and Lua code (#2091) Like PROC SQL, PROC GROOVY and PROC LUA both contain syntax that should be treated as the language specified by the PROC, not SAS. This implements that highlighting.
Michael Schmidt cfac94ec 2019-10-16T11:41:51 Added SQF language (#2079) This adds support for the SQF language. https://community.bistudio.com/wiki/SQF_syntax
Michael Schmidt 0b771c90 2019-10-16T11:33:14 Added support for etlua (#2050) This adds support for etlua (Embedded Lua templating).
Michael Schmidt aaaa29a8 2019-10-16T11:28:54 Added support for ANTLR4 (#2063) This adds support for ANTLR4. Languages embedded via actions are not highlighted.
Michael Schmidt 2f3da7e8 2019-10-16T11:18:57 Added support for FTL (#2080) This adds support for FTL (Freemarker language).
Michael Schmidt cdfa60ac 2019-09-30T19:43:33 Added plugin descriptions to plugin list (#2076) This adds plugin descriptions to the plugin lists on the website.
thomasdegroot18 c42f877d 2019-09-05T17:28:28 Added support for SPARQL language (#2033) This adds support for the SPARQL language. https://www.w3.org/TR/sparql11-query/
Michael Schmidt 365faade 2019-09-04T16:53:47 New Match Braces plugin (#1944) This adds a new plugin to highlight matching braces in highlighted code.
Michael Schmidt 8403e453 2019-09-03T19:06:15 Added Inline color plugin (#2007) This adds a new plugin to display an inline preview of CSS colors as most IDEs do.
Michael Schmidt c6c62a69 2019-09-03T17:09:27 Made the download button its own plugin (#1840) This makes the download button its own plugin instead of being part of File highlight.
Michael Schmidt f7eaa618 2019-09-03T12:56:20 Added Robot Framework plain text format (#2034) This adds support for the Robot Framework plain text space separated format. https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#plain-text-format
Michael Schmidt cc2cf3f7 2019-09-02T20:29:26 Added support for Solidity (#2031) This adds support for the Solidity language. https://solidity.readthedocs.io/en/v0.4.23/
Michael Schmidt 3fdb7d55 2019-09-02T20:08:04 Added support for AQL (#2025) This adds support for the AQL language. https://www.arangodb.com/docs/stable/aql/
Michael Schmidt 9f722586 2019-08-17T14:36:50 Added support for Firestore security rules (#2010) This adds support for Google Cloud Firestore security rules.
Michael Schmidt e2b99f40 2019-08-14T11:40:43 Added support for GDScript (#2006) This adds support for the GDScript language.
cedporter 076f6155 2019-08-08T15:16:31 SAS: Major improvements (#1981) This makes various improvements to the SAS language definition such as adding support for embedded SQL, missing keyword and language elements, more granular tokenizing, and many more.
Jakub Klímek 508d57ac 2019-08-06T15:30:24 Added RDF Turtle/TriG language (#2012) This adds support for the RDF Turtle/TriG language.
Michael Schmidt 05823e88 2019-07-22T02:07:42 Markdown: Added support for auto-loading code block languages (#1898) This lets Markdown load embedded languages using the Autoloader plugin which now exposes the `loadLanguages` function. This also changes `loadLanguages` to always invoke callbacks asynchronously and to invoke error callbacks only once.