Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bjansen/vs.language.ceylon
Syntax highlighting for Ceylon in Visual Studio Code
https://github.com/bjansen/vs.language.ceylon
ceylon plugin visual-studio-code
Last synced: 4 days ago
JSON representation
Syntax highlighting for Ceylon in Visual Studio Code
- Host: GitHub
- URL: https://github.com/bjansen/vs.language.ceylon
- Owner: bjansen
- License: mit
- Created: 2015-08-23T17:56:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-18T08:31:40.000Z (over 8 years ago)
- Last Synced: 2024-10-31T15:47:57.270Z (about 2 months ago)
- Topics: ceylon, plugin, visual-studio-code
- Size: 85.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ceylon for Visual Studio Code
Syntax highlighting for [Ceylon](http://www.ceylon-lang.org) in [Visual Studio Code](https://code.visualstudio.com/).Based on [ceylon-sublimetext](https://github.com/jeancharles-roger/ceylon-sublimetext), tested on Visual Studio Code 0.9.1 on OS X.
For previous versions of Visual Studio Code, please checkout the branch `pre-0.9.0`.## How to install
To install on 0.10.x and later, open the command palette and type
ext install Ceylon
To install on 0.9.x, clone this repository in Visual Studio Code's customizations directory:
- Windows %USERPROFILE%\.vscode\extensions
- Mac $HOME/.vscode/extensions
- Linux $HOME/.vscode/extensions
## Screenshot![Screenshot](http://i.imgur.com/GVu6EnP.png)