This file is indexed.

/usr/share/monkeystudio/scripts/associations.mks is in monkeystudio-common 1.9.0.4-1build3.

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
# Monkey Studio IDE Associations
# reset associations
association clear
# introduce new ones per language
# association add   language/type   Suffixes
# association set   language/type   Suffixes
# Bash
association set "Bash" "*.sh"
# Batch
association set "Batch" "*.cmd, *.bat"
# C#
association set "C#" "*.cs"
# C++
association set "C++" "*.hxx, *.hpp, *.hh, *.h++, *.h, *.cxx, *.cpp, *.cc, *.c++, *.c"
# CMake
association set "CMake" "CMake.txt, *.cmake"
# CSS
association set "CSS" "*.css"
# D
association set "D" "*.d"
# Diff
association set "Diff" "*.patch, *.diff"
# HTML
association set "HTML" "*.xslt, *.xsl, *.xsd, *.xml, *.svg, *.shtm*, *.rdf, *.phtm*, *.php*, *.htm*, *.dtd, *.docbook, *.asp"
# IDL
association set "IDL" "*.idl"
# Java
association set "Java" "*.java"
# JavaScript
association set "JavaScript" "*.js"
# Lua
association set "Lua" "*.lua"
# Makefile
association set "Makefile" "Makefile*, *makefile, *.mak"
# POV
association set "POV" "*.pov"
# Perl
association set "Perl" "*.pm, *.pl, *.ph"
# Properties
association set "Properties" "*.reg, *.rc, *.properties, *.ini, *.inf, *.cnf, *.cfg"
# Python
association set "Python" "*.pyx, *.pyw, *.py, *.ptl"
# Ruby
association set "Ruby" "*.rbw, *.rb"
# SQL
association set "SQL" "*.sql"
# TCL
association set "TCL" "*.tcl"
# TeX
association set "TeX" "*.toc, *.sty, *.idx, *.aux"
# VHDL
association set "VHDL" "*.vhdl"