Commit Graph

146 Commits

Author SHA1 Message Date
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
Ian Mustafa 146c3848b5 Remove lazy operator for OS X compatibility
Should work well as of pull request #14
2014-10-05 07:42:44 +07:00
Anthony Scopatz 44d0c55b36 Merge pull request #44 from stiemannkj1/master
Fixes #43: html.nanorc yellow regex is greedy and matches all quotes until the final quote.
2014-09-30 15:20:40 -07:00
Kyle Stiemann e5dd5c5f42 Fixes #43: html.nanorc yellow regex is greedy and matches all quotes until the final quote.
Since the non-greedy operator `?` causes an error, I've implemented non-greedy matching using not-quote zero or more times (`[^"]*`) instead.
2014-09-30 18:15:26 -04:00
Anthony Scopatz 02cfdc3a63 Merge pull request #40 from MatthewCox/tcl
Add tcl syntax highlighting from https://code.google.com/p/nanosyntax/ (lightly altered)
2014-08-02 16:53:22 -07:00
Anthony Scopatz 8929a577c2 Merge pull request #39 from MatthewCox/python
Significant Python highlighting improvements (mostly from https://code.google.com/p/nanosyntax/)
2014-08-02 16:52:55 -07:00
Anthony Scopatz e98ae096b2 Merge pull request #38 from MatthewCox/general
Add header directives for perl and ruby, make the sh header directive more flexible, add header keyword to nanorc highlighting
2014-08-02 16:52:15 -07:00
Anthony Scopatz b6eecf18f4 Merge pull request #37 from MatthewCox/zsh
significantly improved zsh* syntax highlighting (started from sh.nanorc)
2014-08-02 16:51:35 -07:00
Matthew Cox 6e75adacec Add header directives for perl and ruby, make the sh header directive more flexible, add header keyword to nanorc highlighting 2014-08-02 23:25:00 +01:00
Matthew Cox 44139392ac Significant Python highlighting improvements (mostly from https://code.google.com/p/nanosyntax/) 2014-08-02 23:22:17 +01:00
Matthew Cox e9c885e82e Add tcl syntax highlighting from https://code.google.com/p/nanosyntax/ (lightly altered) 2014-08-02 23:18:46 +01:00
Matthew Cox a98449b466 significantly improved zsh* syntax highlighting (started from sh.nanorc) 2014-08-02 23:12:13 +01:00
Anthony Scopatz 5e347dd43c Merge pull request #34 from liquidstate/puppetdevelopment
added puppet and ERB highlighting
2014-08-02 14:37:25 -07:00
Anthony Scopatz fa0888177d Merge pull request #35 from sinaa/patch-2
Update php.nanorc
2014-08-02 14:37:10 -07:00
Sina 2f105dc7ba Update php.nanorc
Small typo error fix
2014-08-02 22:23:19 +01:00
Bryan Ross 0fe06445a9 added puppet and ERB highlighting 2014-08-02 09:05:51 +01:00
Anthony Scopatz da5510f8fa Merge pull request #33 from sinaa/patch-1
Update php.nanorc
2014-08-02 00:08:03 -07:00
Sina 7f97ded8d8 Update php.nanorc
A much better grammar for php.

Found and taken from: https://code.google.com/p/nanosyntax/issues/detail?id=4
2014-08-02 05:24:56 +01:00
Anthony Scopatz a9584ec937 Merge pull request #32 from paulinder/master
Added scala.nanorc
2014-08-01 17:26:51 -07:00