404 Commits

Author SHA1 Message Date
thrasr
21846c7dce Fixes ruby syntax highlighting regex
The current regex for ruby constants has an error and matches way more than it
should.  It overwrites the reserved words and most variable names with bright
blue - making it hard to read.  Change the regex to match exactly 1 of $|@|@@
instead of matching 1 or 0.
2019-03-24 13:18:55 -04:00
Anthony Scopatz
ee21b12aa3
Merge pull request #215 from nooitaf/patch-1
javascript.nanorc - highlights ending brace too
2019-03-17 09:34:07 -04:00
Ralf Brandenstein
879676489f
javascript.nanorc - highlights ending brace too 2019-03-17 07:55:13 +01:00
Anthony Scopatz
1f4a75b9a7
Merge pull request #214 from SuperSandro2000/patch-1
Add missing keywords to Dockerfile
2019-03-15 08:24:21 -04:00
Sandro Jäckel
0dcf11ab6f
Add missing keywords to Dockerfile
Sorted according to https://docs.docker.com/engine/reference/builder/
2019-03-15 08:31:46 +01:00
Anthony Scopatz
34897204eb
Merge pull request #213 from melezhik/master
Add pl6 pm6 extensions
2019-03-07 09:52:36 -08:00
Alexey Melezhik
4bab9c5202
Add pl6 pm6 extensions 2019-03-07 11:44:55 -06:00
Anthony Scopatz
7ae6f6edbb
Merge pull request #208 from lopho/patch-1
nano acknowledgement
2019-02-27 10:20:43 -05:00
lopho
adf634fd35
more tilde 2019-02-27 16:19:21 +01:00
lopho
4fe1697657
nano acknowledgement 2019-02-27 16:08:50 +01:00
Anthony Scopatz
00ed4d7ec4
Merge pull request #203 from simon-v/html-improvements
Update HTML highlighting ruleset and merge Jinja2 templating rules into it
2019-01-05 12:55:54 -05:00
Anthony Scopatz
36c34acf60
Merge pull request #204 from simon-v/python-magic
Python syntax improvements
2019-01-05 11:58:28 -05:00
Simon Volpert
31a2bcf436
Change the Python file header text 2019-01-05 18:23:10 +02:00
Simon Volpert
d449035c52
Python: Add rule to treat print and exec as both keywords and functions 2019-01-05 18:22:35 +02:00
Simon Volpert
8180a4cf7e
Add a magic string to Python's syntax definitions
Make the syntax name lowercase
2019-01-05 18:22:33 +02:00
Simon Volpert
269ff57d2b
Symlink html.j2.nanorc -> html.nanorc for people using extendsyntax on it 2019-01-05 16:47:53 +02:00
Simon Volpert
92baad770c
Update HTML highlighting ruleset and merge J2 templating rules into it 2019-01-05 14:58:39 +02:00
Anthony Scopatz
6a3d34f7ed
Merge pull request #202 from simon-v/rainbow-csv
Add Rainbow CSV
2019-01-04 09:54:30 -05:00
Anthony Scopatz
32bea1d0bd
Merge pull request #201 from simon-v/python-tweaks
Python tweaks
2019-01-04 09:53:28 -05:00
Simon Volpert
56106c7e02
Add rainbow CSV highlighting rules (12 column coverage)
Inspired by https://github.com/mechatroner/rainbow_csv
2019-01-04 16:43:43 +02:00
Simon Volpert
49c839cfea
Remove dead code in Python definition 2019-01-04 16:31:34 +02:00
Anthony Scopatz
881ba7ae36
Merge pull request #200 from simon-v/cfg-ini
Add cfg extension to ini file rules
2019-01-04 09:24:52 -05:00
Simon Volpert
4bf49a725a
Unify comments in Python file 2019-01-04 15:35:10 +02:00
Simon Volpert
c3c1996717
Python: Make numbers yellow instead of blue to make them easier to read 2019-01-04 15:34:22 +02:00
Simon Volpert
b364e4bf4d
Make Python comment rule more specific 2019-01-04 15:34:22 +02:00
Simon Volpert
be1c690ef1
Add reminders to Python syntax 2019-01-04 15:28:27 +02:00
Simon Volpert
0f2ad69b02
Make Python quoted strings brown 2019-01-04 15:26:45 +02:00
Simon Volpert
7e312f8d95
Enable highlighting of built-in Python classes 2019-01-04 15:24:38 +02:00
Simon Volpert
455cbfb209
Add cfg extension to ini file rules 2019-01-04 15:06:43 +02:00
Anthony Scopatz
79ac0cac8b
Merge pull request #199 from esler/master
fix PHP classes with underscore character
2018-12-17 08:11:53 -05:00
Ondřej Ešler
7e1cb42c50 fix PHP classes with underscore character 2018-12-17 12:32:30 +01:00
Anthony Scopatz
9bea2503fd
Merge pull request #197 from esler/master
add syntax highlighting for /etc/hosts
2018-12-13 07:58:23 -05:00
Ondřej Ešler
77060a0ae8 fix a typo 2018-12-13 10:50:46 +01:00
Ondřej Ešler
0e0396222c add syntax highlighting for /etc/hosts 2018-12-13 10:48:50 +01:00
Anthony Scopatz
ea044abe5e
Merge pull request #196 from arisinfenix/master
pkgbuild: Add sha224sums and changelog
2018-12-04 07:41:41 -05:00
Michael Straube
90114bfb73 pkgbuild: Add sha224sums and changelog
Also add checkdepends forgotten in commit 6dddac6.
2018-12-04 11:26:47 +01:00
Anthony Scopatz
2ef10b6d75
Merge pull request #195 from arisinfenix/master
Add checkdepends to pkgbuild keywords
2018-11-27 10:06:14 -05:00
Michael Straube
6dddac635a Add checkdepends to pkgbuild keywords 2018-11-27 15:39:43 +01:00
Anthony Scopatz
142ee236d3
Merge pull request #194 from ingria/patch-1
Some nginx config tweaks
2018-11-03 18:27:31 -04:00
Birger Jarl
4947e352c5
Added missing proxy_ directives
`proxy_cache_methods`, `proxy_pass_request_body`, `proxy_pass_request_headers`, `proxy_pass_request_headers`, `proxy_cache_convert_head`, `proxy_cache_lock_age`, `proxy_cache_max_range_offset`, `proxy_send_lowat`, `proxy_set_body`, `proxy_socket_keepalive`. `proxy_ssl_trusted_certificate`
2018-11-04 00:56:58 +03:00
Birger Jarl
f63ecc1304
Parse config files in sites-enabled and sites-available 2018-11-04 00:49:03 +03:00
Birger Jarl
0ab67dcf5b
Added missing ssl directives 2018-11-04 00:42:42 +03:00
Anthony Scopatz
4cde0794f5
Merge pull request #193 from jboero/hashicorp
Added Hashicorp Terraform/HCL
2018-10-23 10:20:29 -06:00
jboero
0a3df57129 Changed author 2018-10-23 09:52:03 +01:00
jboero
8ef8bfd54a Added Hashicorp Terraform/HCL 2018-10-23 09:49:30 +01:00
Anthony Scopatz
37a61136e7
Merge pull request #190 from tomcharter365/patch-1
Fix not balanced parentheses in js.nanorc
2018-10-11 18:17:58 -04:00
tomcharter365
12b48e6a30
Fix not balanced parentheses
Needed to add `(` to line 32
2018-10-11 15:20:56 -06:00
Anthony Scopatz
bdb317ee11
Merge pull request #187 from fszymanski/master
nanorc.nanorc: add positionlog keyword
2018-09-10 08:44:14 -04:00
Filip Szymański
a0f1f3007e
nanorc.nanorc: add positionlog keyword 2018-09-10 14:25:37 +02:00
Anthony Scopatz
1e589cb729
Merge pull request #185 from yochem/master
Added syntax highlighting for Prolog
2018-09-05 08:30:59 -04:00