Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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