Commit Graph

621 Commits (master)
 

Author SHA1 Message Date
yzzyx b847f09c59 Add Sieve script syntax
resolves issue #303
4 years ago
yzzyx e5dad505ff
Add support for MoonScript
Based on https://github.com/leafo/moonscript-vim
4 years ago
yzzyx fb34814488
Merge pull request #1 from scopatz/master
merge changes
4 years ago
hdquemada 694cacc285 Update groff.nanorc
added original line to allow color of some macros that only have one letter after .
4 years ago
Gareth Jones 1ef8583bae
fix(php): only highlight the spaces that are trailing 4 years ago
Anthony Scopatz 2c00b969da
Merge pull request #307 from hdquemada/master
groff.nanorc update
4 years ago
hdquemada 104dde0fb1 Update groff.nanorc
2020-04-30 deleted old line commented out
4 years ago
hdquemada e35d6674f4 Update groff.nanorc
2020-04-30

Changed to allow coloring of more than the first letter of the macro commancs
4 years ago
Anthony Scopatz d3d3097a27
Merge pull request #306 from hdquemada/master
Update asciidoc.nanorc
4 years ago
hdquemada be00d820d5 Update asciidoc.nanorc
2020-04-27
4 years ago
Anthony Scopatz 815eb014c5
Merge pull request #305 from yzzyx-network/master
Add support for Gophermap and Gemini markdown files
4 years ago
yzzyx 6cbe4a99af
Add support for Gophermap and Gemini markdown files 4 years ago
Anthony Scopatz 913f6d75e7
Merge pull request #304 from earboxer/email
* Email: Use file extension, allow spaces after quote indent
4 years ago
Zach DeCook 4874956f42 * Email: Use extension, allow spaces after quote indent 4 years ago
Anthony Scopatz 5488e5f746
Merge pull request #302 from G-Rath/patch-5
feat(js): format template strings
4 years ago
Gareth Jones c82f8da661
feat(js): format template strings 4 years ago
Anthony Scopatz c58f276f3b
Merge pull request #301 from yujiri8/master
Make comments not black in nginx syntax
4 years ago
Ryan Westlund 8b3b92ae39 Fix #299: Make comments not black in nginx syntax 4 years ago
Anthony Scopatz 4c2b1e934e
Merge pull request #300 from yujiri8/master
Improve haskell.nanorc
4 years ago
Ryan Westlund cfa6717850 Improve haskell.nanorc 4 years ago
Anthony Scopatz 3fb2783d75
Merge pull request #295 from msfjarvis/refactor/kotlin
kotlin: Add suspend modifier
4 years ago
Harsh Shandilya 69818fa425
kotlin: Add suspend modifier
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
4 years ago
Anthony Scopatz 2df2d9c058
Merge pull request #294 from Betlista/master
highlighting file for Java .properties files
4 years ago
msuska 6ff09050d0 highlighting file for Java .properties files 4 years ago
Anthony Scopatz bcdbd5a782
Merge pull request #292 from G-Rath/patch-4
Quote syntax names to improve v2.9 support
4 years ago
Anthony Scopatz 154ba5bbdd
Merge pull request #293 from G-Rath/patch-5
Add headers for ts & js nanorcs
4 years ago
Gareth Jones d573d03ccf
feat(js): add header regex 4 years ago
Gareth Jones 15d54a8cc5
feat(ts): add header regex 4 years ago
Gareth Jones 1b96a23960
fix(prolog): quote syntax name to improve v2.9 support 4 years ago
Gareth Jones 0eb16aceaf
fix(hcl): quote syntax name to improve v2.9 support 4 years ago
Anthony Scopatz 791982df22
Merge pull request #291 from yvan674/patch-1
Some minor Readme clarification
4 years ago
Yvan Satyawan 935008947c
Clarified where the .nanorc files are unpacked to 4 years ago
Yvan Satyawan c9c2175bff
Clarifies where the .nanorc files are unpacked to 4 years ago
Anthony Scopatz 31e9fd8c8d
Merge pull request #289 from Wasby/patch-1
(Haskell) Made "=>" cyan.
4 years ago
Aiden Gall 6e22afe76f
Made "=>" cyan.
Added "=>" (typeclass constraint) because the "equals" appeared cyan and the "more than" appeared magenta. This should be one colour (cyan) as it is one symbol.
4 years ago
Anthony Scopatz 3a1a94936c
Merge pull request #288 from G-Rath/patch-3
fix(ts): add missing keywords
4 years ago
Gareth Jones b6627d0641
fix(ts): add `asserts` and `is` keyword 4 years ago
Gareth Jones 56e63831c4
fix(ts): add missing keywords 4 years ago
Anthony Scopatz 137cac79fa
Merge pull request #287 from msfjarvis/refactor/systemd
systemd: Add more directives
4 years ago
Anthony Scopatz b39fe98f6d
Merge pull request #285 from hmlendea/master
M3U playlist syntax
4 years ago
Harsh Shandilya 233a018cc8
systemd: Add more directives
ProtectControlGroups
ProtectKernelModules
ProtectKernelTunables
RestrictAddressFamilies
RestrictNamespaces
RestrictRealtime
SystemCallArchitectures

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
4 years ago
Mlendea, Horațiu 0f32f4755c Fixed main header highlighting 4 years ago
Mlendea, Horațiu cdb3a12cc7 M3U playlist syntax 4 years ago
Anthony Scopatz 195b8b21ec
Merge pull request #283 from EmidioStani/master
include PHP syntax highlighting for .module files (used by Drupal)
4 years ago
emidiostani a527805ceb include PHP syntax highlighting for .module files (used by Drupal) 4 years ago
Anthony Scopatz 1d741c83ab
Merge pull request #281 from pscosta5/master
Add toml support
4 years ago
Paulo S. Costa 9e8ff03ada
Add copyright notice 4 years ago
Anthony Scopatz 2dca712157
Merge pull request #282 from jpartain89/patch-1
Update to install.sh
4 years ago
Justin P ae1e602188
Update to install.sh
When you would run `install.sh -h` or with `--help` flag, it would print those two `echo` lines, but it'd continue on its merry way, installing everything still! A `help` flag is not supposed to do that! So I added an `exit 0` to the help flag.
4 years ago
Paulo S. Costa 72787edbc5
Add toml support 4 years ago