Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frokk/mode-svelte
Svelte Mode For CodeMirror 5
https://github.com/frokk/mode-svelte
codemirror codemirror-mode svelte sveltejs
Last synced: 27 days ago
JSON representation
Svelte Mode For CodeMirror 5
- Host: GitHub
- URL: https://github.com/frokk/mode-svelte
- Owner: frokk
- License: mit
- Created: 2022-07-02T12:15:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-02T14:12:29.000Z (over 2 years ago)
- Last Synced: 2024-04-25T21:04:31.261Z (7 months ago)
- Topics: codemirror, codemirror-mode, svelte, sveltejs
- Language: HTML
- Homepage: https://frokk.github.io/mode-svelte
- Size: 12.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mode-svelte
> Svelte Mode For CodeMirror[![npm version](https://nodei.co/npm/codemirror-mode-svelte.png?downloads=true)](https://www.npmjs.com/package/codemirror-mode-svelte)
---
## UsageInclude [`lib/index.js`](lib/index.js) in your HTML, Svelte Mode Also Requires:
- `addon/mode/overlay.js`
- `mode/xml/xml.js`
- `mode/javascript/javascript.js`
- `mode/css/css.js`
- `mode/htmlmixed/htmlmixed.js`It is automatically included when using the npm package:
```bash
npm i codemirror-mode-svelte
```---
Original Author of the mode is [Juan Gomez](https://github.com/gomezcabo) who made a [Pull Request](https://github.com/codemirror/codemirror5/pull/5914) To Add The Mode in CodeMirror 5 Library.
---
# Thanks