浏览代码

Added shell and CubeScript...

master
父节点
当前提交
999e5907ad
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      xtandard.c
  2. +1
    -1
      xtandard.h

+ 1
- 1
xtandard.c 查看文件

@@ -237,7 +237,7 @@ int file_size (char * name) {
int file_type (char * name) {
char * extensions [file_type_count] = {
".txt", ".asm", ".fasm", ".gasm", ".nasm", ".yasm", ".c", ".h", ".adb", ".ads", ".cpp", ".hpp",
".f90", ".x"
".f90", ".sh", ".cfg", ".x"
};

int type = 0;


+ 1
- 1
xtandard.h 查看文件

@@ -30,7 +30,7 @@ enum {
file_type_text, file_type_common_assembly, file_type_flat_assembly, file_type_gnu_assembly,
file_type_netwide_assembly, file_type_yet_another_assembly, file_type_c_source, file_type_c_header,
file_type_ada_body, file_type_ada_specification, file_type_cpp_source, file_type_cpp_header,
file_type_fortran_90, file_type_xolatile_script,
file_type_fortran_90, file_type_shell, file_type_cube_script, file_type_xolatile_script,
file_type_count
};



正在加载...
取消
保存