All Projects → mfukar → robotframework-vim

mfukar / robotframework-vim

Licence: other
Some vim scripts for use with the Robot framework.

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to robotframework-vim

chromarkdown
Generate single-file static responsive HTML page from Markdown with syntax-highlighting.
Stars: ✭ 13 (-85.39%)
Mutual labels:  syntax-highlighting
TheVimIDE
Modern Vim IDE with support for C/C++, Java, Python, Lua, PHP, JavaScript, Ruby and much more ...
Stars: ✭ 33 (-62.92%)
Mutual labels:  syntax-highlighting
sublime-coconut
Coconut syntax highlighting for Sublime Text and VSCode.
Stars: ✭ 18 (-79.78%)
Mutual labels:  syntax-highlighting
githat
Git diff with code syntax highlight
Stars: ✭ 32 (-64.04%)
Mutual labels:  syntax-highlighting
language-rainmeter
Syntax highlighting for Rainmeter files in Atom.
Stars: ✭ 19 (-78.65%)
Mutual labels:  syntax-highlighting
highlightjs-badge
Addon component to highlightjs that lets you copy code snippets to the clipboard and displays the active syntax
Stars: ✭ 44 (-50.56%)
Mutual labels:  syntax-highlighting
shikijs
A JavaScript Library for Syntax Highlighting with Awesome themes
Stars: ✭ 21 (-76.4%)
Mutual labels:  syntax-highlighting
robotframework-pageobjectlibrary
Lightweight keyword library for implementing the PageObject pattern in Robot Framework
Stars: ✭ 76 (-14.61%)
Mutual labels:  robot-framework
new-moon-chrome-devtools
New Moon Theme for Chrome Devtools.
Stars: ✭ 57 (-35.96%)
Mutual labels:  syntax-highlighting
vim-ember-hbs
Ember Handlebars/HTMLBars plugin for Vim with indentation support
Stars: ✭ 45 (-49.44%)
Mutual labels:  syntax-highlighting
language-viml
Vim script syntax highlighting for Atom and GitHub.
Stars: ✭ 19 (-78.65%)
Mutual labels:  syntax-highlighting
flutter syntax view
Flutter Syntax Highlighter
Stars: ✭ 88 (-1.12%)
Mutual labels:  syntax-highlighting
winprint
winprint 2.0 - Advanced source code and text file printing. The perfect tool for printing source code, web pages, reports generated by legacy systems, documentation, or any text or HTML file. It works interactively or from the command line making it great for single users or whole enterprises. Works great with Powershell.
Stars: ✭ 52 (-41.57%)
Mutual labels:  syntax-highlighting
vaporwave-theme-vscode
AESTHETICS
Stars: ✭ 28 (-68.54%)
Mutual labels:  syntax-highlighting
elm-syntax-highlighting
Syntax Highlighting for Elm in Sublime Text
Stars: ✭ 27 (-69.66%)
Mutual labels:  syntax-highlighting
language-grammars
Syntax highlighting for ABNF/BNF/EBNF, Yacc, and other language-related languages.
Stars: ✭ 14 (-84.27%)
Mutual labels:  syntax-highlighting
vim-syntax-yara
A Vim syntax-highlighting file for YARA rules
Stars: ✭ 26 (-70.79%)
Mutual labels:  syntax-highlighting
rehype-highlight
plugin to highlight code blocks
Stars: ✭ 127 (+42.7%)
Mutual labels:  syntax-highlighting
KV4Jetbrains
Syntax highlighting and auto-completion for Kivy/KivyMD .kv files in PyCharm/Intellij IDEA
Stars: ✭ 93 (+4.49%)
Mutual labels:  syntax-highlighting
vim-log-highlighting
Syntax highlighting for generic log files in VIM
Stars: ✭ 164 (+84.27%)
Mutual labels:  syntax-highlighting

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].