https://github.com/othree/javascript-syntax.vim
To improve better support for jsdoc-toolkit and upgrade keyword to current standards.
https://github.com/othree/javascript-syntax.vim
Last synced: 5 months ago
JSON representation
To improve better support for jsdoc-toolkit and upgrade keyword to current standards.
- Host: GitHub
- URL: https://github.com/othree/javascript-syntax.vim
- Owner: othree
- License: mit
- Created: 2011-02-23T07:20:32.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2016-01-18T09:04:01.000Z (over 10 years ago)
- Last Synced: 2025-03-18T07:16:27.814Z (over 1 year ago)
- Language: VimL
- Homepage:
- Size: 17.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
No more update, Please use new one [https://github.com/othree/vim-javascript-syntax](https://github.com/othree/vim-javascript-syntax)
# JavaScript Syntax file for Vim
To improve better support for [jsdoc-toolkit][] and upgrade keyword to current standards.
Base on [JavaScript syntax : Better JavaScrirpt syntax support][].
[jsdoc-toolkit]:http://code.google.com/p/jsdoc-toolkit/
[JavaScript syntax : Better JavaScrirpt syntax support]:http://www.vim.org/scripts/script.php?script_id=1491
## License
Copyright (c) 2010 Wei-Ko Kao
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.