Skip to content

Commit

Permalink
Update Sublime syntax instructions (#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
nk9 committed Jan 2, 2023
1 parent 66993e8 commit bb5b962
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 89 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ Kakoune supports `justfile` syntax highlighting out of the box, thanks to TeddyD

### Sublime Text

A syntax file for Sublime Text written by TonioGela is available in [extras/just.sublime-syntax](https://github.com/casey/just/blob/master/extras/just.sublime-syntax).
The [Just package](https://github.com/nk9/just_sublime) by [nk9](https://github.com/nk9) with `just` syntax and some other tools is available on [PackageControl](https://packagecontrol.io/packages/Just).

### Other Editors

Expand Down
79 changes: 0 additions & 79 deletions extras/just.sublime-syntax

This file was deleted.

2 changes: 0 additions & 2 deletions tests/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ pub(crate) use {
tempfile::TempDir,
temptree::{temptree, tree, Tree},
which::which,
yaml_rust::YamlLoader,
};

#[macro_use]
Expand Down Expand Up @@ -78,7 +77,6 @@ mod shell;
mod show;
mod slash_operator;
mod string;
mod sublime_syntax;
mod subsequents;
mod tempdir;
mod undefined_variables;
Expand Down
7 changes: 0 additions & 7 deletions tests/sublime_syntax.rs

This file was deleted.

0 comments on commit bb5b962

Please sign in to comment.