Skip to content

RedEchidnaUK/Code-Snippet-Plus-Plus

Repository files navigation

Code Snippet ++

Summary

This web part extends the available choice of coding languages in the original 'Code Snippet' webpart from Microsoft.

It is designed to look just like the original so it is familiar, but has a lot more languages and the option to highlight matched brackets.

If you want to extend or modify this code please feel free!

Code Snippet ++ SharePoint Framework client-side web part built using React

Used SharePoint Framework Version

version

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Prerequisites

Only tested with SharePoint Online

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

Features

Added languages include;

  • Ceylon
  • Cython
  • Dockerfile
  • JSON
  • JSON-LD
  • LESS
  • Maria DB
  • MS SQL
  • MySQL
  • PostgreSQL
  • Python 2
  • Python 3
  • React/JSX
  • Scala
  • SCSS
  • Squirrel
  • XHTML
  • XML
  • YAML

Added functionality

  • Match brackets, highlights bracket pairs within the code

With a little code modification, any language supported by CodeMirror could be added. You could also add extra themes as well!

References