Skip to content

Commit

Permalink
server: Address self-review
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Nov 1, 2024
1 parent 1554e25 commit b14065d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/services/code_block_theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ interface ColorTheme {
* Returns all the supported syntax highlighting themes for code blocks, in groups.
*
* The return value is an object where the keys represent groups in their human-readable name (e.g. "Light theme")
* and the values are an array containing the information about every theme.
* and the values are an array containing the information about every theme. There is also a special group with no
* title (empty string) which should be displayed at the top of the listing pages, without a group.
*
* @returns the supported themes, grouped.
*/
Expand Down
3 changes: 2 additions & 1 deletion src/services/options_init.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import optionService, { OptionMap } from "./options.js";
import optionService from "./options.js";
import type { OptionMap } from "./options.js";
import appInfo from "./app_info.js";
import utils from "./utils.js";
import log from "./log.js";
Expand Down

0 comments on commit b14065d

Please sign in to comment.