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

SCM: Support commit message syntax highlighting #54886

Closed
shreyasminocha opened this issue Jul 23, 2018 · 1 comment
Closed

SCM: Support commit message syntax highlighting #54886

shreyasminocha opened this issue Jul 23, 2018 · 1 comment
Assignees
Labels
feature-request Request for new features or functionality git GIT issues scm General SCM compound issues
Milestone

Comments

@shreyasminocha
Copy link

shreyasminocha commented Jul 23, 2018

I'd love to see better syntax highlighting for commit messages. For example, in

# If applied, this commit will…
Message

# Explain why this change is being made

# Provide links to any relevant tickets, articles or other resources
Issue #000

# On branch master
# Your branch is ahead of 'fork/master' by 2 commits.
#   (use "git push" to publish your local commits)
#
# Changes to be committed:
#	renamed:    typings/file.d.ts -> typings/file2.d.ts
#
# Changes not staged for commit:
#	modified:   package-lock.json
#	modified:   package.json

Highlighting for

  • master in "# On branch master"
  • fork/master
  • renamed, modified, deleted and added
  • File names such as package.json
  • #000 in "Issue #000"

I could open a PR for this if approved.

@vscodebot vscodebot bot added the git GIT issues label Jul 23, 2018
@joaomoreno joaomoreno added this to the Backlog milestone Aug 2, 2018
@joaomoreno joaomoreno added feature-request Request for new features or functionality scm General SCM compound issues labels Aug 2, 2018
@joaomoreno joaomoreno changed the title Better commit message syntax highlighting SCM: Support commit message syntax highlighting Sep 14, 2018
@joaomoreno
Copy link
Member

Merging with #30562

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality git GIT issues scm General SCM compound issues
Projects
None yet
Development

No branches or pull requests

2 participants