We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parser/parse
Small nitpick for a rainy day: You forgot to update the :arglists -- they contain tab but not line and col :)
:arglists
tab
line
col
{:arglists '([p input] [p input {:keys [pos, tab, user-state] :as options}])}
Originally posted by @ferdinand-beyer in #6 (comment)
The text was updated successfully, but these errors were encountered:
(docs): fix :arglists of parser/parse #7
70b3509
serioga
No branches or pull requests
Small nitpick for a rainy day: You forgot to update the
:arglists
-- they containtab
but notline
andcol
:)Originally posted by @ferdinand-beyer in #6 (comment)
The text was updated successfully, but these errors were encountered: