Skip to content

Girtablulu/micro-solus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Syntax highlighting and colorscheme for Micro Editor

  • The syntax is made to work with the package.yml for Solus which is used for build instructions.
  • the colorscheme is based on the default colorscheme of micro with changes to work fully with the package.yaml syntax.

Screenshot

Installation

Syntax

for syntax highlighting place the package.yaml in

~/config/micro/syntax/

or

wget -P ~/.config/micro/syntax https://raw.githubusercontent.com/Girtablulu/micro-solus/master/package.yaml

Colorscheme

for colorscheme support place the solus.micro in

~/.config/micro/colorschemes

or

wget -P ~/.config/micro/colorschemes https://raw.githubusercontent.com/Girtablulu/micro-solus/master/solus.micro

to use the colorscheme you have to add inside ~/config/micro/settings.json

{
    "colorscheme": "solus"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published