language-renpy icon indicating copy to clipboard operation
language-renpy copied to clipboard

:bookmark_tabs: :electric_plug: Ren'Py package for Atom and Linguist Grammars

Results 8 language-renpy issues
Sort by recently updated
recently updated
newest added

TextMate is a MacOS editor. PyCharm has a TextMate plugin that allows to use TextMate bundle's for code highlighting purposes. In order to do so, `grammars/renpy.cson` needs to be converted...

Based on https://github.com/LuqueDaniel/vscode-language-renpy/pull/19/commits/2d7b330ecc2fb7a5213f7c48ebab1a83626fc4ec ### After ![imagen](https://user-images.githubusercontent.com/1286535/129582315-0ec168c3-4088-4474-81e8-8de5a7405519.png) ### Before ![imagen](https://user-images.githubusercontent.com/1286535/129582360-5d0aeb77-0565-44cf-95d3-d97597c6fd1e.png)

Adds support for backtick highlighting, auto-complete, etc. as an alternative to double or single quotes. Backticks are useful for avoiding escape characters within lines of dialogue which contain both single...

👋 I'm the primary GitHub maintainer for [Linguist](https://github.com/github/linguist) which is used for syntax highlighting on GitHub.com. As part of this syntax highlighting, Linguist and thus GitHub.com, uses this grammar for...

Some problems are not fixed yet. - [x] Text tags - [x] Menu and Label (GitHub) - [x] Menu without name - [x] Some keywords to add - [x] Remove...

bug
Highlighting
Ok

Write here your suggestion for a snippet. Example: **keyword**: `dochelp` **body**: ``` python ## Visit the site for documentation or help of Ren'Py engine. ## ## Documentation: "http://www.renpy.org/doc/html/" ## Wiki-Old...

Snippets
Suggestion

If you noticed any keyword or statements missing or a new one was created, ask here to update the syntax highlighting, pull requests are also welcome. :information_source: You can test...

Highlighting
Suggestion

- [ ] "Remove" `source.python` - [ ] Solve multi-line string conflicts (override `source.python`) - [ ] Temporary update from `source.python` (if necessary)

Highlighting