gpt4 book ai didi

javascript - atom 如何将 .js 文件的默认语法高亮更改为 language-babel

转载 作者:搜寻专家 更新时间:2023-11-01 05:19:27 27 4
gpt4 key购买 nike

一切都在标题中.. 突然之间,对于 .js 文件,atom 不再默认为 language-babel,我不确定如何恢复到以前的行为。

更新 - 当前 config.cson:

"*":
core:
telemetryConsent: "no"
editor:
fontFamily: "Operator Mono Lig"
"exception-reporting":
userId: "a8f4cc72-fe9c-4093-b562-fcb344219d50"
"language-dotenv":
dotenvFileNames: [
".env"
".env.schema"
]
"linter-eslint": {}
"linter-ui-default": {}
"prettier-atom":
formatOnSaveOptions:
enabled: true
isDisabledIfNotInPackageJson: true
prettierOptions:
bracketSpacing: false
semi: false
useEslint: true
"tree-view":
hideVcsIgnoredFiles: true
welcome:
showOnStartup: false
".languagebabel.ttlextension":
editor:
softWrap: true

我尝试了您建议的几种变体,但显然我搞砸了,因为 atom 无法再启动

最佳答案

您可以通过在 config.cson 文件中添加以下内容来创建自定义文件类型

  core:
customFileTypes:
"source.js.jsx": [
"jsx"
"js"
]

这将为所有 .js 和 .jsx 文件使用 language-babel

关于javascript - atom 如何将 .js 文件的默认语法高亮更改为 language-babel,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53145360/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com