Skip to content

Commit f348620

Browse files
committed
init zed extension
1 parent 74615e5 commit f348620

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

extensions/zed/extension.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
id = "modu-syntax"
2+
name = "Modu Syntax Highlighting"
3+
version = "1.0.0"
4+
schema_version = 1
5+
authors = ["Cyteon <me@cyteon.dev>"]
6+
description = "Syntax highlighting for modu files"
7+
repository = "https://github.com/cyteon/modu"
8+
9+
[grammars.modu]
10+
repository = "https://github.com/cyteon/modu"
11+
path = "extensions/zed/languages/modu/"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "Modu"
2+
grammar = "modu"
3+
path_suffixes = ["modu"]
4+
line_comments = ["// "]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
(string) @string
2+
(escape_sequence) @string.escape
3+
(number) @number

0 commit comments

Comments
 (0)