You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To add a library, simply edit the `data.json`file located at `views/website/libraries`.
8
+
To add a library, simply edit the right JSON file located at `views/website/libraries`. Each language gets its own file. Multiple libraries share the same language file.
9
9
10
-
If you add a new language, you will need to provide a proper icon for it and place it in the `img` folder.
10
+
To add a new language, simply add a JSON file in the same folder as the others. It will get automatically recognized. If you add a new language, you will need to provide a proper icon for it and place it in the `img` folder.
11
11
12
-
Here's a commented example of a language + library definition. All fields must have valid values unless noted:
12
+
Here's a commented example of the .NET language file (`0-.NET.json`). All fields must have valid values unless noted:
13
13
14
14
```javascript
15
-
// Language name (unique)
16
-
".NET": {
15
+
{
16
+
// Language name (unique)
17
+
"name":".NET",
17
18
18
19
// Unique identifier that will be used as a CSS class
19
20
// for this language (only valid CSS class names).
0 commit comments