Skip to content

Commit

Permalink
ci: added more GNU Emacs versions
Browse files Browse the repository at this point in the history
Moreover I've taken the chance to fix a couple of typos on the README
file.

Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
  • Loading branch information
mssola committed May 10, 2024
1 parent fcd8632 commit 2e348ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ jobs:
- 27.2
- 28.1
- 28.2
- 29.1
- 29.2
- 29.3
- snapshot
include:
- os: macos-latest
emacs_version: 27.2
emacs_version: 29.3
steps:
- uses: purcell/setup-emacs@master
with:
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ This theme also provides one interactive function that can be used as a hook:
As a reminder, this color theme is a port from Vim, and Vim and GNU Emacs have
some different takes on function identifiers. As such, the original Vim theme
defines identifiers as purple, but only method definitions in Ruby, Perl and PHP
(languages that I've used with these theme, there might be more) were
highlighted this way, but that wasn't the case for C, C++ or Go. This is
certainly a bug in Vim, but I got used to it, and when doing this port I could
notice this a lot. For this reason, by default this color theme for GNU Emacs
defines function identifiers as white, but it provides this function so in other
languages can be drawn in purple.
(languages that I've used with this theme, there might be more) were highlighted
this way, but that wasn't the case for C, C++ or Go. This is certainly a bug in
Vim, but I got used to it, and when doing this port I could notice this a lot.
For this reason, by default this color theme for GNU Emacs defines function
identifiers as white, but it provides this function so in other languages can be
drawn in purple.

You may turn identifiers into purple with a code like this:

Expand All @@ -158,7 +158,7 @@ Read the [CHANGELOG.org](./CHANGELOG.org) file.
## License

```
Copyright (C) 2016-2023 Miquel Sabaté Solà <mikisabate@gmail.com>
Copyright (C) 2016-Ω Miquel Sabaté Solà <mikisabate@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 2e348ba

Please sign in to comment.