https://github.com/mfukar/robotframework-vim
Some vim scripts for use with the Robot framework.
https://github.com/mfukar/robotframework-vim
robot-framework syntax-highlighting vim
Last synced: 4 months ago
JSON representation
Some vim scripts for use with the Robot framework.
- Host: GitHub
- URL: https://github.com/mfukar/robotframework-vim
- Owner: mfukar
- Archived: true
- Created: 2010-12-17T11:32:51.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2018-02-06T17:20:00.000Z (over 7 years ago)
- Last Synced: 2024-09-27T10:42:21.422Z (8 months ago)
- Topics: robot-framework, syntax-highlighting, vim
- Language: Vim script
- Homepage:
- Size: 43 KB
- Stars: 90
- Watchers: 7
- Forks: 56
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vim plugins for development with Robot framework
FUNCTIONALITY
------------------------------------------
* {rtp}/after/syntax/robot.vim - Robot syntax plugin for text, space-delimited files.
* {rtp}/ftdetect/robot.vim - Robot filetype recognition plugin for text, space-delimited files.INSTALLATION
------------------------------------------
Quickly install by:* git clone git://github.com/mfukar/robotframework-vim.git
* cd robotframework-vim && cp -R * ~/.vim/USAGE
------------------------------------------
* To enable syntax highlighting in vim, you may add this line at the beginning
of a Robot Framework file(s):`# -*- coding: robot -*-`
* Alternatively, set the `g:robot_syntax_for_txt` global variable to treat .txt
files as Robot files.* Or to enable the syntax highlighting for just a specific file you can issue the following command from vim:
`:setf robot`