File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,18 @@ conduct](http://contributor-covenant.org/version/1/1/0/) that applies
2020to communication around the project.
2121
2222## API Reference
23+
2324<dl >
2425<dt id =" user-content-rust " >
2526 <code ><strong ><a href =" #user-content-rust " >rust</a ></strong >() → <a href =" https://codemirror.net/docs/ref#language.LanguageSupport " >LanguageSupport</a ></code ></dt >
2627
2728<dd ><p >Rust language support</p >
2829</dd >
2930<dt id =" user-content-rustlanguage " >
30- <code ><strong ><a href =" #user-content-rustlanguage " >rustLanguage</a ></strong >: <a href =" https://codemirror.net/docs/ref#language.LezerLanguage " >LezerLanguage </a ></code ></dt >
31+ <code ><strong ><a href =" #user-content-rustlanguage " >rustLanguage</a ></strong >: <a href =" https://codemirror.net/docs/ref#language.LRLanguage " >LRLanguage </a ></code ></dt >
3132
3233<dd ><p >A syntax provider based on the <a href =" https://github.com/lezer-parser/rust " >Lezer Rust
3334parser</a >, extended with
3435highlighting and indentation information.</p >
3536</dd >
3637</dl >
37-
Original file line number Diff line number Diff line change 22
33# @codemirror/lang-rust [ ![ NPM version] ( https://img.shields.io/npm/v/@codemirror/lang-rust.svg )] ( https://www.npmjs.org/package/@codemirror/lang-rust )
44
5- [ [ ** WEBSITE** ] ( https://codemirror.net/6/ ) | [ ** ISSUES** ] ( https://github.com/codemirror/dev/issues ) | [ ** FORUM** ] ( https://discuss.codemirror.net/c/next/ ) | [ ** CHANGELOG** ] ( https://github.com/codemirror/lang-rust/blob/main/CHANGELOG.md ) ]
5+ [ [ ** WEBSITE** ] ( https://codemirror.net/ ) | [ ** ISSUES** ] ( https://github.com/codemirror/dev/issues ) | [ ** FORUM** ] ( https://discuss.codemirror.net/c/next/ ) | [ ** CHANGELOG** ] ( https://github.com/codemirror/lang-rust/blob/main/CHANGELOG.md ) ]
66
77This package implements Rust language support for the
8- [ CodeMirror] ( https://codemirror.net/6/ ) code editor.
8+ [ CodeMirror] ( https://codemirror.net/ ) code editor.
99
10- The [ project page] ( https://codemirror.net/6/ ) has more information, a
11- number of [ examples] ( https://codemirror.net/6/ examples/ ) and the
12- [ documentation] ( https://codemirror.net/6/ docs/ ) .
10+ The [ project page] ( https://codemirror.net/ ) has more information, a
11+ number of [ examples] ( https://codemirror.net/examples/ ) and the
12+ [ documentation] ( https://codemirror.net/docs/ ) .
1313
1414This code is released under an
1515[ MIT license] ( https://github.com/codemirror/lang-rust/tree/main/LICENSE ) .
You can’t perform that action at this time.
0 commit comments