mirror of
https://github.com/jelera/vim-javascript-syntax.git
synced 2026-08-20 22:58:08 +08:00
9d378a5296d95d684434aac8f5c1ce8572f9e7b4
#Enhanced Javascript Syntax for Vim
###Description This file is a fork of this file and the stock one
This version of this file features the following text highlights:
- Parenthesis, curly and regular brackets.
- The semicolon or comma at the end of line.
- Browser, DOM and "Ajax" keywords like objects, methods, properties and others.
- Operation, comparison and logical symbols (
=,==,===,!=,etc.).
###TODO You can help me improve it too.
- The separate highlight of the arguments
- I know this is a syntax file, but having an autocompletion file.
- Add keywords for the popular third-party libraries like jQuery, YUI, Prototype, etc.
###Screenshots
This is the stock Javascript syntax file

This is with the Enhanced Syntax file

###License The same as Vim
Languages
Vim Script
100%