feat(languages): add rockstar code language (pablos123) (#4843)

This commit is contained in:
Pablo 2023-12-11 09:04:15 -03:00 committed by GitHub
parent e8b92ed802
commit 8bbc24bd19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 111 additions and 0 deletions

View file

@ -503,6 +503,7 @@
"code_java",
"code_kotlin",
"code_go",
"code_rockstar",
"code_rust",
"code_ruby",
"code_r",

View file

@ -278,6 +278,7 @@
,"code_java"
,"code_kotlin"
,"code_go"
,"code_rockstar"
,"code_rust"
,"code_ruby"
,"code_r"

View file

@ -0,0 +1,109 @@
{
"name": "code_rockstar",
"noLazyMode": true,
"words": [
"a",
"an",
"the",
"my",
"your",
"our",
"it",
"he",
"she",
"him",
"her",
"they",
"them",
"ze",
"hir",
"zie",
"zir",
"xe",
"xem",
"ve",
"ver",
"mysterious",
"nothing",
"nowhere",
"nobody",
"gone",
"null",
"true",
"false",
"maybe",
"definitely",
"right",
"yes",
"ok",
"wrong",
"no",
"lies",
"empty",
"silent",
"silence",
"let",
"array",
"be",
"rock",
"roll",
"push",
"pop",
"into",
"modify",
"cut",
"split",
"shatter",
"join",
"unite",
"cast",
"burn",
"in",
"plus",
"with",
"minus",
"without",
"times",
"of",
"over",
"between",
"is",
"are",
"was",
"were",
"says",
"said",
"ain't",
"aint",
"isn't",
"aren't",
"wasn't",
"weren't",
"and",
"or",
"nor",
"not",
"listen",
"to",
"say",
"shout",
"whisper",
"scream",
"high",
"low",
"as",
"than",
"if",
"else",
"while",
"until",
"break",
"continue",
"takes",
"wants",
"return",
"send",
"give",
"back"
]
}