summaryrefslogtreecommitdiff
path: root/support/texlab/data/lang_data.json
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/data/lang_data.json')
-rw-r--r--support/texlab/data/lang_data.json1122
1 files changed, 2 insertions, 1120 deletions
diff --git a/support/texlab/data/lang_data.json b/support/texlab/data/lang_data.json
index 6c156a2908..8cba6d297c 100644
--- a/support/texlab/data/lang_data.json
+++ b/support/texlab/data/lang_data.json
@@ -1,637 +1,4 @@
{
- "environmentCommands": [
- {
- "name": "\\begin",
- "index": 0
- },
- {
- "name": "\\end",
- "index": 0
- }
- ],
- "citationCommands": [
- {
- "name": "\\cite",
- "index": 0
- },
- {
- "name": "\\cite*",
- "index": 0
- },
- {
- "name": "\\Cite",
- "index": 0
- },
- {
- "name": "\\nocite",
- "index": 0
- },
- {
- "name": "\\citet",
- "index": 0
- },
- {
- "name": "\\citep",
- "index": 0
- },
- {
- "name": "\\citet*",
- "index": 0
- },
- {
- "name": "\\citep*",
- "index": 0
- },
- {
- "name": "\\citeauthor",
- "index": 0
- },
- {
- "name": "\\citeauthor*",
- "index": 0
- },
- {
- "name": "\\Citeauthor",
- "index": 0
- },
- {
- "name": "\\Citeauthor*",
- "index": 0
- },
- {
- "name": "\\citetitle",
- "index": 0
- },
- {
- "name": "\\citetitle*",
- "index": 0
- },
- {
- "name": "\\citeyear",
- "index": 0
- },
- {
- "name": "\\citeyear*",
- "index": 0
- },
- {
- "name": "\\citedate",
- "index": 0
- },
- {
- "name": "\\citedate*",
- "index": 0
- },
- {
- "name": "\\citeurl",
- "index": 0
- },
- {
- "name": "\\fullcite",
- "index": 0
- },
- {
- "name": "\\citeyearpar",
- "index": 0
- },
- {
- "name": "\\citealt",
- "index": 0
- },
- {
- "name": "\\citealp",
- "index": 0
- },
- {
- "name": "\\citetext",
- "index": 0
- },
- {
- "name": "\\parencite",
- "index": 0
- },
- {
- "name": "\\parencite*",
- "index": 0
- },
- {
- "name": "\\Parencite",
- "index": 0
- },
- {
- "name": "\\footcite",
- "index": 0
- },
- {
- "name": "\\footfullcite",
- "index": 0
- },
- {
- "name": "\\footcitetext",
- "index": 0
- },
- {
- "name": "\\textcite",
- "index": 0
- },
- {
- "name": "\\Textcite",
- "index": 0
- },
- {
- "name": "\\smartcite",
- "index": 0
- },
- {
- "name": "\\Smartcite",
- "index": 0
- },
- {
- "name": "\\supercite",
- "index": 0
- },
- {
- "name": "\\autocite",
- "index": 0
- },
- {
- "name": "\\Autocite",
- "index": 0
- },
- {
- "name": "\\autocite*",
- "index": 0
- },
- {
- "name": "\\Autocite*",
- "index": 0
- },
- {
- "name": "\\volcite",
- "index": 0
- },
- {
- "name": "\\Volcite",
- "index": 0
- },
- {
- "name": "\\pvolcite",
- "index": 0
- },
- {
- "name": "\\Pvolcite",
- "index": 0
- },
- {
- "name": "\\fvolcite",
- "index": 0
- },
- {
- "name": "\\ftvolcite",
- "index": 0
- },
- {
- "name": "\\svolcite",
- "index": 0
- },
- {
- "name": "\\Svolcite",
- "index": 0
- },
- {
- "name": "\\tvolcite",
- "index": 0
- },
- {
- "name": "\\Tvolcite",
- "index": 0
- },
- {
- "name": "\\avolcite",
- "index": 0
- },
- {
- "name": "\\Avolcite",
- "index": 0
- },
- {
- "name": "\\notecite",
- "index": 0
- },
- {
- "name": "\\notecite",
- "index": 0
- },
- {
- "name": "\\pnotecite",
- "index": 0
- },
- {
- "name": "\\Pnotecite",
- "index": 0
- },
- {
- "name": "\\fnotecite",
- "index": 0
- }
- ],
- "labelCommands": [
- {
- "name": "\\label",
- "index": 0,
- "kind": "definition"
- },
- {
- "name": "\\ref",
- "index": 0,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\vref",
- "index": 0,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\Vref",
- "index": 0,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\autoref",
- "index": 0,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\pageref",
- "index": 0,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\eqref",
- "index": 0,
- "kind": {
- "reference": "math"
- }
- },
- {
- "name": "\\cref",
- "index": 0,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\Cref",
- "index": 0,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\crefrange",
- "index": 0,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\crefrange",
- "index": 1,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\Crefrange",
- "index": 0,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\Crefrange",
- "index": 1,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\cref*",
- "index": 0,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\Cref*",
- "index": 0,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\crefrange*",
- "index": 0,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\crefrange*",
- "index": 1,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\Crefrange*",
- "index": 0,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\Crefrange*",
- "index": 1,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\namecref",
- "index": 0,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\nameCref",
- "index": 0,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\lcnamecref",
- "index": 0,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\namecrefs",
- "index": 0,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\nameCrefs",
- "index": 0,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\lcnamecrefs",
- "index": 0,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\labelcref",
- "index": 0,
- "kind": {
- "reference": "everything"
- }
- },
- {
- "name": "\\labelcpageref",
- "index": 0,
- "kind": {
- "reference": "everything"
- }
- }
- ],
- "sectionCommands": [
- {
- "name": "\\part",
- "index": 0,
- "level": 0,
- "prefix": "Part"
- },
- {
- "name": "\\part*",
- "index": 0,
- "level": 0,
- "prefix": "Part"
- },
- {
- "name": "\\chapter",
- "index": 0,
- "level": 1,
- "prefix": "Chapter"
- },
- {
- "name": "\\chapter*",
- "index": 0,
- "level": 1,
- "prefix": "Chapter"
- },
- {
- "name": "\\section",
- "index": 0,
- "level": 2,
- "prefix": "Section"
- },
- {
- "name": "\\section*",
- "index": 0,
- "level": 2,
- "prefix": "Section"
- },
- {
- "name": "\\subsection",
- "index": 0,
- "level": 3,
- "prefix": "Subsection"
- },
- {
- "name": "\\subsection*",
- "index": 0,
- "level": 3,
- "prefix": "Subsection"
- },
- {
- "name": "\\subsubsection",
- "index": 0,
- "level": 4,
- "prefix": "Subsection"
- },
- {
- "name": "\\subsubsection*",
- "index": 0,
- "level": 4,
- "prefix": "Subsection"
- },
- {
- "name": "\\paragraph",
- "index": 0,
- "level": 5,
- "prefix": "Paragraph"
- },
- {
- "name": "\\paragraph*",
- "index": 0,
- "level": 5,
- "prefix": "Paragraph"
- },
- {
- "name": "\\subparagraph",
- "index": 0,
- "level": 6,
- "prefix": "Subparagraph"
- },
- {
- "name": "\\subparagraph*",
- "index": 0,
- "level": 6,
- "prefix": "Subparagraph"
- }
- ],
- "includeCommands": [
- {
- "name": "\\documentclass",
- "index": 0,
- "kind": "class",
- "includeExtension": false
- },
- {
- "name": "\\usepackage",
- "index": 0,
- "kind": "package",
- "includeExtension": false
- },
- {
- "name": "\\RequirePackage",
- "index": 0,
- "kind": "package",
- "includeExtension": false
- },
- {
- "name": "\\include",
- "index": 0,
- "kind": "latex",
- "includeExtension": false
- },
- {
- "name": "\\input",
- "index": 0,
- "kind": "latex",
- "includeExtension": true
- },
- {
- "name": "\\bibliography",
- "index": 0,
- "kind": "bibliography",
- "includeExtension": true
- },
- {
- "name": "\\addbibresource",
- "index": 0,
- "kind": "bibliography",
- "includeExtension": true
- },
- {
- "name": "\\includegraphics",
- "index": 0,
- "kind": "image",
- "includeExtension": true
- },
- {
- "name": "\\includesvg",
- "index": 0,
- "kind": "svg",
- "includeExtension": false
- },
- {
- "name": "\\includepdf",
- "index": 0,
- "kind": "pdf",
- "includeExtension": true
- },
- {
- "name": "\\verbatiminput",
- "index": 0,
- "kind": "everything",
- "includeExtension": true
- },
- {
- "name": "\\VerbatimInput",
- "index": 0,
- "kind": "everything",
- "includeExtension": true
- },
- {
- "name": "\\subfile",
- "index": 0,
- "kind": "latex",
- "includeExtension": false
- }
- ],
- "commandDefinitionCommands": [
- {
- "name": "\\newcommand",
- "definitionIndex": 0,
- "argCountIndex": 0,
- "implementationIndex": 1
- },
- {
- "name": "\\renewcommand",
- "definitionIndex": 0,
- "argCountIndex": 0,
- "implementationIndex": 1
- },
- {
- "name": "\\DeclareRobustCommand",
- "definitionIndex": 0,
- "argCountIndex": 0,
- "implementationIndex": 1
- }
- ],
- "mathOperatorCommands": [
- {
- "name": "\\DeclareMathOperator",
- "definitionIndex": 0,
- "implementationIndex": 1
- },
- {
- "name": "\\DeclareMathOperator*",
- "definitionIndex": 0,
- "implementationIndex": 1
- }
- ],
- "theoremDefinitionCommands": [
- {
- "name": "\\newtheorem",
- "index": 0
- },
- {
- "name": "\\declaretheorem",
- "index": 0
- }
- ],
"colors": [
"black",
"blue",
@@ -721,493 +88,6 @@
"Yellow",
"YellowOrange"
],
- "colorCommands": [
- {
- "name": "\\color",
- "index": 0
- },
- {
- "name": "\\colorbox",
- "index": 0
- },
- {
- "name": "\\textcolor",
- "index": 0
- },
- {
- "name": "\\pagecolor",
- "index": 0
- }
- ],
- "colorModelCommands": [
- {
- "name": "\\definecolor",
- "index": 1
- },
- {
- "name": "\\definecolorset",
- "index": 0
- }
- ],
- "glossaryEntryDefinitionCommands": [
- {
- "name": "\\newglossaryentry",
- "labelIndex": 0,
- "kind": "general"
- },
- {
- "name": "\\newacronym",
- "labelIndex": 0,
- "kind": "acronym"
- }
- ],
- "glossaryEntryReferenceCommands": [
- {
- "name": "\\gls",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\Gls",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\GLS",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\glspl",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\Glspl",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\GLSpl",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\glsdisp",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\glslink",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\glstext",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\Glstext",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\GLStext",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\glsfirst",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\Glsfirst",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\GLSfirst",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\glsplural",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\Glsplural",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\GLSplural",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\glsfirstplural",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\Glsfirstplural",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\GLSfirstplural",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\glsname",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\Glsname",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\GLSname",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\glssymbol",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\Glssymbol",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\glsdesc",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\Glsdesc",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\GLSdesc",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\glsuseri",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\Glsuseri",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\GLSuseri",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\glsuserii",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\Glsuserii",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\GLSuserii",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\glsuseriii",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\Glsuseriii",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\GLSuseriii",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\glsuseriv",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\Glsuseriv",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\GLSuseriv",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\glsuserv",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\Glsuserv",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\GLSuserv",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\glsuservi",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\Glsuservi",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\GLSuservi",
- "index": 0,
- "kind": "general"
- },
- {
- "name": "\\acrshort",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\Acrshort",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\ACRshort",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\acrshortpl",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\Acrshortpl",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\ACRshortpl",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\acrlong",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\Acrlong",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\ACRlong",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\acrlongpl",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\Acrlongpl",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\ACRlongpl",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\acrfull",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\Acrfull",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\ACRfull",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\acrfullpl",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\Acrfullpl",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\ACRfullpl",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\acs",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\Acs",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\acsp",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\Acsp",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\acl",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\Acl",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\aclp",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\Aclp",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\acf",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\Acf",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\acfp",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\Acfp",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\ac",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\Ac",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\acp",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\glsentrylong",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\Glsentrylong",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\glsentrylongpl",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\Glsentrylongpl",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\glsentryshort",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\Glsentryshort",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\glsentryshortpl",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\Glsentryshortpl",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\glsentryfullpl",
- "index": 0,
- "kind": "acronym"
- },
- {
- "name": "\\Glsentryfullpl",
- "index": 0,
- "kind": "acronym"
- }
- ],
"entryTypes": [
{
"name": "preamble",
@@ -2198,6 +1078,8 @@
"eqnarray*",
"equation",
"equation*",
+ "subequations",
+ "subequations*",
"gather",
"gather*",
"gathered",