mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-08-25 11:29:55 +00:00
add more rust keywords
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
},
|
||||
{
|
||||
"names": ["rs", "rust", "rustlang"],
|
||||
"keywords": ["_", "as", "async", "await", "break", "const", "continue", "crate", "dyn", "else", "enum", "extern", "false", "fn", "for", "if", "impl", "in", "let", "loop", "match", "mod", "move", "mut", "pub", "ref", "return", "self", "Self", "static", "struct", "super", "trait", "true", "type", "unsafe", "use", "where", "while"],
|
||||
"keywords": ["_", "as", "async", "await", "break", "const", "continue", "crate", "dyn", "else", "enum", "extern", "false", "fn", "for", "if", "impl", "in", "let", "loop", "match", "mod", "move", "mut", "pub", "ref", "return", "self", "Self", "static", "struct", "super", "trait", "true", "type", "unsafe", "use", "where", "while", "async", "await", "dyn", "abstract", "become", "box", "do", "final", "gen", "macro", "override", "priv", "try", "typeof", "unsized", "virtual", "yield", "'static", "macro_rules", "raw", "safe", "union", "u8", "u16", "u32", "u64", "u128", "i8", "i16", "i32", "i64", "i128", "f16", "f32", "f64", "f128", "usize", "isize", "str"],
|
||||
"firstLineShebang":true,
|
||||
"doubleSlashComments": true,
|
||||
"multilineSlashComments": true,
|
||||
|
||||
Reference in New Issue
Block a user