File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -760,15 +760,18 @@ Changes take effect only when a new session is started."
760
760
(clojurec-mode . "clojure")
761
761
(clojurescript-mode . "clojurescript")
762
762
(java-mode . "java")
763
+ (java-ts-mode . "java")
763
764
(jdee-mode . "java")
764
765
(groovy-mode . "groovy")
765
766
(python-mode . "python")
767
+ (python-ts-mode . "python")
766
768
(cython-mode . "python")
767
769
(lsp--render-markdown . "markdown")
768
770
(rust-mode . "rust")
769
771
(rustic-mode . "rust")
770
772
(kotlin-mode . "kotlin")
771
773
(css-mode . "css")
774
+ (css-ts-mode . "css")
772
775
(less-mode . "less")
773
776
(less-css-mode . "less")
774
777
(lua-mode . "lua")
@@ -778,7 +781,9 @@ Changes take effect only when a new session is started."
778
781
(scad-mode . "openscad")
779
782
(xml-mode . "xml")
780
783
(c-mode . "c")
784
+ (c-ts-mode . "c")
781
785
(c++-mode . "cpp")
786
+ (c++-ts-mode . "cpp")
782
787
(cuda-mode . "cuda")
783
788
(objc-mode . "objective-c")
784
789
(html-mode . "html")
@@ -794,10 +799,12 @@ Changes take effect only when a new session is started."
794
799
(powershell-mode . "powershell")
795
800
(powershell-mode . "PowerShell")
796
801
(json-mode . "json")
802
+ (json-ts-mode . "json")
797
803
(jsonc-mode . "jsonc")
798
804
(rjsx-mode . "javascript")
799
805
(js2-mode . "javascript")
800
806
(js-mode . "javascript")
807
+ (js-ts-mode . "javascript")
801
808
(typescript-mode . "typescript")
802
809
(fsharp-mode . "fsharp")
803
810
(reason-mode . "reason")
You can’t perform that action at this time.
0 commit comments