Skip to content

Commit

Permalink
new file: ChangeLog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shnarazk committed May 28, 2023
1 parent dbb8362 commit 796c57d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 deletions.
25 changes: 25 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog and Loadmap

### Release 0.2.2

- (highlight) render modifiers as `@special`

### Release 0.2.1
- (grammar) categorize `@` as a character

### Release 0.2.0

- (query) better textobjects and auto indents

### Release 0.1.0

- provide misc queries

### Prereleases

1. Phase1: quite simplified -- basic expressions
2. Phase2: simplified -- statements
3. Phase3: shaping -- modifiers
4. Phase4: tedious -- untyped blocks
5. Phase5: 'Quite tedious' -- fix errors, give up a better grammar

11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,6 @@ $ tree-sitter parse check.bqn
- [target color schema](https://github.com/helix-editor/helix/blob/53f47bc47771c94dab51626ca025be28e62eba0c/runtime/themes/solarized_light.toml#L1-L23)
- [textobjects](https://docs.helix-editor.com/guides/textobject.html)

# Changelog and Loadmap

1. Phase1: quite simplified -- basic expressions
2. Phase2: simplified -- statements
3. Phase3: shaping -- modifiers
4. Phase4: tedious -- untyped blocks
5. Phase5: 'Quite tedious' -- fix errors, give up a better grammar
6. Release 0.1.0 -- provide misc queries
7. Release 0.2.0 -- better textobjects and auto indents
7. Release 0.2.1 -- categorize `@` as a character

# A configuration for Helix

Are you a [Helix](https://helix-editor.com/) user? Then try:
Expand Down

0 comments on commit 796c57d

Please sign in to comment.