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

Add syntax table property for comment semantic tokens. #3696

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Aug 26, 2022

  1. Add syntax table property for comment semantic tokens.

    This is important to let emacs understand that certain parts of
    the code (e.g. wrapped in C marcos) are not in effect and should
    be by-passed for things like forward-sexp.
    JimDBh committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    2a9bb3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    918de69 View commit details
    Browse the repository at this point in the history
  3. Address a few comments.

    JimDBh committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    ad36e4f View commit details
    Browse the repository at this point in the history
  4. Fix compile errors.

    JimDBh committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    c999198 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Configuration menu
    Copy the full SHA
    4b68c57 View commit details
    Browse the repository at this point in the history