diff options
author | Michael Davis | 2022-04-10 17:50:05 +0000 |
---|---|---|
committer | GitHub | 2022-04-10 17:50:05 +0000 |
commit | 3d79c60a1ff7d2976c89b90976746df629be34fa (patch) | |
tree | 5f02b98f19ace784d4ef100191dde5fa65a1ab5c /languages.toml | |
parent | 562874a720678a238966c69f413cb3d691f74c66 (diff) |
Rewrite Language Support docs (#2065)
Diffstat (limited to 'languages.toml')
-rw-r--r-- | languages.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index 13c34e01..b382b013 100644 --- a/languages.toml +++ b/languages.toml @@ -1,3 +1,6 @@ +# Language support configuration. +# See the languages documentation: https://docs.helix-editor.com/master/languages.html + [[language]] name = "rust" scope = "source.rust" |