Skip to content

Commit 8498ff3

Browse files
feature: update highlighting, add routine support
Update highlighting captures to match the current highlighting in the tree-sitter-objectscript repo. This is essentially the zed equivalent of neovim in terms of captures. Now, inc, mac, and int file extensions will map to the objectscript_routine grammar.
1 parent bad7ffd commit 8498ff3

17 files changed

Lines changed: 1177 additions & 537 deletions

extension.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
id = "objectscript"
22
name = "InterSystems ObjectScript"
3-
version = "1.4.0"
3+
version = "1.3.0"
44
schema_version = 1
55
authors = ["Dave McCaldon <davem@intersystems.com>","Hannah Kimura <hannah.kimura@intersystems.com>"]
66
description = "InterSystems IRIS ObjectScript Extension"
77
repository = "https://github.com/intersystems/zed-objectscript"
88

99
[grammars.objectscript_udl]
1010
repository = "https://github.com/intersystems/tree-sitter-objectscript"
11-
commit = "7aa01969d0fea2e75dc69f2be2244b13d8269d6f"
11+
commit = "a60196ecc4e6d492510a0eb0374e74020895b917"
1212
path = "udl"
1313

14-
[grammars.objectscript_core]
14+
[grammars.objectscript_routine]
1515
repository = "https://github.com/intersystems/tree-sitter-objectscript"
16-
commit = "7aa01969d0fea2e75dc69f2be2244b13d8269d6f"
17-
path = "core"
16+
commit = "a60196ecc4e6d492510a0eb0374e74020895b917"
17+
path = "objectscript_routine"
1818

1919
[grammars.objectscript]
2020
repository = "https://github.com/intersystems/tree-sitter-objectscript"
21-
commit = "7aa01969d0fea2e75dc69f2be2244b13d8269d6f"
21+
commit = "a60196ecc4e6d492510a0eb0374e74020895b917"
2222
path = "objectscript"
2323

2424
[grammars.xml]

0 commit comments

Comments
 (0)