HOME


Mini Shell 1.0
DIR: /proc/thread-self/root/usr/share/vim/vim91/indent/
Upload File :
Current File : //proc/thread-self/root/usr/share/vim/vim91/indent/luau.vim
" 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