mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
* 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.
This commit is contained in:
parent
d480dbe0b3
commit
30d603ec67
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user