diff --git a/README.md b/README.md index fef4751..151b05f 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ Language packages extend the editor with syntax highlighting and/or snippets for a specific language or file format. +- [1C](https://marketplace.visualstudio.com/items?itemName=xDrivenDevelopment.language-1c-bsl) - [Arduino](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-arduino) - [CMake](https://marketplace.visualstudio.com/items?itemName=twxs.cmake) - [Dart](https://marketplace.visualstudio.com/items?itemName=DanTup.dart-code) @@ -157,6 +158,11 @@ In case the awesome nirvana that is linting has not yet been unleashed upon you: Unlike some other editors, VS Code supports IntelliSense, linting, outline out-of-the-box and doesn't require any separate extension to run linter packages. Some linters are already integrated in VS Code, you can find the full list in the official documentation, [Languages](https://code.visualstudio.com/Docs/languages/overview) section. +#### 1C + +- [1C/OScript](https://marketplace.visualstudio.com/items?itemName=xDrivenDevelopment.language-1c-bsl) - 1С:Enterprise 8 (BSL) language support in VSC - add syntax highlighting to *.bsl и *.os files in VSC, add IntelliSense and syntax helper for 1С lang +![1C-Syntax](https://cloud.githubusercontent.com/assets/1132840/13007621/9e730984-d1a2-11e5-8ff5-8f7945421184.PNG) + ### C++ - [C/C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) - Preview C/C++ extension by [Microsoft](https://www.microsoft.com), read [official blog post](https://blogs.msdn.microsoft.com/vcblog/2016/03/31/cc-extension-for-visual-studio-code/) for the details