Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Muffindrake/endlessskydata_vimsyntax
https://github.com/Muffindrake/endlessskydata_vimsyntax
endless-sky syntax-highlighting vim
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Muffindrake/endlessskydata_vimsyntax
- Owner: Muffindrake
- License: other
- Created: 2018-02-08T13:04:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T05:47:33.000Z (over 2 years ago)
- Last Synced: 2024-08-04T01:11:24.625Z (6 months ago)
- Topics: endless-sky, syntax-highlighting, vim
- Language: Vim script
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-endless-sky - endlessskydata_vimsyntax - Vim Syntax Highlighting for Endless Sky datafiles. (Content Creating)
README
# A syntax highlighting vimscript for endless sky plain text data
This is a naive and simple syntax highlighting vimscript for endless sky data.
###### installation
Under most Linux installations:
- Drop the `.vim` file in `$HOME/.vim/syntax/` or `/usr/share/vim/vim*/syntax/`##### usage
No automatic filetype detection is performed, as no such routines have been
written by the author. Therefore you must use `:setf endlessskydata` to set
the correct highlighting. You can probably enforce this automatically per
directory in a vim configuration file.###### license
See the `LICENSE` file, as well as `COPYING`.