Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 702 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 702 Bytes

React JSX language specs

This adds React JSX syntax highlighting to gtksourceview based editors (Gedit, Anjuta IDE, etc). React JSX is a JavaScript syntax that looks similar to XML.

Installation

To install a language spec for user only, you need to copy the react-jsx.lang file into the ~/.local/share/gtksourceview-3.0/language-specs/ directory. For gtk2 based editors put the lang file into the ~/.local/share/gtksourceview-2.0/language-specs/ directory.

For a system-wide installation you need to copy the react-jsx.lang file into /usr/share/gtksourceview-3.0/language-specs directory.