1
1

* Syntax: Files that contain "/lua" in the first line are

probably Lua source code.
	* lua.syntax: Comments may also start with "#", at least in the
	first line.
Этот коммит содержится в:
Roland Illig 2007-06-08 07:05:23 +00:00
родитель d480dbe0b3
Коммит 30d603ec67
3 изменённых файлов: 9 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,10 @@
2007-06-08 Roland Illig <roland.illig@gmx.de>
* Syntax: Files that contain "/lua" in the first line are
probably Lua source code.
* lua.syntax: Comments may also start with "#", at least in the
first line.
2007-06-04 Pavel Roskin <proski@gnu.org> 2007-06-04 Pavel Roskin <proski@gnu.org>
* diff.syntax: Don't use blue background for lines starting with * diff.syntax: Don't use blue background for lines starting with

Просмотреть файл

@ -136,7 +136,7 @@ include assembler.syntax
file ..\*\\.([Pp][Oo][Vv])$ POV\sScript file ..\*\\.([Pp][Oo][Vv])$ POV\sScript
include povray.syntax include povray.syntax
file ..\*\\.([lL][uU][aA])$ LUA\sProgram file ..\*\\.([lL][uU][aA])$ LUA\sProgram ^#!.*/lua
include lua.syntax include lua.syntax
file ..\*\\.([iI][dD][lL])$ CORBA\sIDL file ..\*\\.([iI][dD][lL])$ CORBA\sIDL

Просмотреть файл

@ -202,6 +202,7 @@ context exclusive --[[ ]] brown
context exclusive -- \n brown context exclusive -- \n brown
spellcheck spellcheck
context linestart # \n brown
# Strings # Strings
context " " brightgreen context " " brightgreen