Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PauliusKu authored Dec 12, 2024
1 parent 08d7971 commit 737fece
Showing 1 changed file with 24 additions and 9 deletions.
33 changes: 24 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,44 @@ This extension uses tree-sitter-abl implementation by Kamil Jakubus. TODO: add l

## Current status

This is an early preview. Currently, the formatter is not ready for the public release. You can only download it here and install from **vsix** file. In a few months we should be able to release it to the marketplaces.
This is an early preview. Currently, the formatter is not ready for the public release. You can only download it here and install from **vsix** file.
**Planned release date: 2025-01**

TODO: Add gif here

## Features

At the moment we implemented formatting logic for these language features:

- Code blocks
- ASSIGN
- CASE
- DEFINE
- FOR
- IF statement
- IF function
- USING
- Assign
- block
- body
- case
- define
- enum
- find
- for
- functionParameter
- if
- ifFunction
- procedureParameter
- property
- tempTable
- using
- variableDefinition

## Configuration

We implemented extensive settings configuration to allow users to easly tailor the experience to their needs. This might not be the case in the future.

### Settings

### Formatting on save

TODO: link a separate file with settings



## Installation

Download the extension **vsix** file from GitHub repository and install it on your machine.
Expand Down

0 comments on commit 737fece

Please sign in to comment.