TLA revisited (#2990)

* Add the TLA+ language

This patch adds support for the TLA+ specification language.

https://github.com/search?utf8=%E2%9C%93&q=MODULE+extension%3Atla&type=Code&ref=searchresults

* Update TLA grammar license

Attribution is given in the license since the grammar is based off of the TLA+ language developed by Microsoft and HP.

* Sort languages.yml alphabetically

* Removing duplicate entry
This commit is contained in:
Arfon Smith
2016-05-06 13:19:44 -06:00
parent aa049b4677
commit 176a0e9926
7 changed files with 112 additions and 0 deletions

View File

@@ -3531,6 +3531,13 @@ SystemVerilog:
- .vh
ace_mode: verilog
TLA:
type: programming
extensions:
- .tla
tm_scope: source.tla
ace_mode: text
TOML:
type: data
extensions: