Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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
Appearance settings

Julia syntax highlighting for Sublime Text

License

NotificationsYou must be signed in to change notification settings

JuliaEditorSupport/Julia-sublime

Repository files navigation

Julia language support for Sublime Text 4 or above

  • Syntax highlighting
  • Unicode tab completion (like theREPL)
  • Auto-indentation
  • Snippets

Installation

If you haven't already,install Package Control, then selectJulia from thePackage Control: Install Package dropdown list in the Command Palette.

Manual installation

If you want more control over what you pull down, or if you'd like to submit a PR, you coould clone the repository directly.

# on a Maccd "$HOME/Library/Application Support/Sublime Text/Packages"# on Linuxcd $HOME/.config/sublime-text/Packages# on Windows (PowerShell)cd "$env:appdata\Sublime Text\Packages\"git clone git@github.com:JuliaEditorSupport/Julia-sublime.git Julia

Technical details

Sublime Text version support

This package should be only used in Sublime Text 4 or above. Sublime Text 3support is deprecated. You are still able to install older version (0.9.0) of Juliafrom Package Control or from GitHub releasehttps://github.com/juliaeditorsupport/julia-sublime/releases.

Custom colors

The default colors are chosen to satisfy most people. However, you might prefer to highlight macros, types, function calls etc. in different colors. This can be achieved by modifying the color associated with the syntax scope, such asvariable.macro, in your color scheme. Use the shortcutctrl+shift+alt+p orcmd+alt+p (macOS) to find out what syntax scope is applied to a certain character.

Contributing

  • Run thebuild command by hittingctrl+shift+b orcmd+shift+b(macOS) on thesyntax_test_julia.jl file.
  • Keep the tests updated. Fixed issues should generally get a test.

About

Julia syntax highlighting for Sublime Text

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors10


[8]ページ先頭

©2009-2025 Movatter.jp