ba10d89 Merge remote-tracking branch 'origin/master' 0b0cb14 feat: add mail file type support eda5f22 feat: add descriptive names for file types 5be7cbf feat: add xml formatter 2dd75f9 feat: add pyi to python file extensions cba2de6 Merge remote-tracking branch 'origin/master' 017c727 feat: add odin support 78f312e feat: add cmake support be71fff feat: add cmake support 40e4f73 feat: add expand/shrink_selection and select_next/prev_sibling commands 3e42e08 refactor: run zig fmt 9eb5c4c fix: add --stdin to gleam format 2345f2f feat: add gleam formatter 76c493d feat: add gleam to file types 66a5663 feat: update tree-sitter to add gleam support 3673787 feat: add julia support d91691c fix: remove obsolete and broken syntax.refresh function e7401e0 feat: add syntax.refresh_from_string utility function 812b66f fix: add swiftinterface as a swift file extension b0b6e46 feat: add support for the swift language dcfa5cd feat: add hare to syntax file types b5c309f build: update tree-sitter for new zig parser and hare support dbdc9a8 feat: add go formatter to file types d5fcdb1 feat: add ruby lsp to file type config b2a2981 fix: typo in first line match for file type python 71fdb49 fix: prefer to treat .h files as c++ 0498ae3 refactor: zig fmt all source files 57dfa2e feat: add command to toggle syntax highlighting (S-F10) b31fb25 feat: make --no-syntax just disable syntax highlighting and not language server support git-subtree-dir: src/syntax git-subtree-split: ba10d89670e19004bd3b958a407afc087c33ca9f
16 lines
446 B
Zig
16 lines
446 B
Zig
.{
|
|
.name = "flow-syntax",
|
|
.version = "0.0.1",
|
|
|
|
.dependencies = .{
|
|
.@"tree-sitter" = .{
|
|
.url = "https://github.com/neurocyte/tree-sitter/releases/download/master-aea6072c6178d5cd0c97fff33e130f632f355bc2/source.tar.gz",
|
|
.hash = "12204c99c6093230023380068f386f7eb32ab83df9a8eb8b586ffe5aa44afa34ff0e",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"src",
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
},
|
|
}
|