1
0
mirror of https://github.com/scopatz/nanorc synced 2024-09-18 12:35:59 +02:00
Commit Graph

164 Commits

Author SHA1 Message Date
Anthony Scopatz
411442fd29 Merge pull request #73 from astronautlevel2/master
Updated Readme with correct URL
2015-12-15 09:20:18 -05:00
Alex Taber
15dc8541bf Updated Readme with correct URL 2015-12-15 06:32:12 -05:00
Anthony Scopatz
429ad3db32 Merge pull request #72 from adduc/patch-1
Add namespace/use keywords for PHP
2015-12-15 02:45:10 -05:00
John S Long
178ce558f9 Add namespace/use keywords for PHP 2015-12-15 01:44:09 -06:00
Anthony Scopatz
ba4045fc99 Merge pull request #71 from astronautlevel2/master
Updated nanorc and added OCaml nanorc
2015-12-15 01:18:49 -05:00
Alex Taber
c46ed9cb1c Updated readme with installer instructions 2015-12-14 22:24:39 -05:00
Alex Taber
b627b455ae Added automatic installer 2015-12-14 22:02:50 -05:00
Alex Taber
a345c2bd7b Updated nanorc with ocaml.nanorc 2015-12-14 21:19:58 -05:00
Alex Taber
8842f692a2 Added ocaml nanorc
Adapted from NAS-tweaks
2015-12-14 21:18:32 -05:00
Alex Taber
6ccff4b618 Updated nanorc file with new nanorc's recently added
Added two lines including the new rust nanorc and the new arduino nanorc
2015-12-14 21:07:42 -05:00
Anthony Scopatz
b89b5ecd06 Merge pull request #70 from astronautlevel2/master
Added nanorc for arduino sketch files
2015-12-14 20:56:23 -05:00
Alex Taber
fce98d0782 Added nanorc for arduino sketch files 2015-12-14 20:54:49 -05:00
Anthony Scopatz
f8b768b9dc Merge pull request #69 from astronautlevel/master
Added rust nanorc file
2015-12-14 15:36:36 -05:00
Alex Taber
a737f17fc2 Added rust nanorc file 2015-12-14 15:34:03 -05:00
Anthony Scopatz
336cd1bdb5 Merge pull request #68 from mikafouenski/master
Add the new conky.nanorc from official repository of brndnmtthws/conky
2015-11-14 10:25:25 -05:00
Mickaël Bernardini
d87b3263eb Add the new conky.nanorc from official repository of brndnmtthws/conky 2015-11-14 10:22:22 +01:00
Anthony Scopatz
086c52beb3 Merge pull request #67 from jodizzle/fix/colors
Change red tabs and black parenthesis/braces
2015-10-24 10:17:11 -04:00
Jody Leonard
b1c896c01c Remove black coloring for several rc's
Some of the configurations turn parentheses and or curly braces black,
which become invisible against the default nano black background color.
2015-10-24 07:55:49 -04:00
Jody Leonard
b64de43467 Change tab coloring behavior for several rc's
The commit mariuszs/nanorc@e5cc8be863
introduced a number of rc files that cause tabs to always show as red
(even with trailing spaces). Adjust the behavior according to changes in
https://github.com/nanorc/nanorc/blob/master/mixins/lint.nanorc, which
seems to be an updated source of the original commit. Make tabs appear
green without trailing characters, red with trailing spaces, and
uncolored when followed by any other character.
2015-10-24 06:58:36 -04:00
Anthony Scopatz
cf16158513 Merge pull request #65 from bgulla/master
Added dockerfile syntax highlighting for *.dockerfile
2015-10-21 09:35:36 -04:00
Brandon Gulla
58b164c007 Added dockerfile syntax highlighting for *.dockerfile 2015-10-21 09:27:43 -04:00
Anthony Scopatz
0fd05e5ecc Merge pull request #64 from sanmai-NL/patch-1
Add another popular file name extension 'adoc'
2015-09-26 15:14:59 -04:00
Sander M
06ae63d9f4 Add another popular file name extension 'adoc' 2015-09-26 21:13:07 +02:00
Anthony Scopatz
4bce073b29 Merge pull request #62 from dbkaplun/zshrc
Adds missing zshrc symlink
2015-09-20 15:26:41 -07:00
Anthony Scopatz
c1b34bd1ad Merge pull request #63 from liquidstate/master
improved puppet highlighting from https://github.com/llowder/puppet-nano/
2015-09-20 15:21:15 -07:00
Bryan Ross
8cfddac05d improved highlighting from https://github.com/llowder/puppet-nano/ 2015-09-20 22:42:07 +01:00
Dan Kaplun
270fec7f8d Adds missing zshrc symlink 2015-09-19 22:21:48 -04:00
Anthony Scopatz
50fc83f87a Merge pull request #61 from bgulla/master
Added Dockerfile syntax abilities.
2015-09-18 11:46:56 -07:00
Brandon Gulla
d7915db91b Added Dockerfile syntax abilities. 2015-09-18 14:28:59 -04:00
Anthony Scopatz
be2e3286f3 Merge pull request #60 from natalie-/master
Add support for SaltStack states (*.sls).
2015-08-20 09:59:17 -04:00
Natalie Somersall
fa671c9b09 Add support for SaltStack states (*.sls). 2015-08-20 09:14:32 -04:00
Anthony Scopatz
288b92dfe3 Merge pull request #58 from simon-v/master
Allow short ledger and beancount extensions
2015-07-30 15:23:47 -05:00
Simon Volpert
9e06e18219 Merge branch 'master' of github.com:scopatz/nanorc 2015-07-30 23:22:12 +03:00
Simon Volpert
4948936397 Allow short ledger and beancount extensions 2015-07-30 23:14:19 +03:00
Anthony Scopatz
89faba8fde Merge pull request #57 from amateursuperuser/master
fixed line errors that caused nano to complain
2015-07-23 12:49:08 -05:00
amateursuperuser
0f3f348b1c fixed line errors that caused nano to complain
GNU nano was complaining about syntax errors for parsing perl6.nanorc. nanorc reserved word "color" needs 2 parameters. Works on Arch Linux with nano 2.4.2
2015-07-23 12:39:17 -05:00
Anthony Scopatz
6c57011c02 Merge pull request #55 from simon-v/master
Ledger and Python syntax extensions
2015-07-06 10:13:47 +03:00
Simon Volpert
11fe61dad0 Merge branch 'master' of github.com:scopatz/nanorc 2015-07-05 20:04:58 +03:00
Simon Volpert
157ee8ca27 Add a separate rule for beancount account name syntax 2015-06-29 19:37:34 +03:00
Simon Volpert
603c5e5469 Allow flagging a transaction leg 2015-06-28 20:40:08 +03:00
Anthony Scopatz
92497327f6 Merge pull request #56 from grandtheftjiujitsu/master
Added Perl6 Syntax Highlighting
2015-06-23 19:47:24 +03:00
grandtheftjiujitsu
bf0512d73e added hybrid perl5 / perl6 syntax highlighting from CPAN 2015-06-21 15:09:30 -04:00
Simon Volpert
12e994ba09 Ledger: allow flag to be an exclamation mark 2015-06-21 21:12:50 +03:00
Simon Volpert
65446005a5 True and False are Python built-in objects 2015-06-21 19:05:44 +03:00
Simon Volpert
bd7da6b59e Extend ledger syntax to include beancount 2015-06-17 19:33:00 +03:00
Anthony Scopatz
57f37d5428 Merge pull request #51 from michaellopez/bad-regex-fix
Fixed for bad regex. From justinribeiro/nanorc@449447fffe
2015-04-26 13:38:24 -07:00
Michael Lopez
da811ad87e Fixed for bad regex. From justinribeiro/nanorc@449447fffe 2015-04-21 09:04:44 +02:00
Anthony Scopatz
c8874a7102 Merge pull request #50 from eric-wieser/patch-1
Add htaccess to file pattern
2015-04-14 09:00:13 -05:00
Eric Wieser
d8f0c106a5 Add htaccess to file patter 2015-04-14 10:14:31 +01:00
Anthony Scopatz
7a6608a5f4 Merge pull request #45 from cuplizian/master
Remove lazy operator for OS X compatibility
2014-10-05 10:43:48 -07:00