From 670dba1bb53bc025173920b8066595074208fbe0 Mon Sep 17 00:00:00 2001 From: dandersson Date: Wed, 7 Feb 2018 10:19:12 +0100 Subject: [PATCH] Add support for Robot Framework files (#323) --- plugin/NERD_commenter.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index c777c20..704da0a 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -360,6 +360,7 @@ let s:delimiterMap = { \ 'rgb': { 'left': '!' }, \ 'rib': { 'left': '#' }, \ 'rmd': { 'left': '#' }, + \ 'robot': { 'left': '#' }, \ 'robots': { 'left': '#' }, \ 'rspec': { 'left': '#' }, \ 'ruby': { 'left': '#', 'leftAlt': '=begin', 'rightAlt': '=end' },