All Projects → cmur2 → joe-syntax

cmur2 / joe-syntax

Licence: other
JOE (Joe's Own Editor) syntax coloring and highlighting files - improved ones

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to joe-syntax

ManDrake
Native Mac man page editor with syntax coloring, mandoc syntax checking & live preview.
Stars: ✭ 130 (+145.28%)
Mutual labels:  syntax-highlighting
fastedit
安卓端高性能输入框。
Stars: ✭ 38 (-28.3%)
Mutual labels:  syntax-highlighting
tree-sitter-sql
SQL syntax highlighting for tree-sitter
Stars: ✭ 33 (-37.74%)
Mutual labels:  syntax-highlighting
ax-editor
Ax is a code editor with syntax highlighting that runs in your terminal written completely in Swift.
Stars: ✭ 42 (-20.75%)
Mutual labels:  syntax-highlighting
Sublime-GenericConfig
Generic highlighting of the configuration files for Sublime Text 2 and Sublime Text 3
Stars: ✭ 39 (-26.42%)
Mutual labels:  syntax-highlighting
Laravel.tmTheme
A Sublime Text 3 theme based on the Laravel documentation colour scheme
Stars: ✭ 40 (-24.53%)
Mutual labels:  syntax-highlighting
KodeEditor
A simple code editor with syntax highlighting and pinch to zoom
Stars: ✭ 60 (+13.21%)
Mutual labels:  syntax-highlighting
see-cli
A colorful 🌈 cat - syntax highlight print CLI
Stars: ✭ 24 (-54.72%)
Mutual labels:  syntax-highlighting
QSourceHighlite
Lightweight syntax highlighter written in Qt
Stars: ✭ 39 (-26.42%)
Mutual labels:  syntax-highlighting
rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
Stars: ✭ 36,988 (+69688.68%)
Mutual labels:  syntax-highlighting
splash
🌊 Highlight source code embedded in HTML with a splash of color
Stars: ✭ 19 (-64.15%)
Mutual labels:  syntax-highlighting
halo-theme-joe2.0
🌈 一款 Halo 博客主题 Joe2.0
Stars: ✭ 264 (+398.11%)
Mutual labels:  joe
vim-markdown
Markdown Vim Mode
Stars: ✭ 4,072 (+7583.02%)
Mutual labels:  syntax-highlighting
JCEditor
📝 Text editor created in Java
Stars: ✭ 33 (-37.74%)
Mutual labels:  syntax-highlighting
Xcode-Darcula
Xcode theme based on the Darcula theme for JetBrains IDEs.
Stars: ✭ 26 (-50.94%)
Mutual labels:  syntax-highlighting
Clojure-Sublimed
Clojure support for Sublime Text 4
Stars: ✭ 268 (+405.66%)
Mutual labels:  syntax-highlighting
stan-vim
A Vim plugin for the Stan probabilistic programming language.
Stars: ✭ 41 (-22.64%)
Mutual labels:  syntax-highlighting
vue-code-highlight
Beautiful code highlighter as Vue.js component.
Stars: ✭ 96 (+81.13%)
Mutual labels:  syntax-highlighting
night-owlish
🌙🦉 An RStudio, tmThemes, and Ace editor adaptation of @sdras' Night Owl VS Code theme…
Stars: ✭ 122 (+130.19%)
Mutual labels:  syntax-highlighting
vscode-cue
CUE language support for Visual Studio Code
Stars: ✭ 55 (+3.77%)
Mutual labels:  syntax-highlighting

JOE Syntax Highlighting

This repository mainly contains improved and completely new JOE syntax files fixing bugs in the original files and adding support for new languages.

Using

*.jsf

To enable the .jsf files in this repository they need to appear in JOEs syntax directory, either locally (~/.joe/syntax) or globally. The global syntax directory is is likely to be /usr/share/joe/syntax when using Debian and APT or /usr/local/Cellar/joe/3.7/share/joe/syntax when using brew on Mac OS X. You may either download the contents of this repository as a zip file or clone this repository somewhere onto your hard disk and establish symlinks to all jsf files in the syntax directory, or to install this repository to ~/.joe/syntax and symlink ftyperc appropriately (see below).

ftyperc (only needed to enable new languages)

To enable the enhanced ftyperc from this repository to gain syntax highlighting support for new languages without overwriting /etc/joe/ftyperc, you may place the modified one in ~/.joe/ as ~/.joe/ftyperc.

How JOE syntax highlighting works

See HowItWorks.md which is a reworked version of the header of c.jsf. Another good resource might be jsf.jsf.

Other Syntax Files

Licensing

Every .jsf file from the original repository is under GPL as JOE. There are efforts to move JOE to GPL v2 or any later version.

Every .jsf file created and modified exclusively by me (Christian Nicolai) is under GPL v2 or any later version.

Files with contributions (or unclear license info):

Links

For JOE see here.
For JOE project see here.
For original JOE syntax files see here.
For ne (the nice editor that uses JOE syntax files, too) see here.

You can find this repository here.

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].