1
0
Fork 0
mirror of https://github.com/Reuh/language-candran.git synced 2025-10-27 20:29:31 +00:00
Commit graph

10 commits

Author SHA1 Message Date
Robert Machmer
5e1b03add4 Add syntax highlighting for constants
Following the style of lua's default constants we highlight variables
which are written in ALL_CAPS connected by underscores.
2016-06-30 01:37:43 +02:00
Robert Machmer
ba4f1f13c1 Add goto to the list of control keywords
The goto statement was added in Lua 5.2.0-beta-rc1.

Closes #21.
2016-05-17 13:25:29 +02:00
xpol
313cb20d66 and luacheckrc and lakefile is lua file. 2016-02-25 09:54:27 +08:00
xpol
5892233f0c Add rockspec to file types. 2016-02-25 09:41:23 +08:00
Jorge Garrido
ea2a1c705f Merge pull request #16 from rm-code/hl
Change 'and', 'or' and 'not' to control instead of operator keyword
2015-06-28 16:26:08 +02:00
Sami Kankaristo
80942eb872 Fix highlighting for indented multiline comments
Multiline comments of the form --[=[ ]=] (one or more '=' characters)
were highlighted only if the start of the comment was not indented.

One of the patterns was missing '=*', but it should be fixed now.
2015-05-18 16:31:34 +03:00
Robert Machmer
f59e9a4657 Change 'and', 'or' and 'not' to control instead of operator keyword 2015-05-18 04:20:17 +02:00
Kyle Buller
deaedb7d43 Include the surrounding quotes for string.quoted.double.lua and string.quoted.single.lua 2015-05-15 19:22:06 -05:00
robinlennox
805e83dd84 Update lua.cson
Added Nmap Script Ext
2014-11-25 12:08:28 +13:00
FireZenk
fa28108235 Initial commit 2014-03-02 13:37:35 +01:00