You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(codeeditor): tree restructuring
- Adding codeEditor structure from ui lib
- Restructuring src to be more comprehensive
* feat(codeeditor): full integration of ui codeeditor
- Added sass support in webpack
- Consolidating utils for shared use
- Porting ui code editor
* chore: lint cleanup
* feat(codeeditor): geeneral polish
- Tweaking linters for new file structure
- Test updates
- Prettyfying
* feat(codeeditor): moving to single configurable export
* feat(editor): adding support for linenumbers in runmode
* feat(editor): beginning conditional line styling"
* style(code editor): matching parent classes
* feat(editor): wrapping lines in divs for styling
* style(code mirror): add remaining styles and highlight styles
* style(code mirror): use proper highlight/overlay classes
* fix: blocking linenumbers from selection
* style(code mirror): preserve highlight on hover
* feat(syntaxhighlighter): line highlighting (#6)
* feat: attempt at line highlighting w comments
* feat: it works and is less ugly now
* fix: blocking linenumbers from selection
* chore: small eslint fix to pass tests
* feat(highlighting): minor refactor
- Updated name schemes
- Reuse components
* feat(highlighting): further refactoring
- Moving standalone function calls outside parent
- Consolidating component declaration
* fix(highlighting): applying overlay to deadspace
* chore(coremirror): remove extra class
* chore: adding variable
Co-authored-by: Gabriel Ratcliff <[email protected]>
Co-authored-by: Tony Li <[email protected]>
* chore: tests and docs
* chore: documentation
- Updating readme.md to provide proper use cases and option documentation
- Cleanup per review comments
* chore: documenting editable use case
* fix: canonical named export
* chore: adding homepage
* chore: dev and prod optimization
* chore: webpack externals
- Excluding React and react-dom from webpack built as to avoid conflicts
- Replicating import syntax in test bed
- Cleaning up package.json
* chore: fixing pr comment
* fix: breaking out styled syntax highlighter into seperate function
* chore: removing comment
Co-authored-by: Gabe Ratcliff <[email protected]>
Co-authored-by: Tony Li <[email protected]>
Co-authored-by: Julia Hotaling <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+40-2Lines changed: 40 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# @readme/syntax-highlighter
2
2
3
-
ReadMe's React-based syntax highlighter
3
+
ReadMe's React-based syntax highlighter based on [CodeMirror](https://github.com/codemirror/CodeMirror) and [react-codemirror2](https://github.com/scniro/react-codemirror2).
Access to a full code Mirror instance. See configuration settings in the [react-codemirror2 library](https://github.com/scniro/react-codemirror2#props)
0 commit comments