Add Ren'Py language and grammars

This commit is contained in:
William Claude Tumeo
2015-12-13 00:16:09 -02:00
parent 53d238f310
commit 8522dc1d33
4 changed files with 1443 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

@@ -2991,6 +2991,17 @@ RenderScript:
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
RobotFramework:
type: programming
extensions:

1427
samples/RenPy/example.rpy Normal file

File diff suppressed because it is too large Load Diff