# chili **Repository Path**: mirrors/chili ## Basic Information - **Project Name**: chili - **Description**: Chili是一个jQuery源代码语法着色/高亮插件。具有以下特性: 着色非常快,易于使用,完全可定制,文档丰富。 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-04-01 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: jquery-plugins **Tags**: None ## README h1. "Chili":http://noteslog.com/chili/ - The jQuery Plugin for Highlighting Code h2. What you need to build your own Chili * Make sure that you have "Java":http://java.sun.com/javase/downloads/index.jsp installed. * Make sure that you have "Ant":http://ant.apache.org/bindownload.cgi installed. h2. How to build your own Chili # Open a command window and go to the directory this file is in. # At the prompt, type ** @ant chili@ for building the uncompressed Chili distribution, with examples. ** @ant chili.min@ for building the compressed Chili code (using Google Closure Compiler). ** @ant clean@ for removing all the built files.