Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johnnymorganz/luau.tmlanguage
- Owner: JohnnyMorganz
- License: other
- Created: 2023-07-05T15:43:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T20:13:41.000Z (about 2 months ago)
- Last Synced: 2024-11-24T20:07:45.164Z (about 1 month ago)
- Language: Luau
- Homepage:
- Size: 643 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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:grammarnpm test
npm run diff
npm run accept
```