diff --git a/languages.toml b/languages.toml index 622b48ac9ee1..91b9d072b6f0 100644 --- a/languages.toml +++ b/languages.toml @@ -180,7 +180,6 @@ paramName = "All" paramType = true await = true - [language-server.gopls] command = "gopls" @@ -198,7 +197,6 @@ command = "golangci-lint-langserver" [language-server.golangci-lint-lsp.config] command = ["golangci-lint", "run", "--output.json.path=stdout", "--show-stats=false", "--issues-exit-code=1"] - [language-server.rust-analyzer] command = "rust-analyzer" @@ -1333,7 +1331,6 @@ text-width = 100 name = "lean" source = { git = "https://github.com/Julian/tree-sitter-lean", rev = "d98426109258b266e1e92358c5f11716d2e8f638" } - [[language]] name = "lpf" comment-token = "#" @@ -2912,7 +2909,6 @@ comment-token = "--" indent = { tab-width = 3, unit = " " } language-servers = ["ada-language-server"] - [[grammar]] name = "ada" source = { git = "https://github.com/briot/tree-sitter-ada", rev = "ba0894efa03beb70780156b91e28c716b7a4764d" } @@ -3110,7 +3106,6 @@ indent = { tab-width = 2, unit = " " } name = "xml" source = { git = "https://github.com/RenjiSann/tree-sitter-xml", rev = "48a7c2b6fb9d515577e115e6788937e837815651" } - [[language]] name = "dtd" scope = "source.dtd" @@ -3280,7 +3275,7 @@ indent = { tab-width = 2, unit = " " } [[grammar]] name = "matlab" -source = { git = "https://github.com/acristoffers/tree-sitter-matlab", rev = "585b52b9b16d8e626299a76360ef6ab4f9731aed" } +source = { git = "https://github.com/acristoffers/tree-sitter-matlab", rev = "55d89cb322c9bc49bfd953b2a9d29ff03b072eac" } [[language]] name = "ponylang" @@ -4606,7 +4601,6 @@ language-servers = ["sourcepawn-studio"] name = "sourcepawn" source = { git = "https://github.com/nilshelmig/tree-sitter-sourcepawn", rev = "f2af8d0dc14c6790130cceb2a20027eb41a8297c" } - [[grammar]] name = "vim" source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-vim", rev = "f3cd62d8bd043ef20507e84bb6b4b53731ccf3a7" } diff --git a/runtime/queries/matlab/highlights.scm b/runtime/queries/matlab/highlights.scm index 875cba509772..7bd868f4122d 100644 --- a/runtime/queries/matlab/highlights.scm +++ b/runtime/queries/matlab/highlights.scm @@ -74,7 +74,6 @@ (string) @string (number) @constant.numeric.float (unary_operator ["+" "-"] @constant.numeric.float) -(boolean) @constant.builtin.boolean ; Comments