view runtime/indent/luau.vim @ 35188:965c65610164 default tip

Added tag v9.1.0414 for changeset de9a4c63e943711d1cd7e9ac50fb0baf4cbbf33c
author Christian Brabandt <cb@256bit.org>
date Thu, 16 May 2024 21:00:48 +0200
parents 695b50472e85
children
line wrap: on
line source

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

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
    finish
endif

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