486 Commits

Author SHA1 Message Date
Tiago Almeida
2089e96452 Shellcheck 2019-12-11 19:30:15 +00:00
Tiago Almeida
00d9adafdd Ended the lite instalation. 2019-12-11 19:22:47 +00:00
Tiago Almeida
9d02e947b2 More tests... 2019-11-25 21:04:14 +00:00
Tiago Almeida
94164b5e9c Printf instead of echo 2019-11-25 20:38:14 +00:00
Tiago Almeida
b53c091ed0 More checks 2019-11-25 20:01:23 +00:00
Tiago Almeida
ed33f0cd0d Try again 2019-11-25 19:49:38 +00:00
Tiago Almeida
5b841e3f15 Update to newer nano 2019-11-24 22:22:18 +00:00
Tiago Almeida
2e3f607ef8 More Shellcheck corrections 2019-11-24 00:15:08 +00:00
Tiago Almeida
2f6640c9c6 Corrections... 2019-11-23 22:37:49 +00:00
Tiago Almeida
56f4bcf1cd A forgotten important file... 2019-11-23 22:31:28 +00:00
Tiago Almeida
1a92eafd37 Correct an error 2019-11-23 22:26:41 +00:00
Tiago Almeida
d83d916314 Update travis rules 2019-11-23 22:22:59 +00:00
Tiago Almeida
469b554a54 Many changes envolving the themes and configs 2019-11-23 00:02:59 +00:00
Tiago Almeida
2f9ddebc39 The function install is working, but without themes... 2019-11-14 21:47:54 +00:00
Tiago Almeida
49d4623031 Enhance the fetch sources function 2019-11-14 12:05:41 +00:00
Tiago Almeida
7d3fc57068 More notes/help 2019-11-05 14:18:03 +00:00
Tiago Almeida
9ed81c37b0 Add help font 2019-11-05 00:42:09 +00:00
Tiago Almeida
5125a77303 Better IFS and parameters 2019-11-03 23:22:28 +00:00
Tiago Almeida
e1bba94e7b Usage function 2019-11-02 21:15:04 +00:00
Tiago Almeida
8442d3ad35 A more organised and robust install file 2019-10-27 22:42:16 +00:00
Tiago Almeida
29702014e0 Update the license and act accordingly
The license used is deprecated.
Update to the next best match license.
See the new: https://spdx.org/licenses/GPL-3.0-or-later.html
See the older: https://spdx.org/licenses/GPL-3.0.html
2019-10-27 21:22:27 +00:00
Tiago Almeida
548d512cda Correct the themes' folder scheme. 2019-10-27 21:16:36 +00:00
Tiago Almeida
9887b82584 More todo 2019-10-05 12:40:40 +01:00
Tiago Almeida
7f99cd7513 More changes. 2019-10-05 12:38:39 +01:00
Tiago Almeida
31eef3d8cb More changes... 2019-10-03 23:06:15 +01:00
Tiago Almeida
a770c8b239 Relocate the nanorc files.
For better organisation the nanorc files will go to a folder.
The install script should translate the themed nanorc files to the final files.
The install script should be the official instalation method.
2019-10-01 13:06:56 +01:00
Tiago Almeida
3dbb2f6c19 Original theme finished 2019-10-01 12:51:25 +01:00
Tiago Almeida
3e4e76f32e More todo's 2019-09-23 01:10:01 +01:00
Tiago Almeida
81a0bcdd7f More checks done. 2019-09-23 00:47:15 +01:00
Tiago Almeida
3efc1319b2 More highlight keys. 2019-09-22 00:08:26 +01:00
Tiago Almeida
405a71cc65 Begin the union of the nano's file with ours.
Note: these files will be deleted.
2019-09-21 00:19:09 +01:00
Tiago Almeida
c0528f6361 Add some themes explanation 2019-09-20 22:13:53 +01:00
Tiago Almeida
3ff0c20e5d Best definition of theme
- Change the names of themes.
- The files are executable by `sed` with `no print` option.
2019-09-19 16:13:42 +01:00
Tiago Almeida
b08f5b5759 Enter some links and documentation. 2019-09-19 03:36:21 +01:00
Tiago Almeida
f1f064693f Add some themes 2019-09-19 02:32:34 +01:00
Anthony Scopatz
66df684e08
Merge pull request #244 from TJProgrammer/new_readme
New Readme file, with more organised information.
2019-09-13 07:25:06 -04:00
Tiago Programmer
c64805f3a6
Correct a typo 2019-09-13 00:35:14 +01:00
Tiago Almeida
d34d3661e3 New Readme file, with more organised information. 2019-09-13 00:16:01 +01:00
Anthony Scopatz
5873ea106f
Merge pull request #241 from Tenzer/improve-nanorc.nanorc
Widen support in nanorc.nanorc
2019-07-27 07:36:43 -07:00
Jeppe Fihl-Pearson
4e028d3454 Add highlighting of colors after "set <keyword>"
This required the color highlighting to happen before the keywords were
highlighted as ERE doesn't support non-capturing groups.
2019-07-27 08:58:17 +01:00
Jeppe Fihl-Pearson
c336296fe1 Add "normal" to the list of highlighted colors
It's an allowed color as per
https://www.nano-editor.org/dist/latest/nanorc.5.html.
2019-07-27 08:56:57 +01:00
Jeppe Fihl-Pearson
74c48dd85c Support all the .nanorc keywords
The list was taken from https://www.nano-editor.org/dist/latest/nanorc.5.html.
Previously the list of keywords were split into two regexes, this didn't seem
to serve any purpose besides making the code harder to read, so I have
collapsed them together into one.
2019-07-27 08:53:05 +01:00
Anthony Scopatz
7ae493a1e3
Merge pull request #239 from neenjaw/master
basic elixir highlighting
2019-07-22 11:27:29 -04:00
Tim Austin
a27f953341 basic elixir highlighting 2019-07-21 21:40:02 -07:00
Anthony Scopatz
771126a123
Merge pull request #237 from Skrupellos/patch-1
Add `constantshow` to nanorc.nanorc
2019-07-17 16:15:14 -05:00
Skruppy
c545f9ef5e
Add constantshow to nanorc.nanorc 2019-07-09 19:16:52 +02:00
Anthony Scopatz
77b1a65bed
Merge pull request #234 from danielharbor/master
Fix fsharp.nanorc formatting issues
2019-06-29 07:25:04 -04:00
Daniel Harbor
531b706114 Fix fsharp.nanorc formatting issues 2019-06-28 21:43:05 -07:00
Anthony Scopatz
28d3a68b4d
Merge pull request #233 from PhilipRoman/c-fixed-width-types
Add "least", "fast" and "max" C fixed-width types
2019-06-26 18:37:30 -04:00
PhilipRoman
eff6072bf5 Add "least", "fast" and "max" C fixed-width types
This commit adds support for the remaining C99/C++11 fixed-width types:
u?int_fastN_t
u?int_leastN_t
u?intmax_t
2019-06-26 23:03:20 +03:00