1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-20 01:08:33 +03:00
kakoune/rc
Hugo Musso Gualandi 52f7999705 Recognize ".rockspec" file extension as a Lua file
rockspec files are used by [Luarocks](https://luarocks.org/), the
most prominent package manager for Lua. Despite the different file
extension, these files are actually Lua files and should be syntax
highlighted as such.

For what it is worth, Neovim also does the same thing that I am doing in
this commit. They recognize both ".lua" and ".rockspec" as being Lua
files (and no other extensions, as far as I know).
2021-07-26 17:41:00 -03:00
..
detection Merge remote-tracking branch 'Eluminae/master' 2021-04-25 20:23:10 +10:00
filetype Recognize ".rockspec" file extension as a Lua file 2021-07-26 17:41:00 -03:00
tools Merge remote-tracking branch 'listentolist/pascal-filetype' 2021-07-20 22:40:06 +10:00
windowing Spawn a shell when using xfce4-terminal 2021-07-08 01:44:17 +00:00