Skip to content

Commit

Permalink
doc: Document feature
Browse files Browse the repository at this point in the history
  • Loading branch information
famoser committed Mar 3, 2024
1 parent ca39f7b commit aeb4a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Go to definition:
Support writing ProVerif:
- [x] Configure language
- [x] Add syntax highlighting
- [ ] Add semantic tokens (`connection.languages.semanticTokens`)
- [x] Add semantic tokens (`connection.languages.semanticTokens`)
- [ ] Support syntactical autocomplete (`connection.onCompletion`)
- [ ] Support semantical autocomplete (see https://tomassetti.me/code-completion-with-antlr4-c3/#chapter12)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Visual Studio Code extension for ProVerif files (.pv, .pvl, .pcv).
![Screenshot showing how the extension shows errors from ProVerif](./docs/sample.png)

Functionality:
- Adds syntax highlighting.
- Adds semantic syntax highlighting.
- Highlights the first syntax error ProVerif finds. For libraries, see below.
- Hover over an identifier to learn more about it.
- Press `CTRL` and click on an identifier to navigate to its definition or find all references of the definition.
Expand Down

0 comments on commit aeb4a25

Please sign in to comment.