Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from buildersbrewery/master
Browse files Browse the repository at this point in the history
Update to and release v2.0.4
  • Loading branch information
digitalfiz committed Jan 19, 2016
2 parents 5feb5f0 + 59661cd commit 7ce7961
Show file tree
Hide file tree
Showing 5 changed files with 840 additions and 611 deletions.
42 changes: 39 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,40 @@
# language-lsl
A Linden Scripting Language package for Atom
# `language-lsl` for the [Atom Editor](https://www.atom.io/)

This is a tmBundle conversion from https://github.com/digitalfiz/LSL.tmbundle
[![GitHub total downloads](https://img.shields.io/github/downloads/digitalfiz/language-lsl/total.svg?style=flat-square&label=downloads%20total)](https://github.com/digitalfiz/language-lsl/releases/)
[![GitHub latest downloads](https://img.shields.io/github/downloads/digitalfiz/language-lsl/latest/total.svg?style=flat-square&label=downloads%20latest%20release)](https://github.com/digitalfiz/language-lsl/archive/master.zip)
[![GitHub release](https://img.shields.io/github/release/digitalfiz/language-lsl.svg?style=flat-square&label=latest%20release)](https://github.com/digitalfiz/language-lsl/releases/latest/)
[![GitHub issues](https://img.shields.io/github/issues/digitalfiz/language-lsl.svg?style=flat-square)](https://github.com/digitalfiz/language-lsl/issues?utf8=✓&q=is%3Aissue+is%3Aopen)
[![GitHub watchers](https://img.shields.io/github/watchers/digitalfiz/language-lsl.svg?style=flat-square)](https://github.com/digitalfiz/language-lsl/watchers/)
[![GitHub stars](https://img.shields.io/github/stars/digitalfiz/language-lsl.svg?style=flat-square)](https://github.com/digitalfiz/language-lsl/stargazers/)
[![GitHub forks](https://img.shields.io/github/forks/digitalfiz/language-lsl.svg?style=flat-square)](https://github.com/digitalfiz/language-lsl/network/)

A [Linden Scripting Language](https://wiki.secondlife.com/wiki/LSL_Portal/) package for the [Atom Editor](https://www.atom.io/):

This is a tmBundle conversion from [digitalfiz/LSL.tmbundle](https://github.com/digitalfiz/LSL.tmbundle).

## <a name="TOC">Tabel of contents</a>

* [Quickstart](#quickstart)
* [Bugs, issues & feature requests](#requests)

## <a name="quickstart">Quickstart</a>

* Download:
* [latest release as *.zip](https://github.com/digitalfiz/language-lsl/archive/master.zip)
* [latest release as *.tar.gz](https://github.com/digitalfiz/language-lsl/archive/master.tar.gz)
* Clone the repo: `git clone git://github.com/digitalfiz/language-lsl.git`
* Download snapshots:
* [list of releases](https://github.com/digitalfiz/language-lsl/releases/)
* [list of tags](https://github.com/digitalfiz/language-lsl/tags/)
* Check source:
* [commits to master](https://github.com/digitalfiz/language-lsl/commits/master/)
* [branches](https://github.com/digitalfiz/language-lsl/branches/)
* [compare branches, commits, tags (across forks)](https://github.com/digitalfiz/language-lsl/compare/)

**[[]](#TOC)**

## <a name="requests">Bugs, issues & feature requests</a>

* Please [search for existing issues and pull requests](https://github.com/digitalfiz/language-lsl/issues/?q=is%3Aopen) before [using this link to open a new issue](https://github.com/digitalfiz/language-lsl/issues/new/?title=Bug%3A&body=%23%23%20Issue%20Summary%0A%0A%23%23%23%20Steps%20to%20Reproduce%0A%0A1.%20This%20is%20the%20first%20step%0A2.%20This%20is%20the%20second%20step%0A3.%20This%20is%20the%20third%20step%0A%0AThis%20is%20a%20bug%20because...%0A%0A%23%23%23%20Technical%20details%0A%0A*%20Editor%20version%3A%0A*%20Operating%20System%3A).

**[[]](#TOC)**
Loading

0 comments on commit 7ce7961

Please sign in to comment.