TextMate-style syntax highlighting in PHP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Dustin Wilson 3cabeb519d Add file extension to README 3 years ago
data Added more language grammars 3 years ago
lib Changed Project name to Fukkus 3 years ago
.gitignore Beginning work on language grammars 3 years ago
LICENSE Initial commit 3 years ago
README.md Add file extension to README 3 years ago
composer.json Beginning work on language grammars 3 years ago
composer.lock Initial commit 3 years ago
package.json Beginning work on language grammars 3 years ago
run Added more language grammars 3 years ago
yarn.lock Beginning work on language grammars 3 years ago

README.md

Fukkus

Fukkus is a multilanguage syntax highlighter written in PHP. It takes code as input and returns HTML with classes based upon tokens in the code. It is loosely based upon Atom's Highlights which is used in the Atom text editor to syntax highlight code. Atom's Highlights is in turn based upon TextMate's syntax highlighting using its concepts of scope selectors and common classes for components of programming languages.