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
Anthony Scopatz
907b2e3261
Merge pull request #232 from SuperSandro2000/patch-1
...
Remove useless checks, formatting
2019-06-24 09:34:03 -04:00
Sandro Jäckel
18d96c1ab8
Remove useless checks, formatting
2019-06-24 12:21:11 +02:00
Anthony Scopatz
b34a9dc2de
Merge pull request #230 from 0xaryan/master
...
Add F# nanorc
2019-06-21 10:32:42 -04:00
Aryan Ebrahimpour
221f368c2c
update rules
2019-06-21 14:17:13 +04:30
Aryan Ebrahimpour
390e14b023
Add fsharp
2019-06-21 13:56:09 +04:30
Anthony Scopatz
3e26aa2fab
Merge pull request #226 from rasa/patch-1
...
Add missing keywords, builtins to sh.nanorc
2019-06-06 09:16:17 -04:00
Ross Smith II
c57d1f7911
Add missing builtins to sh.nanorc
...
See http://manpages.ubuntu.com/manpages/disco/man7/bash-builtins.7.html#synopsis
2019-06-05 23:40:13 -07:00
Ross Smith II
5ca686ee69
Update sh.nanord with all keyword/builtins
2019-06-05 23:27:13 -07:00
Anthony Scopatz
1df8c4706a
Merge pull request #225 from kollokollo/master
...
Added nanorc file for X11-Basic (BASIC programming language)
2019-06-05 10:43:13 -04:00
Markus Hoffmann
3e31ea5a3f
Added nanorc file for X11-Basic (BASIC programming language)
...
Made it more or less from scratch because no other BASIC language file
existed (or at least I have not found any).
2019-06-05 12:45:35 +02:00