fix: typo on docs causing problems with autocompletion. (#1350)
* fix: scramble and shuffle comments * fix: comments on themes,docs, tests and more
This commit is contained in:
parent
1341bd9c92
commit
5c3501caa4
18 changed files with 100 additions and 48 deletions
4
packages/codemirror/themes/CutiePi.mjs
vendored
4
packages/codemirror/themes/CutiePi.mjs
vendored
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @name Cutie Pi
|
||||
/*
|
||||
* Cutie Pi
|
||||
* by Switch Angel
|
||||
*/
|
||||
import { tags as t } from '@lezer/highlight';
|
||||
|
|
|
|||
4
packages/codemirror/themes/androidstudio.mjs
vendored
4
packages/codemirror/themes/androidstudio.mjs
vendored
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @name androidstudio
|
||||
/*
|
||||
* androidstudio
|
||||
*/
|
||||
import { tags as t } from '@lezer/highlight';
|
||||
import { createTheme } from './theme-helper.mjs';
|
||||
|
|
|
|||
4
packages/codemirror/themes/atomone.mjs
vendored
4
packages/codemirror/themes/atomone.mjs
vendored
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @name Atom One
|
||||
/*
|
||||
* Atom One
|
||||
* Atom One dark syntax theme
|
||||
*
|
||||
* https://github.com/atom/one-dark-syntax
|
||||
|
|
|
|||
5
packages/codemirror/themes/darcula.mjs
vendored
5
packages/codemirror/themes/darcula.mjs
vendored
|
|
@ -1,6 +1,5 @@
|
|||
/**
|
||||
* @name darcula
|
||||
* @author darcula
|
||||
/*
|
||||
* darcula
|
||||
* Name: IntelliJ IDEA darcula theme
|
||||
* From IntelliJ IDEA by JetBrains
|
||||
*/
|
||||
|
|
|
|||
3
packages/codemirror/themes/dracula.mjs
vendored
3
packages/codemirror/themes/dracula.mjs
vendored
|
|
@ -1,6 +1,5 @@
|
|||
/**
|
||||
/*
|
||||
* @name dracula
|
||||
* @author dracula
|
||||
* Michael Kaminsky (http://github.com/mkaminsky11)
|
||||
* Original dracula color scheme by Zeno Rocha (https://github.com/zenorocha/dracula-theme)
|
||||
*/
|
||||
|
|
|
|||
6
packages/codemirror/themes/duotoneDark.mjs
vendored
6
packages/codemirror/themes/duotoneDark.mjs
vendored
|
|
@ -1,6 +1,6 @@
|
|||
/**
|
||||
* @name duotone
|
||||
* @author Bram de Haan
|
||||
/*
|
||||
* duotone
|
||||
* author Bram de Haan
|
||||
* by Bram de Haan, adapted from DuoTone themes by Simurai (http://simurai.com/projects/2016/01/01/duotone-themes)
|
||||
*/
|
||||
import { tags as t } from '@lezer/highlight';
|
||||
|
|
|
|||
6
packages/codemirror/themes/duotoneLight.mjs
vendored
6
packages/codemirror/themes/duotoneLight.mjs
vendored
|
|
@ -1,6 +1,6 @@
|
|||
/**
|
||||
* @name duotone
|
||||
* @author Bram de Haan
|
||||
/*
|
||||
* duotone
|
||||
* author Bram de Haan
|
||||
* by Bram de Haan, adapted from DuoTone themes by Simurai (http://simurai.com/projects/2016/01/01/duotone-themes)
|
||||
*/
|
||||
import { tags as t } from '@lezer/highlight';
|
||||
|
|
|
|||
3
packages/codemirror/themes/githubDark.mjs
vendored
3
packages/codemirror/themes/githubDark.mjs
vendored
|
|
@ -1,6 +1,3 @@
|
|||
/**
|
||||
* @name github
|
||||
*/
|
||||
import { tags as t } from '@lezer/highlight';
|
||||
import { createTheme } from './theme-helper.mjs';
|
||||
|
||||
|
|
|
|||
3
packages/codemirror/themes/githubLight.mjs
vendored
3
packages/codemirror/themes/githubLight.mjs
vendored
|
|
@ -1,6 +1,3 @@
|
|||
/**
|
||||
* @name github
|
||||
*/
|
||||
import { tags as t } from '@lezer/highlight';
|
||||
import { createTheme } from './theme-helper.mjs';
|
||||
|
||||
|
|
|
|||
4
packages/codemirror/themes/green-text.mjs
vendored
4
packages/codemirror/themes/green-text.mjs
vendored
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @name Atom One
|
||||
/*
|
||||
* Atom One
|
||||
* Atom One dark syntax theme
|
||||
*
|
||||
* https://github.com/atom/one-dark-syntax
|
||||
|
|
|
|||
7
packages/codemirror/themes/gruvboxDark.mjs
vendored
7
packages/codemirror/themes/gruvboxDark.mjs
vendored
|
|
@ -1,7 +1,6 @@
|
|||
/**
|
||||
* @name gruvbox-dark
|
||||
* @author morhetz
|
||||
* Name: Gruvbox
|
||||
/*
|
||||
* gruvbox-dark
|
||||
* author morhetz
|
||||
* From github.com/codemirror/codemirror5/blob/master/theme/gruvbox-dark.css
|
||||
*/
|
||||
import { tags as t } from '@lezer/highlight';
|
||||
|
|
|
|||
7
packages/codemirror/themes/gruvboxLight.mjs
vendored
7
packages/codemirror/themes/gruvboxLight.mjs
vendored
|
|
@ -1,7 +1,6 @@
|
|||
/**
|
||||
* @name gruvbox-light
|
||||
* @author morhetz
|
||||
* Name: Gruvbox
|
||||
/*
|
||||
* gruvbox-light
|
||||
* author morhetz
|
||||
* From github.com/codemirror/codemirror5/blob/master/theme/gruvbox-light.css
|
||||
*/
|
||||
import { tags as t } from '@lezer/highlight';
|
||||
|
|
|
|||
4
packages/codemirror/themes/red-text.mjs
vendored
4
packages/codemirror/themes/red-text.mjs
vendored
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @name Atom One
|
||||
/*
|
||||
* Atom One
|
||||
* Atom One dark syntax theme
|
||||
*
|
||||
* https://github.com/atom/one-dark-syntax
|
||||
|
|
|
|||
4
packages/codemirror/themes/sonic-pink.mjs
vendored
4
packages/codemirror/themes/sonic-pink.mjs
vendored
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @name Atom One
|
||||
/*
|
||||
* Atom One
|
||||
* Atom One dark syntax theme
|
||||
*
|
||||
* https://github.com/atom/one-dark-syntax
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue