Merge pull request #2768 from williamd1k0/master

Add Ren'Py language and grammars
This commit is contained in:
Arfon Smith
2015-12-14 09:41:45 -05:00
5 changed files with 1444 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -698,3 +698,6 @@
[submodule "vendor/grammars/language-maxscript"]
path = vendor/grammars/language-maxscript
url = https://github.com/Alhadis/language-maxscript
[submodule "vendor/grammars/language-renpy"]
path = vendor/grammars/language-renpy
url = https://github.com/williamd1k0/language-renpy.git

View File

@@ -358,6 +358,8 @@ vendor/grammars/language-python:
- source.regexp.python
- text.python.console
- text.python.traceback
vendor/grammars/language-renpy:
- source.renpy
vendor/grammars/language-shellscript:
- source.shell
- text.shell-session

View File

@@ -2983,6 +2983,17 @@ Redcode:
tm_scope: none
ace_mode: text
Ren'Py:
type: programming
group: Python
aliases:
- renpy
color: "#ff7f7f"
extensions:
- .rpy
tm_scope: source.renpy
ace_mode: python
RenderScript:
type: programming
extensions:

1427
samples/Ren'Py/example.rpy Normal file

File diff suppressed because it is too large Load Diff