Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikitaberezhnyj/based_language_support_for_vs_code
VS Code extension for Based: syntax highlighting and code snippets.
https://github.com/nikitaberezhnyj/based_language_support_for_vs_code
based based-programming-language syntax-highlighting vscode vscode-extension vscode-snippets
Last synced: about 16 hours ago
JSON representation
VS Code extension for Based: syntax highlighting and code snippets.
- Host: GitHub
- URL: https://github.com/nikitaberezhnyj/based_language_support_for_vs_code
- Owner: NikitaBerezhnyj
- Created: 2024-05-04T16:09:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-04T16:11:56.000Z (9 months ago)
- Last Synced: 2024-11-14T13:23:55.437Z (2 months ago)
- Topics: based, based-programming-language, syntax-highlighting, vscode, vscode-extension, vscode-snippets
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Based Language Support for VS Code
Based repository has [Ukrainian :ukraine:](#підтримка-мови-based-для-vs-code-ukraine) and [English :uk:](#based-language-support-for-vs-code-uk) localizations
- [Based Language Support for VS Code](#based-language-support-for-vs-code)
- [Підтримка мови Based для VS Code ::ukraine::](#підтримка-мови-based-для-vs-code-ukraine)
- [Функціональність](#функціональність)
- [Використання](#використання)
- [Установка](#установка)
- [Основна інформація](#основна-інформація)
- [Based Language Support for VS Code ::uk::](#based-language-support-for-vs-code-uk)
- [Features](#features)
- [Usage](#usage)
- [Installation](#installation)
- [Basic information](#basic-information)## Підтримка мови Based для VS Code ::ukraine::
Розширення додає підтримку мови програмування Based у VS Code.
### Функціональність
- Підсвічування синтаксису для файлів .based
- Автодоповнення ключових слів мови Based### Використання
Після встановлення розширення, VS Code автоматично розпізнаватиме файли .based і застосовуватиме до них підсвічування і автодоповнення.
### Установка
На даний момент розширення не доступне в маркетплейсі VS Code, тож його можна встановити тільки клонувавши репозиторій та встановивши його локально. Для цього вам необхідно буде виконати наступні кроки:
1. Копіювати репозиторій на свій ПК через термінал
```bash
git clone https://github.com/NikitaBerezhnyj/Based.git
```2. Потім знайти теку VS code на вашому ПК
3. Скопіювати теку based-extension до теки з іншими розширеннями### Основна інформація
**_Підтримувані мови:_** Based (.based)
**_Залежності:_** Не має
**_Версія:_** 1.0.0
## Based Language Support for VS Code ::uk::
The extension adds support for the Based programming language to VS Code.
### Features
- Syntax highlighting for .based files
- Auto-completion of Based language keywords### Usage
After installing the extension, VS Code will automatically recognize .based files and apply syntax highlighting and auto-completion to them.
### Installation
At the moment, the extension is not available in the VS Code marketplace, so you can install it only by cloning the repository and installing it locally. To do this, you will need to follow these steps:
1. Copy the repository to your PC using the terminal
```bash
git clone https://github.com/NikitaBerezhnyj/Based.git
```2. Then find the VS code folder on your PC
3. Copy the based-extension folder to the folder with the other extensions
### Basic information
**_Supported languages:_** Based (.based)
**_Dependencies:_** None
**_Version:_** 1.0.0