Skip to content

Commit

Permalink
Merge branch 'release-v0.3.0'
Browse files Browse the repository at this point in the history
* release-v0.3.0:
  Bump version, update README and Changelog
  • Loading branch information
fizruk committed Jun 20, 2023
2 parents 2606e6c + 809896c commit 1bcc403
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 44 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to the "rzk-1-experimental-highlighting" extension will be d

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

### v0.3.0 — 2022-06-20

This version introduces improvements to the highlighting:

1. Add semantic highlighting via `rzk tokenize` feature in rzk (v0.5 and higher, see https://github.com/fizruk/rzk/pull/53) (see [#15](https://github.com/fizruk/vscode-rzk/pull/15));
2. Fix a few issues with TextMate highlighting (see [#14](https://github.com/fizruk/vscode-rzk/pull/14))

### v0.2.6 — 2022-06-16

Add Markdown Preview button for Literate Rzk (see [#16](https://github.com/fizruk/vscode-rzk/pull/16)).
Expand Down
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# rzk-1-experimental-highlighting README

This is a simple syntax highlighter for `rzk`, an experimental proof assistant for synthetic ∞-categories.
Syntax highlighting for [`rzk`](https://fizruk.github.io/rzk/), an experimental proof assistant for synthetic ∞-categories.

![Syntax highlighting example.](images/example.png)
![Syntax highlighting example.](images/example-unfolding-square.png)

Features:

1. Basic syntax highlighting with a simple TextMate grammar.
2. Semantic highlighting via `rzk tokenize` (you must have `rzk` in your PATH, with version v0.5 or above).
3. Markdown Preview button for `*.rzk.md` files.

See [Changelog](CHANGELOG.md) for recent updated and changes.

More examples:

![Syntax highlighting example.](images/example-relfunext2.png)
Binary file added images/example-relfunext2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/example-unfolding-square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/example.png
Binary file not shown.
43 changes: 4 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@
"displayName": "rzk syntax highlighting",
"description": "Syntax Highlighting for rzk, an experimental proof assistant for synthetic ∞-categories",
"icon": "images/icon.png",
"version": "0.2.6",
"repository": "https://github.com/fizruk/vscode-rzk/rzk-1-experimental-highlighting",
"version": "0.3.0",
"repository": "https://github.com/fizruk/vscode-rzk",
"publisher": "NikolaiKudasovfizruk",
"main": "./out/extension.js",
"activationEvents": [],
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"watch": "tsc --watch -p ./"
},
"engines": {
"vscode": "^1.76.0"
"vscode": "^1.79.1"
},
"categories": [
"Programming Languages"
Expand Down

0 comments on commit 1bcc403

Please sign in to comment.