comparison runtime/indent/luau.vim @ 32449:2a17771529af

Update runtime files Commit: https://github.com/vim/vim/commit/b7398fe41c9e1e731d058105a34158871ee83e3f Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 14 18:50:25 2023 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 May 2023 20:00:05 +0200
parents
children 448aef880252
comparison
equal deleted inserted replaced
32448:62943590c35e 32449:2a17771529af
1 " Vim filetype indent file
2 " Language: Luau
3 " Maintainer: None yet
4 " Last Change: 2023 Apr 30
5
6 " Only load this indent file when no other was loaded.
7 if exists("b:did_indent")
8 finish
9 endif
10
11 " Luau is a superset of Lua
12 runtime! indent/lua.vim
13
14