Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnnymorganz/luau.tmlanguage

TextMate language files for Luau
https://github.com/johnnymorganz/luau.tmlanguage

Last synced: 29 days ago
JSON representation

TextMate language files for Luau

Awesome Lists containing this project

README

        

# Luau.tmLanguage

Repository of TextMate language files for the [Luau](https://luau-lang.org/) programming language.

This repository is forked from https://github.com/microsoft/TypeScript-TmLanguage, licensed under MIT

Only the YAML files need to be modified, the rest of the files are autogenerated

```
npm install
npm run build:grammar

npm test
npm run diff
npm run accept
```