mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-02-12 19:29:37 +00:00
Merge pull request #2768 from williamd1k0/master
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
|
||||||
|
|||||||
@@ -2983,6 +2983,17 @@ Redcode:
|
|||||||
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
|
||||||
|
|
||||||
RenderScript:
|
RenderScript:
|
||||||
type: programming
|
type: programming
|
||||||
extensions:
|
extensions:
|
||||||
|
|||||||
1427
samples/Ren'Py/example.rpy
Normal file
1427
samples/Ren'Py/example.rpy
Normal file
File diff suppressed because it is too large
Load Diff
1
vendor/grammars/language-renpy
vendored
Submodule
1
vendor/grammars/language-renpy
vendored
Submodule
Submodule vendor/grammars/language-renpy added at 00e92d7450
Reference in New Issue
Block a user