Skip to content

natiT/rainbow-brackets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rainbow Brackets for Visual Studio Code

Provide rainbow colors for the round brackets, the square brackets and the squiggly brackets. This is particularly useful for Lisp or Clojure programmers, and of course, JavaScript, and other programmers.

The isolated right bracket will be highlighted in red.

Functional Demo

Install

Open up VS Code and hit F1 and type ext select Install Extension and type rainbow-brackets hit enter and reload window to enable.

Updates

##0.0.6

  • Add rainbow colors to the square brackets and the squiggly brackets.
  • Same color same level of brackets.