@@ -764,26 +764,27 @@ Changes take effect only when a new session is started."
764
764
("\\.astro$" . "astro")
765
765
("\\.cs\\'" . "csharp")
766
766
("\\.css$" . "css")
767
+ ("\\.cypher$" . "cypher")
767
768
("\\.ebuild$" . "shellscript")
768
769
("\\.go\\'" . "go")
769
770
("\\.html$" . "html")
770
771
("\\.hx$" . "haxe")
771
772
("\\.hy$" . "hy")
772
773
("\\.java\\'" . "java")
774
+ ("\\.jq$" . "jq")
773
775
("\\.js$" . "javascript")
774
776
("\\.json$" . "json")
775
- ("\\.jsonnet$" . "jsonnet")
776
777
("\\.jsonc$" . "jsonc")
778
+ ("\\.jsonnet$" . "jsonnet")
777
779
("\\.jsx$" . "javascriptreact")
778
- ("\\.jq$" . "jq")
779
780
("\\.lua$" . "lua")
780
781
("\\.mdx\\'" . "mdx")
781
782
("\\.nu$" . "nushell")
782
783
("\\.php$" . "php")
784
+ ("\\.ps[dm]?1\\'" . "powershell")
783
785
("\\.rs\\'" . "rust")
784
786
("\\.spec\\'" . "rpm-spec")
785
787
("\\.sql$" . "sql")
786
- ("\\.cypher$" . "cypher")
787
788
("\\.svelte$" . "svelte")
788
789
("\\.toml\\'" . "toml")
789
790
("\\.ts$" . "typescript")
@@ -866,6 +867,7 @@ Changes take effect only when a new session is started."
866
867
(php-ts-mode . "php")
867
868
(powershell-mode . "powershell")
868
869
(powershell-mode . "PowerShell")
870
+ (powershell-ts-mode . "powershell")
869
871
(json-mode . "json")
870
872
(json-ts-mode . "json")
871
873
(jsonc-mode . "jsonc")
@@ -6021,6 +6023,7 @@ Request codeAction/resolve for more info if server supports."
6021
6023
(php-mode . c-basic-offset) ; PHP
6022
6024
(php-ts-mode . php-ts-mode-indent-offset) ; PHP
6023
6025
(powershell-mode . powershell-indent) ; PowerShell
6026
+ (powershell-ts-mode . powershell-ts-mode-indent-offset) ; PowerShell
6024
6027
(raku-mode . raku-indent-offset) ; Perl6/Raku
6025
6028
(ruby-mode . ruby-indent-level) ; Ruby
6026
6029
(rust-mode . rust-indent-offset) ; Rust
0 commit comments