aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-05-10 07:29:37 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-05-10 07:29:37 +0200
commit2e348bad40af18f8ca72c779fc148ba54796f7f8 (patch)
tree5f7abe8f64af90ba8a50d3403c31348f5b980f50 /README.md
parentfcd8632cb47ff93d974c8362b4e6501004caad7d (diff)
downloadsoria-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.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index c5a8742..41b2549 100644
--- a/README.md
+++ b/README.md
@@ -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