add 1C-Syntax package

This commit is contained in:
Alexey Lustin 2017-10-06 21:49:02 +03:00 committed by Valerii Iatsko
parent 4d5eb89279
commit 462b4b432f
1 changed files with 6 additions and 0 deletions

View File

@ -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