Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Standard ML language support extension for the Zed text editor.

License

NotificationsYou must be signed in to change notification settings

omarjatoi/zed-sml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This extension adds Standard ML language support to theZed text editor.

Known Issues

There are currently a few known issues, primarily with the language server integration in this extension:

  • Formatting with millet does not currently work (see below to usesmlfmt as an external formatter configured in Zed)
  • Project diagnostics do not auto resolve

You can disable the language server by configuring Zed:

{"languages": {"Standard ML": {"enable_language_server":false    }  }}

You can also configure Zed to usesmlfmt to format your buffer when you save. Installsmlfmt and make sure it's accessible in your path, and add the following configuration:

{"languages": {"Standard ML": {"enable_language_server":false,"formatter": {"external": {"command":"smlfmt"        }      }    }}

License

Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.

Dependency Licenses

About

Standard ML language support extension for the Zed text editor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp