Skip to content

frokk/mode-svelte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mode-svelte

Svelte Mode For CodeMirror

npm version


Usage

Include 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:

npm i codemirror-mode-svelte

Original Author of the mode is Juan Gomez who made a Pull Request To Add The Mode in CodeMirror 5 Library.


Thanks