diff options
| author | Bruno BELANYI <bruno@belanyi.fr> | 2022-06-14 20:01:12 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-06-14 22:34:03 +0200 |
| commit | b8e3b03748e0c796648360417650302a826ada91 (patch) | |
| tree | 1a6600bcf44037995c25c780cdac8911c45aef96 /tests/query/highlights/tiger/built-ins.tig | |
| parent | test(tiger): import upstream tests (diff) | |
| download | nvim-treesitter-b8e3b03748e0c796648360417650302a826ada91.tar nvim-treesitter-b8e3b03748e0c796648360417650302a826ada91.tar.gz nvim-treesitter-b8e3b03748e0c796648360417650302a826ada91.tar.bz2 nvim-treesitter-b8e3b03748e0c796648360417650302a826ada91.tar.lz nvim-treesitter-b8e3b03748e0c796648360417650302a826ada91.tar.xz nvim-treesitter-b8e3b03748e0c796648360417650302a826ada91.tar.zst nvim-treesitter-b8e3b03748e0c796648360417650302a826ada91.zip | |
fix(tiger): adjust invalid queries
Diffstat (limited to 'tests/query/highlights/tiger/built-ins.tig')
| -rw-r--r-- | tests/query/highlights/tiger/built-ins.tig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/query/highlights/tiger/built-ins.tig b/tests/query/highlights/tiger/built-ins.tig index 68790541a..f359959fe 100644 --- a/tests/query/highlights/tiger/built-ins.tig +++ b/tests/query/highlights/tiger/built-ins.tig @@ -6,7 +6,7 @@ let /* ^ type.builtin */ var b := exit(0) - /* ^ function */ + /* ^ function.builtin */ type int = string /* Shadowing the built-in type */ /* ^ type.builtin */ @@ -30,13 +30,13 @@ in end; exit(1); - /* <- function */ + /* <- function.builtin */ print("shadowing is fun"); /* <- function.builtin */ self; - /* <- variable */ + /* <- variable.builtin */ b := print /* ^ variable */ |
