Skip to content
New issue

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

[refactor] Parsers per language #833

Open
ianlewis opened this issue Sep 25, 2023 · 0 comments
Open

[refactor] Parsers per language #833

ianlewis opened this issue Sep 25, 2023 · 0 comments
Assignees
Labels
refactor A code refactor or cleanup

Comments

@ianlewis
Copy link
Owner

Need to rework languages so they each have their own parser to support idiosyncrasies in how some languages are parsed.

For example VimL uses quote characters (") for both strings and line comments. A parser would need to determine the difference between the two.

Related to #460

@ianlewis ianlewis added the refactor A code refactor or cleanup label Sep 25, 2023
@ianlewis ianlewis self-assigned this Sep 25, 2023
@ianlewis ianlewis added this to the v1.0.0 milestone Sep 25, 2023
@ianlewis ianlewis removed this from the v1.0.0 milestone Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor A code refactor or cleanup
Projects
None yet
Development

No branches or pull requests

1 participant