diff --git a/README.md b/README.md index e235262..8b4066c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,28 @@ # lang-robot -Robotframework syntax highlighting for Notepad++ +Robotframework syntax highlighting for **GEdit** and **Notepad++** +# Table of Contents +1. [GEdit](#gedit) +2. [Notepad++](#notepad) + +## Gedit + +``` Shell +sudo cp ./robot.lang /usr/share/gtksourceview-3.0/language-specs/robot.lang +``` + +![copy-robot](https://cloud.githubusercontent.com/assets/13664257/12109003/9dfd7f2e-b3a3-11e5-8896-b283186c8242.png) + +chmod the file /usr/share/gtksourceview-3.0/language-specs/robot.lang + +``` Shell +sudo chmod 644 /usr/share/gtksourceview-3.0/language-specs/robot.lang +``` + +![disp-robot](https://cloud.githubusercontent.com/assets/13664257/12109041/108b99e0-b3a4-11e5-8770-2e0c1d8235e0.png) + +## Notepad++ ## Importing a user defind language Langugage -> User-Defined