mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add Ren'Py language and grammars
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -698,3 +698,6 @@
|
|||||||
[submodule "vendor/grammars/language-maxscript"]
|
[submodule "vendor/grammars/language-maxscript"]
|
||||||
path = vendor/grammars/language-maxscript
|
path = vendor/grammars/language-maxscript
|
||||||
url = https://github.com/Alhadis/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
|
||||||
|
|||||||
@@ -358,6 +358,8 @@ vendor/grammars/language-python:
|
|||||||
- source.regexp.python
|
- source.regexp.python
|
||||||
- text.python.console
|
- text.python.console
|
||||||
- text.python.traceback
|
- text.python.traceback
|
||||||
|
vendor/grammars/language-renpy:
|
||||||
|
- source.renpy
|
||||||
vendor/grammars/language-shellscript:
|
vendor/grammars/language-shellscript:
|
||||||
- source.shell
|
- source.shell
|
||||||
- text.shell-session
|
- text.shell-session
|
||||||
|
|||||||
@@ -2991,6 +2991,17 @@ RenderScript:
|
|||||||
tm_scope: none
|
tm_scope: none
|
||||||
ace_mode: text
|
ace_mode: text
|
||||||
|
|
||||||
|
Ren'Py:
|
||||||
|
type: programming
|
||||||
|
group: Python
|
||||||
|
aliases:
|
||||||
|
- renpy
|
||||||
|
color: "#ff7f7f"
|
||||||
|
extensions:
|
||||||
|
- .rpy
|
||||||
|
tm_scope: source.renpy
|
||||||
|
ace_mode: python
|
||||||
|
|
||||||
RobotFramework:
|
RobotFramework:
|
||||||
type: programming
|
type: programming
|
||||||
extensions:
|
extensions:
|
||||||
|
|||||||
1427
samples/RenPy/example.rpy
Normal file
1427
samples/RenPy/example.rpy
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user