Lines Matching full:text

1 /* $OpenBSD: text.c,v 1.3 2017/04/18 14:16:48 nicm Exp $ */
29 { "msgid", "PO (gettext message catalogue)", "text/x-po" },
30 { "dnl", "M4 macro language pre-processor", "text/x-m4" },
31 { "import", "Java program", "text/x-java" },
32 { "\"libhdr\"", "BCPL program", "text/x-bcpl" },
33 { "\"LIBHDR\"", "BCPL program", "text/x-bcpl" },
34 { "//", "C++ program", "text/x-c++" },
35 { "virtual", "C++ program", "text/x-c++" },
36 { "class", "C++ program", "text/x-c++" },
37 { "public:", "C++ program", "text/x-c++" },
38 { "private:", "C++ program", "text/x-c++" },
39 { "/*", "C program", "text/x-c" },
40 { "#include", "C program", "text/x-c" },
41 { "char", "C program", "text/x-c" },
42 { "The", "English", "text/plain" },
43 { "the", "English", "text/plain" },
44 { "double", "C program", "text/x-c" },
45 { "extern", "C program", "text/x-c" },
46 { "float", "C program", "text/x-c" },
47 { "struct", "C program", "text/x-c" },
48 { "union", "C program", "text/x-c" },
49 { "CFLAGS", "make commands", "text/x-makefile" },
50 { "LDFLAGS", "make commands", "text/x-makefile" },
51 { "all:", "make commands", "text/x-makefile" },
52 { ".PRECIOUS", "make commands", "text/x-makefile" },
53 { ".ascii", "assembler program", "text/x-asm" },
54 { ".asciiz", "assembler program", "text/x-asm" },
55 { ".byte", "assembler program", "text/x-asm" },
56 { ".even", "assembler program", "text/x-asm" },
57 { ".globl", "assembler program", "text/x-asm" },
58 { ".text", "assembler program", "text/x-asm" },
59 { "clr", "assembler program", "text/x-asm" },
60 { "(input", "Pascal program", "text/x-pascal" },
61 { "program", "Pascal program", "text/x-pascal" },
62 { "record", "Pascal program", "text/x-pascal" },
63 { "dcl", "PL/1 program", "text/x-pl1" },
64 { "Received:", "mail", "text/x-mail" },
65 { ">From", "mail", "text/x-mail" },
66 { "Return-Path:", "mail", "text/x-mail" },
67 { "Cc:", "mail", "text/x-mail" },
68 { "Newsgroups:", "news", "text/x-news" },
69 { "Path:", "news", "text/x-news" },
70 { "Organization:", "news", "text/x-news" },
71 { "href=", "HTML document", "text/html" },
72 { "HREF=", "HTML document", "text/html" },
73 { "<body", "HTML document", "text/html" },
74 { "<BODY", "HTML document", "text/html" },
75 { "<html", "HTML document", "text/html" },
76 { "<HTML", "HTML document", "text/html" },
77 { "<!--", "HTML document", "text/html" },