Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix-mode
base: bf027132d04a
Choose a base ref
...
head repository: NixOS/nix-mode
compare: c577957d668e
Choose a head ref
  • 6 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 26, 2019

  1. Fix handling of keywords in identifiers

    This case shouldn’t be highlighted. For instance:
    
      python-with-my-packages
    
    Need to look ahead and behind keywords to make sure they are not used
    in attribute names.
    matthewbauer committed Jun 26, 2019
    Copy the full SHA
    aa1fa07 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Add issue 84 test

    Fixes #84
    matthewbauer committed Jun 27, 2019
    Copy the full SHA
    1b2f22f View commit details
    Browse the repository at this point in the history
  2. Make sure update .elc is available when running tests

    otherwise we get out of date .elc files
    matthewbauer committed Jun 27, 2019
    Copy the full SHA
    ccb320a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4ffab96 View commit details
    Browse the repository at this point in the history
  4. Handle more edge cases in keywords

    when a symbol comes after or before the keyword, it is still okay to
    use as a keyword.
    matthewbauer committed Jun 27, 2019
    Copy the full SHA
    8118a80 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #85 from NixOS/fix-84

    Fix handling of keywords in identifiers
    matthewbauer committed Jun 27, 2019
    Copy the full SHA
    c577957 View commit details
    Browse the repository at this point in the history