Commit dace9da
authored
feat: add Lua language support (#57)
Add .lua files to DEFAULT_INCLUDED_PATTERNS to enable automatic
indexing of Lua code. The underlying cocoindex library already
supports Lua language detection, this change makes it available
by default without requiring COCOINDEX_CODE_EXTRA_EXTENSIONS.
Changes:
- Add **/*.lua to DEFAULT_INCLUDED_PATTERNS in indexer.py
- Add Lua to supported languages table in README.md1 parent 0521330 commit dace9da
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| 323 | + | |
323 | 324 | | |
324 | 325 | | |
325 | 326 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments