This commit is contained in:
parent
f4c56d383a
commit
1680035546
@ -230,41 +230,11 @@ function get_file_syntax_map(): array
|
||||
'JavaScript',
|
||||
['.js', '.jsx', '.ts', '.tsx', '.jsm', '.mjs', '.es'],
|
||||
[
|
||||
'instanceof',
|
||||
'continue',
|
||||
'debugger',
|
||||
'function',
|
||||
'default',
|
||||
'extends',
|
||||
'finally',
|
||||
'delete',
|
||||
'export',
|
||||
'import',
|
||||
'return',
|
||||
'switch',
|
||||
'typeof',
|
||||
'break',
|
||||
'catch',
|
||||
'class',
|
||||
'const',
|
||||
'super',
|
||||
'throw',
|
||||
'while',
|
||||
'yield',
|
||||
'case',
|
||||
'else',
|
||||
'this',
|
||||
'void',
|
||||
'with',
|
||||
'from',
|
||||
'for',
|
||||
'new',
|
||||
'try',
|
||||
'var',
|
||||
'do',
|
||||
'if',
|
||||
'in',
|
||||
'as',
|
||||
'instanceof', 'continue', 'debugger', 'function', 'default', 'extends',
|
||||
'finally', 'delete', 'export', 'import', 'return', 'switch', 'typeof',
|
||||
'break', 'catch', 'class', 'const', 'super', 'throw', 'while', 'yield',
|
||||
'case', 'else', 'this', 'void', 'with', 'from', 'for', 'new', 'try',
|
||||
'var', 'do', 'if', 'in', 'as',
|
||||
],
|
||||
[
|
||||
'=>', 'Number', 'String', 'Object', 'Math', 'JSON', 'Boolean',
|
||||
@ -299,63 +269,12 @@ function get_file_syntax_map(): array
|
||||
'use', 'mut', 'as', 'fn', 'if', 'in',
|
||||
],
|
||||
[
|
||||
'DoubleEndedIterator',
|
||||
'ExactSizeIterator',
|
||||
'IntoIterator',
|
||||
'PartialOrd',
|
||||
'PartialEq',
|
||||
'Iterator',
|
||||
'ToString',
|
||||
'Default',
|
||||
'ToOwned',
|
||||
'Extend',
|
||||
'FnOnce',
|
||||
'Option',
|
||||
'String',
|
||||
'AsMut',
|
||||
'AsRef',
|
||||
'Clone',
|
||||
'Debug',
|
||||
'FnMut',
|
||||
'Sized',
|
||||
'Unpin',
|
||||
'array',
|
||||
'isize',
|
||||
'usize',
|
||||
'&str',
|
||||
'Copy',
|
||||
'Drop',
|
||||
'From',
|
||||
'Into',
|
||||
'None',
|
||||
'Self',
|
||||
'Send',
|
||||
'Some',
|
||||
'Sync',
|
||||
'Sync',
|
||||
'bool',
|
||||
'char',
|
||||
'i128',
|
||||
'u128',
|
||||
'Box',
|
||||
'Err',
|
||||
'Ord',
|
||||
'Vec',
|
||||
'dyn',
|
||||
'f32',
|
||||
'f64',
|
||||
'i16',
|
||||
'i32',
|
||||
'i64',
|
||||
'str',
|
||||
'u16',
|
||||
'u32',
|
||||
'u64',
|
||||
'Eq',
|
||||
'Fn',
|
||||
'Ok',
|
||||
'i8',
|
||||
'u8',
|
||||
'DoubleEndedIterator', 'ExactSizeIterator', 'IntoIterator', 'PartialOrd', 'PartialEq',
|
||||
'Iterator', 'ToString', 'Default', 'ToOwned', 'Extend', 'FnOnce', 'Option', 'String',
|
||||
'AsMut', 'AsRef', 'Clone', 'Debug', 'FnMut', 'Sized', 'Unpin', 'array', 'isize',
|
||||
'usize', '&str', 'Copy', 'Drop', 'From', 'Into', 'None', 'Self', 'Send', 'Some',
|
||||
'Sync', 'bool', 'char', 'i128', 'u128', 'Box', 'Err', 'Ord', 'Vec', 'dyn', 'f32',
|
||||
'f64', 'i16', 'i32', 'i64', 'str', 'u16', 'u32', 'u64', 'Eq', 'Fn', 'Ok', 'i8', 'u8',
|
||||
],
|
||||
'//',
|
||||
'/*',
|
||||
|
Loading…
Reference in New Issue
Block a user