Skip to content

randomcoder67/Consistent-Editor-Syntax-Highlighting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Syntax Highlighting Consistency

Consistent syntax highlighting files for different code editors. Currently includes:

Currently Supported Languages:

  • C - DONE
  • Go - DONE
  • JavaScript - DONE
  • Java - DONE
  • JSON - DONE
  • XML - DONE
  • Lua - DONE
  • C++ - DONE
  • Bash - DONE
  • Python 3 - DONE
  • HTML -
  • CSS -
  • Markdown - DONE

Planned:

  • Support for ranger code preview and bat file viewing
  • Add more languages (Possibly Rust, Haskell, PHP, C# etc). I will probably add new langauges if/when I start using them
  • Make script which allows quick generation of new colourschemes
  • Try to implement VSCode style "nested bracket colours" to other editors

Screenshots

Example screenshot with gamesUI.c from MediaUI program

Setup

Requirements

At least one of the listed text editors.

Installation

make to copy needed files to relevant folders (note, this will overwrite your VSCode settings.json file, the current one will be backed up to settings.json.old)
make clean to remove all the needed files

Usage

micro: Ctrl-e to bring up command prompt, and set colorscheme railscastscustom to set correct theme
VSCode: Should work automatically
GTKSourceView Programs: Set the theme to Railscasts Custom

About

Consistent syntax highlighting across various editors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published