diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-05-10 07:29:37 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-05-10 07:29:37 +0200 |
| commit | 2e348bad40af18f8ca72c779fc148ba54796f7f8 (patch) | |
| tree | 5f7abe8f64af90ba8a50d3403c31348f5b980f50 /README.md | |
| parent | fcd8632cb47ff93d974c8362b4e6501004caad7d (diff) | |
| download | soria-2e348bad40af18f8ca72c779fc148ba54796f7f8.tar.gz soria-2e348bad40af18f8ca72c779fc148ba54796f7f8.zip | |
ci: added more GNU Emacs versions
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>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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: @@ -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 |
