@myagentroam/code-navigation 0.9.102 → 0.9.104

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,12 @@
1
1
  /**
2
- * Fixed source maps generated from `Universal Ctags 6.2.1 --list-maps`.
2
+ * Fixed source maps generated from `Universal Ctags ab95af1 --list-maps`.
3
3
  * This remains pure metadata: Node owns the executable and index lifecycle.
4
4
  */
5
5
  const languages = [
6
6
  { id: 'Abaqus', fileNamePatterns: ['*.inp'] },
7
7
  { id: 'Abc', fileNamePatterns: ['*.abc', '*.abc'] },
8
8
  { id: 'Ada', fileNamePatterns: ['*.adb', '*.ads', '*.Ada', '*.ada'] },
9
- { id: 'Ant', fileNamePatterns: ['build.xml', '*.build.xml', '*.ant'] },
9
+ { id: 'Ant', fileNamePatterns: ['build.xml', '*.build.xml', '*.ant', '*.xml'] },
10
10
  {
11
11
  id: 'Asciidoc',
12
12
  fileNamePatterns: ['*.asc', '*.adoc', '*.asciidoc', '*.asc', '*.adoc', '*.asciidoc']
@@ -64,6 +64,7 @@ const languages = [
64
64
  { id: 'Cobol', fileNamePatterns: ['*.cbl', '*.cob', '*.CBL', '*.COB'] },
65
65
  { id: 'CUDA', fileNamePatterns: ['*.cu', '*.cuh'] },
66
66
  { id: 'D', fileNamePatterns: ['*.d', '*.di'] },
67
+ { id: 'DBusService', fileNamePatterns: ['*.service'] },
67
68
  { id: 'Diff', fileNamePatterns: ['*.diff', '*.patch'] },
68
69
  { id: 'DTD', fileNamePatterns: ['*.dtd', '*.mod'] },
69
70
  { id: 'DTS', fileNamePatterns: ['*.dts', '*.dtsi'] },
@@ -103,6 +104,7 @@ const languages = [
103
104
  { id: 'GDScript', fileNamePatterns: ['*.gd'] },
104
105
  { id: 'GemSpec', fileNamePatterns: ['*.gemspec'] },
105
106
  { id: 'Go', fileNamePatterns: ['*.go'] },
107
+ { id: 'GoMod', fileNamePatterns: ['go.mod'] },
106
108
  { id: 'GPerf', fileNamePatterns: ['*.perf', '*.gperf'] },
107
109
  { id: 'Haskell', fileNamePatterns: ['*.hs'] },
108
110
  { id: 'Haxe', fileNamePatterns: ['*.hx'] },
@@ -116,7 +118,10 @@ const languages = [
116
118
  { id: 'JSON', fileNamePatterns: ['*.json'] },
117
119
  { id: 'Julia', fileNamePatterns: ['*.jl'] },
118
120
  { id: 'Kconfig', fileNamePatterns: ['Kconfig*'] },
119
- { id: 'LdScript', fileNamePatterns: ['*.lds.S', 'ld.script', '*.lds', '*.scr', '*.ld', '*.ldi'] },
121
+ {
122
+ id: 'LdScript',
123
+ fileNamePatterns: ['*.lds.S', '*.ld.S', 'ld.script', '*.lds', '*.scr', '*.ld', '*.ldi']
124
+ },
120
125
  { id: 'LEX', fileNamePatterns: ['*.lex', '*.l'] },
121
126
  { id: 'Lisp', fileNamePatterns: ['*.cl', '*.clisp', '*.l', '*.lisp', '*.lsp'] },
122
127
  { id: 'LiterateHaskell', fileNamePatterns: ['*.lhs'] },
@@ -146,9 +151,11 @@ const languages = [
146
151
  { id: 'Meson', fileNamePatterns: ['meson.build'] },
147
152
  { id: 'MesonOptions', fileNamePatterns: ['meson_options.txt'] },
148
153
  { id: 'Myrddin', fileNamePatterns: ['*.myr'] },
154
+ { id: 'Nftables', fileNamePatterns: ['*.nft'] },
149
155
  { id: 'NSIS', fileNamePatterns: ['*.nsi', '*.nsh'] },
150
156
  { id: 'ObjectiveC', fileNamePatterns: ['*.mm', '*.m', '*.h'] },
151
157
  { id: 'OCaml', fileNamePatterns: ['*.ml', '*.mli', '*.aug'] },
158
+ { id: 'Odin', fileNamePatterns: ['*.odin'] },
152
159
  { id: 'Org', fileNamePatterns: ['*.org'] },
153
160
  { id: 'Passwd', fileNamePatterns: ['passwd'] },
154
161
  { id: 'Pascal', fileNamePatterns: ['*.p', '*.pas'] },
@@ -158,11 +165,12 @@ const languages = [
158
165
  { id: 'PkgConfig', fileNamePatterns: ['*.pc'] },
159
166
  { id: 'Pod', fileNamePatterns: ['*.pod'] },
160
167
  { id: 'PowerShell', fileNamePatterns: ['*.ps1', '*.psm1'] },
168
+ { id: 'Prolog', fileNamePatterns: ['*.pl', '*.pro'] },
161
169
  { id: 'Protobuf', fileNamePatterns: ['*.proto'] },
162
170
  { id: 'PuppetManifest', fileNamePatterns: ['*.pp'] },
163
171
  {
164
172
  id: 'Python',
165
- fileNamePatterns: ['*.py', '*.pyx', '*.pxd', '*.pxi', '*.scons', '*.wsgi']
173
+ fileNamePatterns: ['*.py', '*.pyw', '*.pyx', '*.pxd', '*.pxi', '*.scons', '*.wsgi']
166
174
  },
167
175
  { id: 'PythonEntryPoints', fileNamePatterns: ['entry_points.txt'] },
168
176
  { id: 'QemuHX', fileNamePatterns: ['*.hx'] },
@@ -173,6 +181,10 @@ const languages = [
173
181
  { id: 'Raku', fileNamePatterns: ['*.raku', '*.rakumod', '*.rakutest', '*.rakudoc'] },
174
182
  { id: 'REXX', fileNamePatterns: ['*.cmd', '*.rexx', '*.rx'] },
175
183
  { id: 'Robot', fileNamePatterns: ['*.robot'] },
184
+ {
185
+ id: 'RpmMacros',
186
+ fileNamePatterns: ['%(.*/)?macros\\.d/macros\\.([^/]+)$%', '*.rpmmacros']
187
+ },
176
188
  { id: 'RpmSpec', fileNamePatterns: ['*.spec'] },
177
189
  { id: 'ReStructuredText', fileNamePatterns: ['*.rest', '*.reST', '*.rst'] },
178
190
  { id: 'Ruby', fileNamePatterns: ['*.rb', '*.ruby'] },
@@ -184,6 +196,7 @@ const languages = [
184
196
  { id: 'SCSS', fileNamePatterns: ['*.scss'] },
185
197
  { id: 'SELinuxInterface', fileNamePatterns: ['*.if'] },
186
198
  { id: 'SELinuxTypeEnforcement', fileNamePatterns: ['*.te'] },
199
+ { id: 'SINEX', fileNamePatterns: ['*.snx', '*.sinex'] },
187
200
  { id: 'Sh', fileNamePatterns: ['*.sh', '*.SH', '*.bsh', '*.bash', '*.ksh', '*.ash'] },
188
201
  { id: 'SLang', fileNamePatterns: ['*.sl'] },
189
202
  { id: 'SML', fileNamePatterns: ['*.sml', '*.sig'] },
@@ -216,7 +229,7 @@ const languages = [
216
229
  { id: 'TypeSpec', fileNamePatterns: ['*.tsp'] },
217
230
  { id: 'V', fileNamePatterns: ['*.v'] },
218
231
  { id: 'Vera', fileNamePatterns: ['*.vr', '*.vri', '*.vrh'] },
219
- { id: 'Verilog', fileNamePatterns: ['*.v'] },
232
+ { id: 'Verilog', fileNamePatterns: ['*.v', '*.vh'] },
220
233
  { id: 'SystemVerilog', fileNamePatterns: ['*.sv', '*.svh', '*.svi'] },
221
234
  { id: 'VHDL', fileNamePatterns: ['*.vhdl', '*.vhd'] },
222
235
  { id: 'Vim', fileNamePatterns: ['vimrc', '[._]vimrc', 'gvimrc', '[._]gvimrc', '*.vim', '*.vba'] },
@@ -225,6 +238,17 @@ const languages = [
225
238
  { id: 'YumRepo', fileNamePatterns: ['*.repo'] },
226
239
  { id: 'Zephir', fileNamePatterns: ['*.zep'] },
227
240
  { id: 'Zsh', fileNamePatterns: ['*.zsh'] },
241
+ { id: 'DBusIntrospect', fileNamePatterns: ['*.xml'] },
242
+ { id: 'Glade', fileNamePatterns: ['*.glade'] },
243
+ { id: 'Maven2', fileNamePatterns: ['pom.xml', '*.pom', '*.xml'] },
244
+ { id: 'PlistXML', fileNamePatterns: ['*.plist'] },
245
+ { id: 'RelaxNG', fileNamePatterns: ['*.rng'] },
246
+ { id: 'SVG', fileNamePatterns: ['*.svg'] },
247
+ { id: 'XRC', fileNamePatterns: ['*.xrc'] },
248
+ { id: 'XML', fileNamePatterns: ['*.xml'] },
249
+ { id: 'XSLT', fileNamePatterns: ['*.xsl', '*.xslt'] },
250
+ { id: 'Yaml', fileNamePatterns: ['*.yml', '*.yaml'] },
251
+ { id: 'OpenAPI', fileNamePatterns: ['openapi.yaml'] },
228
252
  { id: 'Varlink', fileNamePatterns: ['*.varlink'] },
229
253
  { id: 'Kotlin', fileNamePatterns: ['*.kt', '*.kts'] },
230
254
  { id: 'Thrift', fileNamePatterns: ['*.thrift'] },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myagentroam/code-navigation",
3
- "version": "0.9.102",
3
+ "version": "0.9.104",
4
4
  "description": "Shared pure language detection and file-reference extraction for MyAgentRoam.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",