Added NetLinx language.

This commit is contained in:
Alex McLain
2015-02-10 15:16:41 -08:00
parent ed65040539
commit ec46b1a92e
6 changed files with 315 additions and 0 deletions

View File

@@ -1955,6 +1955,24 @@ Nemerle:
- .n
ace_mode: text
NetLinx:
type: programming
color: "#0000ff"
extensions:
- .axs
- .axi
tm_scope: source.netlinx
ace_mode: text
NetLinx+ERB:
type: programming
color: "#407fff"
extensions:
- .axs.erb
- .axi.erb
tm_scope: source.netlinx.erb
ace_mode: text
NetLogo:
type: programming
color: "#ff2b2b"