| Server IP : 209.209.40.120 / Your IP : 216.73.216.138 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files/Android/Android Studio/plugins/textmate/lib/bundles/latex/ |
Upload File : |
{
"name": "latex",
"version": "1.0.0",
"description": "%description%",
"license": "MIT",
"contributes": {
"languages": [
{
"id": "tex",
"aliases": [
"TeX",
"tex"
],
"extensions": [
".sty",
".cls",
".bbx",
".cbx"
],
"configuration": "latex-language-configuration.json"
},
{
"id": "latex",
"aliases": [
"LaTeX",
"latex"
],
"extensions": [
".tex",
".ltx",
".ctx"
],
"configuration": "latex-language-configuration.json"
},
{
"id": "bibtex",
"aliases": [
"BibTeX",
"bibtex"
],
"extensions": [
".bib"
]
},
{
"id": "cpp_embedded_latex",
"configuration": "latex-cpp-embedded-language-configuration.json",
"aliases": []
},
{
"id": "markdown_latex_combined",
"configuration": "markdown-latex-combined-language-configuration.json",
"aliases": []
}
],
"grammars": [
{
"language": "tex",
"scopeName": "text.tex",
"path": "./syntaxes/TeX.tmLanguage.json"
},
{
"language": "latex",
"scopeName": "text.tex.latex",
"path": "./syntaxes/LaTeX.tmLanguage.json",
"embeddedLanguages": {
"source.cpp": "cpp_embedded_latex",
"source.css": "css",
"text.html": "html",
"source.java": "java",
"source.js": "javascript",
"source.julia": "julia",
"source.lua": "lua",
"source.python": "python",
"source.ruby": "ruby",
"source.ts": "typescript",
"text.xml": "xml",
"source.yaml": "yaml",
"meta.embedded.markdown_latex_combined": "markdown_latex_combined"
}
},
{
"language": "bibtex",
"scopeName": "text.bibtex",
"path": "./syntaxes/Bibtex.tmLanguage.json"
},
{
"language": "markdown_latex_combined",
"scopeName": "text.tex.markdown_latex_combined",
"path": "./syntaxes/markdown-latex-combined.tmLanguage.json"
},
{
"language": "cpp_embedded_latex",
"scopeName": "source.cpp.embedded.latex",
"path": "./syntaxes/cpp-grammar-bailout.tmLanguage.json"
}
]
}
}