Skip to content

Commit

Permalink
feat: update "Text" language
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej committed Mar 19, 2024
1 parent d1d324f commit a2797f8
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 0 deletions.
63 changes: 63 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1133,6 +1133,48 @@

}
},
"62": {
"name": "Text",
"short": "TXT",
"extension": "txt",
"mime": "",
"syntax": {
"ace": "txt",
"geshi": "txt",
"pygments": "txt",
"highlights": "txt",
"rouge": "txt",
"codemirror": "txt",
"highlightjs": "txt",
"prism": "txt",
"monaco": "txt",
"code_prettify": "txt"
},
"ace_default": {

}
},
"80": {
"name": "Julia",
"short": "JULIA",
"extension": "jl",
"mime": "",
"syntax": {
"ace": "jl",
"geshi": "jl",
"pygments": "jl",
"highlights": "jl",
"rouge": "jl",
"codemirror": "jl",
"highlightjs": "jl",
"prism": "jl",
"monaco": "jl",
"code_prettify": "jl"
},
"ace_default": {

}
},
"81": {
"name": "C",
"short": "C-CLANG",
Expand Down Expand Up @@ -1721,6 +1763,27 @@

}
},
"119": {
"name": "Python 3 ML/AI",
"short": "PY_ML/AI",
"extension": "py",
"mime": "",
"syntax": {
"ace": "python",
"geshi": "python",
"pygments": "python",
"highlights": "python",
"rouge": "python",
"codemirror": "python",
"highlightjs": "python",
"prism": "python",
"monaco": "python",
"code_prettify": "python"
},
"ace_default": {

}
},
"121": {
"name": "Groovy",
"short": "GRV",
Expand Down
8 changes: 8 additions & 0 deletions languages/62/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,13 @@
"file_source": "clean.txt",
"type": ""
}
],
"examples": [
{
"name": "Simple example",
"desc": "",
"file_source": "simple_example.txt",
"file_input": "simple_example.in"
}
]
}
Empty file.
1 change: 1 addition & 0 deletions languages/62/examples/simple_example.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello world

0 comments on commit a2797f8

Please sign in to comment.