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

Feature Vision Discussion: Syntax Highlighting #67

Open
2 of 18 tasks
sholderbach opened this issue Jun 18, 2021 · 2 comments
Open
2 of 18 tasks

Feature Vision Discussion: Syntax Highlighting #67

sholderbach opened this issue Jun 18, 2021 · 2 comments
Labels
A-SyntaxHighlight Area: Syntax highlighting

Comments

@sholderbach
Copy link
Member

sholderbach commented Jun 18, 2021

This issue is part of the larger vision discussion managed in #63 to brainstorm and prioritize ideas around features that would make reedline as a line editor for you both viable as well as pleasant to use. Feel free to up-vote features you depend on in other tools/shells as well as suggest new ideas!

Syntax Highlighting Features

  • Ability to define word-types to highlight as you type and continue coloring even in failure modes
    • Keywords
    • Commands
    • External Commands
    • Bareword
    • Punctuation
    • Sub-Commands
    • Braces {}, Brackets [], Parentheses ()
    • Error modes
    • Operators
    • Paths
    • Pipe
    • Arguments/Flags
    • Variables
    • Comments
    • DataTypes (strings, int, datetime, duration, bool, units, etc)
    • Other
  • Ability to have add things you want syntax highlighted through extensibility
@sholderbach sholderbach added this to the Vision to Roadmap milestone Jun 18, 2021
@fdncred
Copy link
Collaborator

fdncred commented Jun 20, 2021

Current voting

Vote for the topic(s) you care about by selecting the corresponding emoji. (No judgement based on the emojis sentiment!)

  • 👍 Ability to define word-types to highlight as you type (see above)
  • 👎 Ability to have add things you want syntax highlighted through extensibility

@mzanrosso
Copy link
Contributor

External command highlight done 👍

@sholderbach sholderbach added A-Multiline Area: Support for multiline editing (Validation and interaction with `A-Display`) A-SyntaxHighlight Area: Syntax highlighting and removed A-Multiline Area: Support for multiline editing (Validation and interaction with `A-Display`) labels Nov 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-SyntaxHighlight Area: Syntax highlighting
Projects
None yet
Development

No branches or pull requests

3 participants