https://github.com/ionide/ionide-fsgrammar
Shared Textmate Regex Style F# Language Grammar
https://github.com/ionide/ionide-fsgrammar
fsharp ionide syntax-grammar
Last synced: 6 months ago
JSON representation
Shared Textmate Regex Style F# Language Grammar
- Host: GitHub
- URL: https://github.com/ionide/ionide-fsgrammar
- Owner: ionide
- License: mit
- Created: 2016-02-08T11:26:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-08-19T13:33:28.000Z (10 months ago)
- Last Synced: 2025-10-13T12:25:27.752Z (8 months ago)
- Topics: fsharp, ionide, syntax-grammar
- Language: F#
- Size: 309 KB
- Stars: 36
- Watchers: 13
- Forks: 37
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ionide-FsGrammar
A Colllection of Textmate Syntax Definiton JSON files for
- F# : `.fs`,`.fsx`,`.fsi`
- FsLex : `.fsl`
- FsYacc : `.fsy` _(not implemented)_
- Paket Dependencies : `paket.dependecies`
- Paket Lock : `paket.lock`
Used by the Ionide-FSharp Extensions for [VSCode](https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-fsharp)
and [Atom](https://atom.io/packages/ionide-fsharp)
[Part of the Ionide Package Suite](https://ionide.io/)

[Interested in contributing? Check out CONTRIBUTING.md](CONTRIBUTING.md)