This file is indexed.

/usr/share/GvRng/po/gvr_it.lang is in gvrng 4.4-1.

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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
<language _name="gvr_it" version="1.0" _section="Scripts" 
    mimetypes="text/x-gvr_it">
    
    <escape-char>\</escape-char>

    <string _name = "Multiline String" style = "String" end-at-line-end = "FALSE">
        <start-regex>[uUrR]?&quot;&quot;&quot;</start-regex>
        <end-regex>&quot;&quot;&quot;</end-regex>
    </string>

    <string _name = "Multiline String 2" style = "String" end-at-line-end = "FALSE">
        <start-regex>[uUrR]?&apos;&apos;&apos;</start-regex>
        <end-regex>&apos;&apos;&apos;</end-regex>
    </string>

    <string _name = "String" style = "String" end-at-line-end = "TRUE">
        <start-regex>[uUrR]?&quot;</start-regex>
        <end-regex>&quot;</end-regex>
    </string>

    <string _name = "String 2" style = "String" end-at-line-end = "TRUE">
        <start-regex>[uUrR]?&apos;</start-regex>
        <end-regex>&apos;</end-regex>
    </string>

    <line-comment _name = "Line Comment" style= "Comment">
        <start-regex>#</start-regex>
    </line-comment>
    
    <keyword-list _name = "World language" style = "Preprocessor" case-sensitive="TRUE">
        <keyword>robot</keyword>
        <keyword>muro</keyword>
        <keyword>size</keyword>
        <keyword>beeper</keyword>       
    </keyword-list>

    <keyword-list _name = "Program statements" style = "Comment" case-sensitive="TRUE">
        <keyword>muovi</keyword>
        <keyword>gira_sinistra</keyword>
        <keyword>prendi_sirena</keyword>
        <keyword>posa_sirena</keyword>
        <keyword>spento</keyword>
        <keyword>definisci</keyword>
    </keyword-list>

    <keyword-list _name = "Program test" style = "Preprocessor" case-sensitive="TRUE">
        <keyword>libero_davanti</keyword>
        <keyword>chiuso_davanti</keyword>
        <keyword>libero_a_sinistra</keyword>
        <keyword>chiuso_a_sinistra</keyword>
        <keyword>libero_a_destra</keyword>
        <keyword>chiuso_a_destra</keyword>
        <keyword>vicino_sirena</keyword>
        <keyword>non_vicino_sirena</keyword>
        <keyword>qualche_sirena_in_borsa</keyword>
        <keyword>nessuna_sirena_in_borsa</keyword>
        <keyword>faccia_nord</keyword>
        <keyword>non_faccia_nord</keyword>
        <keyword>faccia_sud</keyword>
        <keyword>non_faccia_sud</keyword>
        <keyword>faccia_est</keyword>
        <keyword>non_faccia_est</keyword>
        <keyword>faccia_ovest</keyword>
        <keyword>non_faccia_ovest</keyword>
    </keyword-list>

    <keyword-list _name = "Program others" style = "Others" case-sensitive="TRUE">
        <keyword>se</keyword>
        <keyword>altrimenti</keyword>
        <keyword>se_altrimenti</keyword>
        <keyword>ripeti</keyword>
        <keyword>mentre</keyword>
    </keyword-list>

    <pattern-item _name = "Decimal" style = "Decimal">
        <regex>\b([1-9][0-9]*|0)([Uu]([Ll]|LL|ll)?|([Ll]|LL|ll)[Uu]?)?\b</regex>
    </pattern-item>

</language>