Skip to content

Commit

Permalink
Merge pull request #189 from Jsostmann/kivy_gsc_support
Browse files Browse the repository at this point in the history
Kivy and Gamescript Support
  • Loading branch information
xhayper committed Mar 15, 2023
2 parents fdabca6 + 566d8ab commit 622a39f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
4 changes: 1 addition & 3 deletions ADDING_LANGUAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,4 @@ Use the following format `(Language Name) ((Language Icon.png)) ([Link to langau

Example: `C++ (cpp.png) (https://en.wikipedia.org/wiki/C%2B%2B)`

#### List:

- Kivy (kivy.png) (https://en.wikipedia.org/wiki/Kivy_(framework))
#### List:
Binary file added assets/icons/gamescript.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/kivy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/data/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@
"language": "groovy",
"image": "groovy"
},
{
"language": "gamescript",
"image": "gamescript"
},
{
"language": "handlebars",
"image": "handlebars"
Expand Down Expand Up @@ -140,6 +144,10 @@
"language": "jupyter",
"image": "jupyter"
},
{
"language": "kivy",
"image": "kivy"
},
{
"language": "latex",
"image": "text"
Expand Down Expand Up @@ -739,6 +747,9 @@
"gradlew": {
"image": "gradle"
},
"/\\.(g|c)sc$/i": {
"image": "gamescript"
},
".gql": {
"image": "graphql"
},
Expand Down

0 comments on commit 622a39f

Please sign in to comment.