We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1ad52 commit a05800fCopy full SHA for a05800f
1 file changed
docs/adding-languages.md
@@ -23,6 +23,7 @@ Add an SVG logo into the `public/languages/` directory.
23
1. Default the default code for the new language (such as `defaultJsonCode` or `defaultCssCode`).
24
1. Add an entry in the `defaultCode` variable for the new language's default code.
25
1. Export a variable containing the default options for the new language (such as `defaultJsonOptions` or `defaultCssOptions`).
26
+1. Add an entry to the `esquerySelectorPlaceholder` constant for the new language(must match Language enum), using an appropriate example selector.
27
28
## Step 4: Update `src/hooks/use-explorer.ts` (yes, again)
29
0 commit comments