Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adaszko committed Jun 7, 2023
1 parent 4e47fa9 commit ce2b556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Use parentheses to group patterns:

# Roadmap

* Reuse Fish's parsing of man pages to generate completions (https://github.com/fish-shell/fish-shell/blob/946ecf235c002cff596fbbb2c03f9693c30744da/share/tools/create_manpage_completions.py).
* Generate grammars automatically based on man pages (https://github.com/fish-shell/fish-shell/blob/946ecf235c002cff596fbbb2c03f9693c30744da/share/tools/create_manpage_completions.py).

* Show completion hints in ZSH and Fish

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::io::Write;
use bumpalo::Bump;
use clap::Parser;

use complgen::{Result};
use complgen::Result;

use crate::dfa::DirectDFA;
use crate::grammar::parse;
Expand Down

0 comments on commit ce2b556

Please sign in to comment.