/* ---------------------------------------------------------------------- * Peggy CREC Keyword File * $Id: ac_ahl.kwd,v 1.6 2004/07/04 03:39:05 nzawa Exp nzawa $ * * [Language] * Another HTML-lint 文法チェック結果 ("-w short") * * * Copyright (c) 2002-2004 Nzawa * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, * copy, modify, merge, publish, distribute, sublicense, and/or * sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following * conditions: * * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. * ----------------------------------------------------------------------*/ Id: "AHLResults" Title: "Another HTML-lint Validation Results" Extensions: "txt" TabStop: 4 BgColoring: on BaseLanguage: "TEXT" HeadingPattern: /^[A-Z]:/i HeadingPattern: /^[0-9]+:/i Context 1: { /^[A-Z]:/i, FgText, GoTo 256 // ファイル名と言語表示行のカラーリングへ /^[0-9]+:/, FgNumber, GoTo 3 // エラー表示行のカラーリングへ /^([0-9]+個|エラーは)/, FgText, GoTo 4 // 点数表示行のカラーリングへ Default, FgText } Context 3: // エラー表示行のカラーリング { /$/, PostGoTo 1 Default, FgComment } Context 4: // 点数表示行のカラーリング { '100点', FgNumber, @off /-\d+点/, FgHTMLIllegalCharacter /\d+点/, FgHTMLIllegalCharacter /$/, PostGoTo 1 Default, FgText } Context 256: // ファイル名と言語表示行のカラーリング { "Compact HTML", FgKeyword, @off "HTML 1.0", FgKeyword, @off "HTML 2.0", FgKeyword, @off "HTML+", FgKeyword, @off "HTML2.x (i18n)", FgKeyword, @off "HTML3.0 (Arena)", FgKeyword, @off "HTML3.2 (Wilbur)", FgKeyword, @off "HTML4.0 Frameset", FgKeyword, @off "HTML4.0 Mobile", FgKeyword, @off "HTML4.0 Strict", FgKeyword, @off "HTML4.0 Transitional", FgKeyword, @off "HTML4.01 Frameset", FgKeyword, @off "HTML4.01 Strict", FgKeyword, @off "HTML4.01 Transitional", FgKeyword, @off "ISO/IEC 15445 Preparation", FgKeyword, @off "ISO/IEC 15445", FgKeyword, @off "J-SkyWeb Station", FgKeyword, @off "J-SkyWeb", FgKeyword, @off "Japan Patent Office", FgKeyword, @off "Microsoft Internet Explorer 3.0 (v0.9 11/7/96)", FgKeyword, @off "Microsoft Internet Explorer 3.0", FgKeyword, @off "Microsoft Internet Explorer 4.0", FgKeyword, @off "Microsoft Internet Explorer 5.0", FgKeyword, @off "Microsoft Internet Explorer 5.5", FgKeyword, @off "Netscape Navigator 2.0", FgKeyword, @off "Netscape Navigator 3.0", FgKeyword, @off "Netscape Navigator 4.0", FgKeyword, @off "NTT DoCoMo iMode 1.0", FgKeyword, @off "NTT DoCoMo iMode 2.0", FgKeyword, @off "NTT DoCoMo iMode 3.0", FgKeyword, @off "NTT DoCoMo iMode 4.0", FgKeyword, @off "NTT DoCoMo iMode 5.0", FgKeyword, @off "NTT DoCoMo iMode XHTML 1.0", FgKeyword, @off "NTT DoCoMo iMode XHTML 1.1", FgKeyword, @off "TTNet doti 1.0", FgKeyword, @off "WebExplorer1.1", FgKeyword, @off "XHTML Basic", FgKeyword, @off "XHTML Mobile Profile 1.0", FgKeyword, @off "XHTML1.0(SE) Frameset", FgKeyword, @off "XHTML1.0(SE) Strict", FgKeyword, @off "XHTML1.0(SE) Transitional", FgKeyword, @off "XHTML1.1", FgKeyword, @off /$/, PostGoTo 1 Default, FgText }