All Projects → serialhex → Nano Highlight

serialhex / Nano Highlight

Licence: unlicense
a spiffy collection of nano syntax highlighting files

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Nano Highlight

That editor
*That* editor.
Stars: ✭ 262 (-23.84%)
Mutual labels:  syntax-highlighting
Color Themes For Google Code Prettify
Syntax highlighting color themes for Google Code Prettify
Stars: ✭ 297 (-13.66%)
Mutual labels:  syntax-highlighting
History Search Multi Word
Multi-word, syntax highlighted history searching for Zsh
Stars: ✭ 314 (-8.72%)
Mutual labels:  syntax-highlighting
Vim No Color Collections
Collection of Vim themes with barely any colors
Stars: ✭ 270 (-21.51%)
Mutual labels:  syntax-highlighting
Handlebars
Fullest Handlebars.js templating support for Atom and Sublime Text 2 / 3. Also drives syntax colouring on Github and in Visual Studio Code. Install from: https://atom.io/packages/Handlebars and https://packagecontrol.io/packages/Handlebars.
Stars: ✭ 292 (-15.12%)
Mutual labels:  syntax-highlighting
Chromatica.nvim
Clang based syntax highlighting for Neovim
Stars: ✭ 306 (-11.05%)
Mutual labels:  syntax-highlighting
PrettyPrompt
A cross-platform command line prompt library that provides syntax highlighting, autocompletion, history and multi-line input.
Stars: ✭ 45 (-86.92%)
Mutual labels:  syntax-highlighting
Rainbow csv
🌈Rainbow CSV - Vim plugin: Highlight columns in CSV and TSV files and run queries in SQL-like language
Stars: ✭ 337 (-2.03%)
Mutual labels:  syntax-highlighting
Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (-14.83%)
Mutual labels:  syntax-highlighting
Ble.sh
Bash Line Editor―a full-featured line editor written in pure Bash! Syntax highlighting, auto suggestions, vim modes, etc. are available in Bash interactive sessions!
Stars: ✭ 306 (-11.05%)
Mutual labels:  syntax-highlighting
Rouge
A pure Ruby code highlighter that is compatible with Pygments
Stars: ✭ 2,999 (+771.8%)
Mutual labels:  syntax-highlighting
Refractor
Lightweight, robust, elegant virtual syntax highlighting using Prism
Stars: ✭ 291 (-15.41%)
Mutual labels:  syntax-highlighting
Rainbow
Simple syntax highlighting library written in javascript
Stars: ✭ 3,241 (+842.15%)
Mutual labels:  syntax-highlighting
Graphql For Vscode
GraphQL syntax highlighting, linting, auto-complete, and more!
Stars: ✭ 265 (-22.97%)
Mutual labels:  syntax-highlighting
Vim Crystal
Vim filetype and tools support for Crystal language.
Stars: ✭ 326 (-5.23%)
Mutual labels:  syntax-highlighting
DevToys
A Swiss Army knife for developers.
Stars: ✭ 4,986 (+1349.42%)
Mutual labels:  syntax-highlighting
Devii
A developer blog starter for 2020 (Next.js + React + TypeScript + Markdown + syntax highlighting)
Stars: ✭ 296 (-13.95%)
Mutual labels:  syntax-highlighting
Webstorm Styled Components
styled-components highlighting support in IntelliJ editors
Stars: ✭ 342 (-0.58%)
Mutual labels:  syntax-highlighting
Clangkit
ClangKit provides an Objective-C frontend to LibClang. Source tokenization, diagnostics and fix-its are actually implemented.
Stars: ✭ 330 (-4.07%)
Mutual labels:  syntax-highlighting
Lowlight
Virtual syntax highlighting for virtual DOMs and non-HTML things
Stars: ✭ 310 (-9.88%)
Mutual labels:  syntax-highlighting

nano-highlight

A spiffy collection of nano syntax highlighting files

