Skip to content

Commit 42fd593

Browse files
Update and rename SUBLIME TEXT EDITOR/README.md to Third Party Tools/README.md
1 parent b600a2f commit 42fd593

File tree

2 files changed

+27
-10
lines changed

2 files changed

+27
-10
lines changed

SUBLIME TEXT EDITOR/README.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

Third Party Tools/README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Editors Syntax Highlight for Chatscript
2+
3+
## Sublime Text editor
4+
5+
[Sublime Text](https://www.sublimetext.com/) is a sophisticated text editor for code, markup and prose.
6+
7+
There is a Sublime Text syntax hightlight plugin for ChatScript. To install:
8+
9+
[ChatScript package control plugin](https://packagecontrol.io/packages/ChatScript%20Syntax)
10+
11+
See also [Chatscript-tmlanguage github project](https://github.com/kuzyn/chatscript-tmlanguage), thanks [Samuel Cousin](https://github.com/kuzyn)!
12+
13+
## Vim editor
14+
15+
[Vim](http://www.vim.org/) is probably the most used editor ever (from CLI in \*nix OSs). To install:
16+
17+
[ChatScript.vim](https://github.com/solyaris/ChatScript.vim)
18+
19+
20+
# Client-server ChatScript integrations
21+
22+
## rChatScript
23+
24+
https://github.com/solyaris/rChatScript
25+
26+
It's a very basic ChatScript client Ruby gem, managing OOB messages. Contains an [example](https://github.com/solyaris/rChatScript/tree/master/examples/telegram) of ChatScript integration with [Telegram](www.telegram.org) instant messaging chat app.
27+

0 commit comments

Comments
 (0)