Skip to content

S-Mancl/shakespeare-syntax-highlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A syntax highlighter for Shakespeare Programming Language

When I started to program in this wonderful and crazy language I discovered there was no syntax higlighter (EDIT: there was one for Atom, linked below, but I discovered it too late...).

So I created one! That's cool right?

Here

(old version)

Probably it isn't totally formally correct in assigning parts

Installation

To install it, you need to copy the files to your VS Code extensions folder.

Depending on your platform, it is located in the following folders:

  • Windows %USERPROFILE%\.vscode\extensions
  • macOS ~/.vscode/extensions
  • Linux ~/.vscode/extensions

Please notice: visualisation and colours depends on your theme

Thanks

Big thanks to zmbc for his interpreter (and also for the grammars, although I saw them only after writing mine by hand).