mirror of
https://github.com/neovim/neovim.git
synced 2026-05-06 08:26:45 -04:00
65b40e69ac
Problem:
- Not obvious which _meta/ are generated and which should be edited
manually.
- The require guard (`error('Cannot require a meta file')`) is not
consistently present in all meta files.
Solution:
- Update headers.
- Add require() guard to all meta files.
- Rename generated meta files with `.gen.lua`.
16 lines
412 B
Plaintext
16 lines
412 B
Plaintext
*.h.in linguist-language=C
|
|
*.c.in linguist-language=C
|
|
*CMakeLists.txt linguist-language=CMake
|
|
|
|
runtime/doc/* linguist-documentation
|
|
runtime/doc/builtin.txt linguist-generated
|
|
|
|
# api.gen.lua, vimfn.gen.lua, etc.
|
|
runtime/lua/vim/_meta/*.gen.lua linguist-generated
|
|
|
|
src/xdiff/** linguist-vendored
|
|
src/cjson/** linguist-vendored
|
|
src/unicode/** linguist-vendored
|
|
|
|
.github/ export-ignore
|