https://github.com/vkosuri/gedit-robot
Robotframework syntax highlighter for GEdit
https://github.com/vkosuri/gedit-robot
gedit gedit-robot robot robotframework-syntax-highlighter
Last synced: 8 months ago
JSON representation
Robotframework syntax highlighter for GEdit
- Host: GitHub
- URL: https://github.com/vkosuri/gedit-robot
- Owner: vkosuri
- Created: 2016-01-08T12:05:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T06:16:45.000Z (over 6 years ago)
- Last Synced: 2024-12-30T15:49:18.535Z (9 months ago)
- Topics: gedit, gedit-robot, robot, robotframework-syntax-highlighter
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gedit-robot
Robotframework syntax highlighter for GEdit## Gedit
``` Shell
sudo cp ./robot.lang /usr/share/gtksourceview-3.0/language-specs/robot.lang
```
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
```
or per-user
``` Shell
cp ./robot.lang ~/.local/share/gtksourceview-3.0/language-specs/robot.lang
```
**After import the syntax will work .robot files only**