page / bt-source /panel /BTPanel /static /editor /ace.editor.config.json
GGSheng's picture
feat: deploy Gemma 4 to hf space
a757bd3 verified
{
"supportedModes": {
"Apache_Conf": ["^htaccess|^htgroups|^htpasswd|^conf|htaccess|htgroups|htpasswd"],
"BatchFile": ["bat|cmd"],
"C_Cpp": ["cpp|c|cc|cxx|h|hh|hpp|ino"],
"CSharp": ["cs"],
"CSS": ["css"],
"Dockerfile": ["^Dockerfile"],
"golang": ["go"],
"HTML": ["html|htm|xhtml|vue|we|wpy"],
"Java": ["java"],
"JavaScript": ["js|jsm|jsx"],
"JSON": ["json"],
"JSP": ["jsp"],
"LESS": ["less"],
"Lua": ["lua"],
"Makefile": ["^Makefile|^GNUmakefile|^makefile|^OCamlMakefile|make"],
"Markdown": ["md|markdown"],
"MySQL": ["mysql"],
"Nginx": ["nginx|conf"],
"INI": ["ini|conf|cfg|prefs"],
"ObjectiveC": ["m|mm"],
"Perl": ["pl|pm"],
"Perl6": ["p6|pl6|pm6"],
"pgSQL": ["pgsql"],
"PHP_Laravel_blade": ["blade.php"],
"PHP": ["php|inc|phtml|shtml|php3|php4|php5|phps|phpt|aw|ctp|module"],
"Powershell": ["ps1"],
"Python": ["py"],
"R": ["r"],
"Ruby": ["rb|ru|gemspec|rake|^Guardfile|^Rakefile|^Gemfile"],
"Rust": ["rs"],
"SASS": ["sass"],
"SCSS": ["scss"],
"SH": ["sh|bash|^.bashrc"],
"SQL": ["sql"],
"SQLServer": ["sqlserver"],
"Swift": ["swift"],
"Text": ["txt"],
"Typescript": ["ts|typescript|str"],
"VBScript": ["vbs|vb"],
"Verilog": ["v|vh|sv|svh"],
"XML": ["xml|rdf|rss|wsdl|xslt|atom|mathml|mml|xul|xbl|xaml"],
"YAML": ["yaml|yml"],
"Compress": ["tar|zip|7z|rar|gz|arj|z"],
"images": ["icon|jpg|jpeg|png|bmp|gif|tif|emf"]
},
"nameOverrides": {
"ObjectiveC": "Objective-C",
"CSharp": "C#",
"golang": "Go",
"C_Cpp": "C and C++",
"PHP_Laravel_blade": "PHP (Blade Template)",
"Perl6": "Perl 6"
},
"encodingList": ["ASCII", "UTF-8", "GBK", "GB2312", "BIG5"],
"themeList": ["chrome", "monokai", "tomorrow_night_bright"],
"aceEditor": {
"editorTheme": "monokai",
"fontSize": 14,
"softLabel": false,
"useSoftTabs": true,
"tabSize": 4,
"wrap": true,
"enableSnippets": true,
"enableLiveAutocompletion": true,
"highlightActiveLine": true,
"highlightSelectedWord": true,
"animatedScroll": false,
"showInvisibles": true,
"showFoldWidgets": true,
"showLineNumbers": true,
"showGutter": true,
"displayIndentGuides": false
},
"showUpdate": true
}