GeorgiosDrivas / vscode-docs-official

VSCode extension that provides access to official documentation of the currently opened file's language
0 stars 0 forks source link

Add a new language support #1

Closed GeorgiosDrivas closed 3 months ago

GeorgiosDrivas commented 4 months ago

Add a new Language support.

Right now, the extension supports

  1. HTML
  2. Javascript
  3. PHP
  4. Python
  5. Typescript
  6. JSX
  7. CSS
  8. SASS
  9. Json

Add a new language in the lngs object in the extension.js file.

The key of the element should be the language name without capital letters, and the value should be the official documentation for this language.

Make sure to test the extension after adding the language.