From 955da9802e9c2af649941fe3dcdff44d87303188 Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Fri, 24 Jan 2014 18:22:22 +0200 Subject: [PATCH] Minor cleanup. --- README.markdown | 17 +++++++++-------- syntax_checkers/bemhtml/bemhtmllint.vim | 6 +++--- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/README.markdown b/README.markdown index 7711087e..25253de0 100644 --- a/README.markdown +++ b/README.markdown @@ -26,14 +26,15 @@ the user is notified and is happy because they didn't have to compile their code or execute their script to find them. At the time of this writing, syntax checking plugins exist for ActionScript, -Ada, AppleScript, AsciiDoc, Bourne shell, C, C++, C#, Chef, CoffeeScript, -Coco, Coq, CSS, Cucumber, CUDA, D, Dart, DocBook, Dust, Elixir, Erlang, eRuby, -Fortran, Gentoo metadata, GLSL, Go, Haml, Haskell, Haxe, Handlebars, HSS, HTML, -Java, JavaScript, JSON, LESS, Lex, Limbo, LISP, LLVM intermediate language, -Lua, MATLAB, NASM, Objective-C, Objective-C++, OCaml, Perl, Perl POD, PHP, -gettext Portable Object, Puppet, Python, Racket, reStructuredText, Ruby, Rust, -SASS/SCSS, Scala, Slim, Tcl, TeX, Twig, TypeScript, Vala, Verilog, VHDL, xHtml, -XML, XSLT, YACC, YAML, z80, Zope page templates, zsh. +Ada, AppleScript, AsciiDoc, BEMHTML, Bourne shell, C, C++, C#, Chef, +CoffeeScript, Coco, Coq, CSS, Cucumber, CUDA, D, Dart, DocBook, Dust, +Elixir, Erlang, eRuby, Fortran, Gentoo metadata, GLSL, Go, Haml, Haskell, +Haxe, Handlebars, HSS, HTML, Java, JavaScript, JSON, LESS, Lex, Limbo, LISP, +LLVM intermediate language, Lua, MATLAB, NASM, Objective-C, Objective-C++, +OCaml, Perl, Perl POD, PHP, gettext Portable Object, Puppet, Python, Racket, +reStructuredText, Ruby, Rust, SASS/SCSS, Scala, Slim, Tcl, TeX, Twig, +TypeScript, Vala, Verilog, VHDL, xHtml, XML, XSLT, YACC, YAML, z80, Zope page +templates, zsh. ## Screenshot diff --git a/syntax_checkers/bemhtml/bemhtmllint.vim b/syntax_checkers/bemhtml/bemhtmllint.vim index 9c8165bd..e6582163 100644 --- a/syntax_checkers/bemhtml/bemhtmllint.vim +++ b/syntax_checkers/bemhtml/bemhtmllint.vim @@ -25,9 +25,9 @@ function SyntaxCheckers_bemhtml_bemhtmllint_GetLocList() dict endfunction call g:SyntasticRegistry.CreateAndRegisterChecker({ - \ 'filetype': 'bemhtml', - \ 'name': 'bemhtmllint', - \ 'exec': 'bemhtml-lint' }) + \ 'filetype': 'bemhtml', + \ 'name': 'bemhtmllint', + \ 'exec': 'bemhtml-lint' }) let &cpo = s:save_cpo