This file is indexed.

/usr/share/ninja-ide/addins/syntax/latex.json is in ninja-ide 2.3-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "comment": [
    "%"
  ], 
  "extension": [
    "tex"
  ],
  "operators": [
    "&", "\\", "{", "}", "[", "]"
  ], 
  "keywords": [
    "addlinespace", "and", "address", "appendix", "author", "backmatter",
    "bfseries", "bibitem", "bigskip", "blindtext", "caption", "captionabove",
    "captionbelow", "cdot", "centering", "chapter", "cite", "color",
    "colorbox", "date", "dedication", "def", "definecolor", "documentclass",
    "edef", "else", "email", "emph", "eqref", "extratitle", "fbox", "fi",
    "flushleft", "flushright", "footnote", "frac", "frontmatter",
    "graphicspath", "hfill", "hline", "hspace", "huge", "ifx", "include",
    "includegraphics", "infty", "input", "int", "item", "itemsep",
    "KOMAoption", "KOMAoptions", "label", "LaTeX", "left", "let", "limits",
    "listfiles", "listoffigures", "listoftables", "lowertitleback",
    "mainmatter", "makeatletter", "makeatother", "makebox", "makeindex",
    "maketitle", "mbox", "mediumskip", "newcommand", "newenvironment",
    "newpage", "nocite", "nonumber", "pagestyle", "par", "paragraph",
    "parbox", "parident", "parskip", "partial", "publishers", "raggedleft",
    "raggedright", "raisebox", "ref", "renewcommand", "renewenvironment",
    "right", "rule", "section", "setlength", "sffamily", "subject",
    "subparagraph", "subsection", "subsubsection", "subtitle", "sum",
    "table", "tableofcontents", "textbf", "textcolor", "textit",
    "textnormal", "textsuperscript", "texttt", "textwidth", "thanks", "title",
    "titlehead", "today", "ttfamily", "uppertitleback", "urlstyle",
    "usepackage", "vspace"
  ]
}