mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-15 09:31:33 +01:00
Initial commit
This commit is contained in:
13
Source/data/project.json.example
Normal file
13
Source/data/project.json.example
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"lang": "en",
|
||||
"project": "CodeShare",
|
||||
"master": "Code Solutions Project",
|
||||
"company": "JKA Network",
|
||||
"database": {
|
||||
"SGBD": "mysql",
|
||||
"path": "localhost",
|
||||
"db": "codeshare",
|
||||
"user": "user",
|
||||
"password": "pass"
|
||||
}
|
||||
}
|
||||
39
Source/data/supported.kson
Normal file
39
Source/data/supported.kson
Normal file
@@ -0,0 +1,39 @@
|
||||
ada:Ada
|
||||
arduino:Arduino
|
||||
bash:Bash
|
||||
basic:Basic
|
||||
cs:C#
|
||||
cpp:C/C++
|
||||
css:CSS
|
||||
coffescript:CoffeScript
|
||||
dart:Dart
|
||||
delphi:Delphi
|
||||
fortran:Fortran
|
||||
go:Go
|
||||
groovy:Groovy
|
||||
haskell:Haskell
|
||||
xml:HTML/XML
|
||||
json:JSON
|
||||
java:Java
|
||||
javascript:JavaScript
|
||||
kotlin:Kotlin
|
||||
less:Less
|
||||
lua:Lua
|
||||
markdown:Markdown
|
||||
objectivec:Objective-C
|
||||
php:PHP
|
||||
perl:Perl
|
||||
powershell:PowerShell
|
||||
python:Python
|
||||
r:R
|
||||
ruby:Ruby
|
||||
rust:Rust
|
||||
scss:Sass
|
||||
scala:Scala
|
||||
smalltalk:Samlltalk
|
||||
sql:SQL
|
||||
swift:Swift
|
||||
twig:Twig
|
||||
typescript:TypeScript
|
||||
vbnet:VB.Net
|
||||
yaml:YAML
|
||||
Reference in New Issue
Block a user