Skip to content

Some vim scripts for use with the Robot framework.

Notifications You must be signed in to change notification settings

totu/robotframework-vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Robot Framework syntax highlighting for Vim

INSTALLATION

Use Vim Plug or Vundle

USAGE

  • For standard Robot Framework files (*.robot and *.resource) file type detection works automatically and for *.txt, *.rst, and *.html files you should add the following header

    # -*- 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

About

Some vim scripts for use with the Robot framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%