Skip to content

Commit

Permalink
fix: set keywords and category for forth-lexer
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBrevig committed Jun 25, 2023
1 parent 026b122 commit 8d5a284
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/forth-lexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description = "Simple but complete lexer for the forth language"
license = "MIT"
repository = "https://github.com/alexanderbrevig/forth-lsp/tree/main/lib/forth-lexer"
edition = "2021"
keywords = ["forth", "lexer"]
categories = ["parser-implementations"]

[dependencies]
ropey = { version = "1.6.0", optional = true }
Expand Down

0 comments on commit 8d5a284

Please sign in to comment.