summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/vimscript/executable_spec.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2025-12-01 09:27:29 +0800
committerzeertzjq <zeertzjq@outlook.com>2025-12-01 10:11:34 +0800
commit8310f2052636d70b6e8dc38c83c9b73012841177 (patch)
tree8705f5d7ac9009c81de1817274e89c195b903083 /test/functional/vimscript/executable_spec.lua
parent23ddb2028bce0998f53f5d23f3b6c2aac616f28e (diff)
vim-patch:9.1.1935: filetype: not all Erlang files are recognized
Problem: filetype: not all Erlang files are recognized Solution: Detect *.app.src and rebar.config files as erlang filetype (John Parise). *.app.src files contain Erlang application definitions. (There are also *.app files, which are similar but more often build artifacts, and that file extension is too ambiguous to be recognized by default.) Reference: - https://www.erlang.org/doc/system/applications.html Rebar is the Erlang build tool. rebar.config uses Erlang syntax. Reference: - https://rebar3.org/docs/configuration/configuration/ closes: vim/vim#18835 https://github.com/vim/vim/commit/2b2580e61a853617173f907bd42e12a073cf2410 Co-authored-by: Jon Parise <jon@indelible.org>
Diffstat (limited to 'test/functional/vimscript/executable_spec.lua')
0 files changed, 0 insertions, 0 deletions