Lines Matching +full:style +full:. +full:local +full:. +full:ini

3  * autoit.php
7 * Release Version: 1.0.9.1
10 * AutoIt: v3.3.14.2
13 * AutoIt language file for GeSHi.
17 * Release 1.0.8.11 (2014/01/03) by guinness
18 * - Added: Split directives so as to point to their specific URL.
19 * - Fixed: #EndRegion not highlighting correctly.
20 * - Fixed: AutoItWrapper directives and settings were incorrectly highlighting.
21 * - Fixed: Highlighting of hex values and complex math values.
22 * - Fixed: Include file name to the correct colour scheme.
23 * - Fixed: Incorrectly highlighting the _ (underscore).
24 * - Fixed: Upper case #include being incorrectly highlighted.
25 * - Fixed: Variables and macros were being incorrectly highlighted.
26 * - Fixed: Generation based on AutoIt_php.ini file to commit only on specific GeSHi change.
27 * Release 1.0.8.1 (2008/09/15) by Tlem
28 * - Added: http://www.autoitscript.com/autoit3/docs/functions/{FNAME}.htm
30 * Release 1.0.7.20 (2006/01/26)
37 * Reference: http://www.autoitscript.com/autoit3/docs/
41 * This file is part of GeSHi.
46 * (at your option) any later version.
50 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
51 * GNU General Public License for more details.
55 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
69 0 => '/(?<=(i|I)nclude)\s*<.*?>/'
79 'Global', 'If', 'In', 'Local', 'Next', 'Not', 'Null', 'Or', 'ReDim',
1768 ',', '.'
1770 1 => array('_' // Undersore for continuation of strings.
1800 0 => 'color: #FF0000; font-style: italic',
1801 1 => 'color: #008000; font-style: italic;',
1802 2 => 'color: #008000; font-style: italic;',
1803 'MULTI' => 'color: #008000; font-style: italic;',
1831 1 => 'https://www.autoitscript.com/autoit3/docs/keywords.htm', // Keywords
1832 2 => 'https://www.autoitscript.com/autoit3/docs/macros.htm#{FNAME}', // Macros
1833 3 => 'https://www.autoitscript.com/autoit3/docs/functions/{FNAME}.htm', // Native Functions
1834 4 => 'https://www.autoitscript.com/autoit3/docs/libfunctions/_{FNAME}.htm', // UDF Functions
1835 5 => 'https://www.autoitscript.com/autoit3/docs/keywords/comments-start.htm', // Comments
1836 6 => 'https://www.autoitscript.com/autoit3/scite/docs/AutoIt3Wrapper.html', // Directives
1837 7 => 'https://www.autoitscript.com/autoit3/docs/appendix/SendKeys.htm#KeysList', // Keylist
1838 8 => 'https://www.autoitscript.com/autoit3/docs/keywords/{FNAME}.htm', // PreProcessor
1839 9 => 'https://www.autoitscript.com/autoit3/docs/keywords/{FNAME}.htm', // Pragma
1840 10 => 'https://www.autoitscript.com/autoit3/docs/intro/au3check.htm' // Au3Check
1848 1 => '.'