Most (ok, prettymuch all) of these have been stol*COUGH* politely included in this repository. Proper attribution follows at the end of it all... Unless otherwise specified, all files are under the unlicense

WTF do i need these stupid things for???

Well, if EMACS or vi are too much of a PITA for you to learn, and all the other text editors you've used are likewise annoying for some reason (yes i'm looking at you Kate & Gedit) then nano is probably your best option! (Or if you just like the simplicity of using an extremely lightweight console editor, which is one of the biggest reasons why I use it)

So HTF do i use these things???

One of the easiest ways is like this: git clone git://github.com/serialhex/nano-highlight.git ~/.nano then simply add the different *.nanorc files that you want to use to your ~/.nanorc file. for example, this is mine:

## my awesome ~/.nanorc file!!!

## spifftastic nano highlighting nano!!
include "~/.nano/nanorc.nanorc"

## Ruby
include "~/.nano/ruby.nanorc"

## C/C++
include "~/.nano/c.nanorc"

## Python
include "~/.nano/python.nanorc"

## Bourne shell scripts
include "~/.nano/bash.nanorc"

## CSS
include "~/.nano/css.nanorc"

## HTML
include "~/.nano/html.nanorc"

## Markdown
include "~/.nano/markdown.nanorc"

There are other spiffy things you can do in your .nanorc file, see nanorc manpage online or your very own nanorc manpage for more details.

OOH!!! That's spiffy!!! Thanks for all your hard work in making all these files!!!


Umm, yeah, about that, I didn't make all of them, here is the list of who did what with whom:

Files from nanosyntax (New BSD license)

apache2.nanorc css.nanorc httpstatuscodes.nanorc nscd.nanorc rcfiles-new.nanorc
apacheconf.nanorc debian.nanorc info.nanorc others.nanorc rsync.nanorc
aptsrclist.nanorc default.nanorc ini.nanorc paludis.nanorc ruby.nanorc
asm.nanorc delphi.nanorc initng.nanorc passwd.nanorc shlike.nanorc
bash.nanorc desc.nanorc initscript.nanorc patch.nanorc sh.nanorc
c-file.nanorc dotemacs.nanorc java.nanorc perl.nanorc softcam.nanorc
changelog.nanorc dummy.nanorc js.nanorc php2.nanorc sources_list.nanorc
changelogs.nanorc ebuild.nanorc log-stuff.nanorc php.nanorc tab.nanorc
clike.nanorc ekghistory.nanorc maincf.nanorc plaudis.nanorc tcl.nanorc
c.nanorc etcportage.nanorc makefile.nanorc po.nanorc tex.nanorc
config2.nanorc etc-stuff.nanorc man.nanorc postgresql.nanorc urls.nanorc
config3.nanorc etcxml.nanorc mcchangelog.nanorc pov.nanorc vhost.nanorc
configfiles.nanorc gentoo.nanorc mimetype.nanorc privoxy.nanorc xdefaults.nanorc
config.nanorc groff.nanorc mutt.nanorc profile.nanorc xml.nanorc
conf.nanorc havp.nanorc named.nanorc python.nanorc xorg.nanorc
conky.nanorc html.nanorc nanorc.nanorc rcfiles.nanorc

Files from scopatz / nanorc ('do whatever you want' licence)

his repo has since changed, see LICENSE for the new license these fall under

apacheconf.nanorc css.nanorc groff.nanorc man.nanorc patch.nanorc python.nanorc
asm.nanorc cython.nanorc html.nanorc markdown.nanorc perl.nanorc tex.nanorc
fortran.nanorc java.nanorc mutt.nanorc php.nanorc reST.nanorc xml.nanorc
gentoo.nanorc lua.nanorc nanorc.nanorc pov.nanorc ruby.nanorc sh.nanorc
c.nanorc conf.nanorc

Files found 'round the net (see the file for more info)

markdown.nanorc txt2tags.nanorc

Files from aaronhamilton / coffeescript-nano

coffee.nanorc

This is the end

That's it, have fun & dont hurt yourself!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].