view runtime/ftplugin/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
line wrap: on
line source

" Vim filetype plugin file
" Language:	Luau
" Maintainer:	None yet
" Last Change:	2023 Apr 30

if exists("b:did_ftplugin")
  finish
endif

" Luau is a superset of Lua
runtime! ftplugin/lua.vim


" vim: nowrap sw=2 sts=2 ts=8