github-linguist / linguist

Language Savant. If your repository's language is being reported incorrectly, send us a pull request!
MIT License
12.36k stars 4.27k forks source link

Wrong Syntax Highlight for VimL #1874

Closed wdv4758h closed 9 years ago

wdv4758h commented 9 years ago

Following VimL code's syntax highlight is wrong

let l:line = getline('.')[:(col('.')-2)]
pchaigno commented 9 years ago

GitHub uses this Sublime Text package for syntax highlighting: https://github.com/SalGnt/Sublime-VimL. You can see all the grammars used in grammars.yml.

I think you should report the issue on this repository unless you know a better grammar for VimL (it can be a Sublime Text package or an Atom or TextMate bundle).

bkeepers commented 9 years ago

We regularly sync up with the upstream grammars, so we'll pick up the fix shortly after it it makes it upstream