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

64 commits

Author SHA1 Message Date
1a50c6c73e Prepare 0.9.13 release 2017-08-25 20:08:37 +02:00
a2d2fcdebd Better short function match, added push 2017-08-25 17:11:05 +02:00
7d9867278f Prepare 0.9.12 release 2017-08-23 19:59:00 +02:00
bf0b889855 Candran 0.4.0 syntax 2017-08-23 19:51:46 +02:00
Jorge Garrido
8f5e15b3b3 Merge pull request #39 from Chrolo/master
Added code folding
2017-01-31 09:43:16 +01:00
Jorge Garrido
732703daec Merge pull request #31 from rm-code/master
Add syntax highlighting for constants
2017-01-31 09:42:43 +01:00
Chrolo
4772080733 Added code folding 2017-01-31 03:55:02 +00:00
firezenk
bd61a44cd6 Prepare 0.9.11 release 2016-08-08 17:43:49 +02:00
firezenk
5ec3137c6a Merge branch 'master' of https://github.com/FireZenk/language-lua 2016-08-08 17:42:58 +02:00
firezenk
d26181dba2 Prepare 0.9.10 release 2016-08-08 17:41:20 +02:00
firezenk
223e156b0d Prepare 0.9.9 release 2016-08-08 17:39:03 +02:00
firezenk
6e34f12f6f Prepare 0.9.8 release 2016-08-08 17:38:45 +02:00
firezenk
aaf6bbb04f Prepare 0.9.7 release 2016-08-08 17:36:23 +02:00
firezenk
4bb25b6260 Prepare 0.9.4 release 2016-08-08 17:35:13 +02:00
Jorge Garrido
d86d05957d Update package.json 2016-07-04 22:33:52 +02:00
Jorge Garrido
2379f76591 Merge pull request #30 from Rochet2/patch-1
Attempt improving indentation
2016-07-04 22:31:30 +02:00
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
Rochet2
4300e39f5e Attempt improving indentation
This change tries to make
- single line repeat-until not indent
- 'end' not match in the middle of words like 'tend'

Closes https://github.com/FireZenk/language-lua/issues/12
2016-06-27 00:46:47 +03:00
Jorge Garrido
f1698c975c Update package.json 2016-06-14 12:56:29 +02:00
Jorge Garrido
fe6825fca6 Merge pull request #29 from rm-code/0.9.5
Update version to 0.9.5 in package.json
2016-06-14 12:54:07 +02:00
Jorge Garrido
7cc63b79a2 Merge pull request #27 from rm-code/goto
Add goto to the list of control keywords
2016-06-14 12:53:25 +02:00
Robert Machmer
383b8809b5 Update version to 0.9.5 in package.json
Closes #28.
2016-05-17 13:29:54 +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
Jorge Garrido
f090325f07 Merge pull request #25 from xpol/master
Add rockspec and more known lua file types.
2016-03-11 14:24:56 +01: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
80ac3f5842 Update package.json 2015-06-28 16:27:18 +02: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
Jorge Garrido
eb7c93d248 Merge pull request #17 from kankaristo/fix-multiline-comment-highlight
Fix highlighting for indented multiline comments
2015-05-23 17:27:39 +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
Jorge Garrido
773b77a97d Update package.json 2015-05-17 16:30:50 +02:00
Jorge Garrido
f3c8495dcf Merge pull request #11 from rm-code/snippets
Add snippet for creating a local function
2015-05-17 16:28:50 +02:00
Jorge Garrido
22f40fc813 Merge pull request #15 from nebularg/patch-1
Include the surrounding quotes for string.quoted grammars
2015-05-17 16:27:35 +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
Jorge Garrido
55f1baf1dd Merge pull request #13 from Rochet2/patch-1
Fix decrease indent on repeat until loop
2015-04-20 09:51:44 +02:00
Rochet2
23366384ae Fix decrease indent on repeat until loop 2015-04-19 18:35:43 +03:00
Robert Machmer
ff6f1af0db Add snippet for creating a local function 2015-04-04 16:18:17 +02:00
firezenk
bc0ddc02b6 Updated package version 2015-04-02 13:34:25 +02:00
firezenk
c42f2a1118 Merge remote-tracking branch 'origin/master' 2015-04-02 13:32:02 +02:00
firezenk
f31c290e56 Merge branch 'wyozi-master' 2015-04-02 13:30:55 +02:00
firezenk
1db2f1a016 Merge branch 'master' of https://github.com/wyozi/language-lua into wyozi-master 2015-04-02 13:30:28 +02:00
Jorge Garrido
bf80e2dde3 Merge pull request #5 from robinlennox/patch-1
Update lua.cson: Added Nmap Script Ext
2015-04-02 13:26:40 +02:00
firezenk
79cfaa5bd4 Updated readme and make package public 2015-04-02 13:09:48 +02:00
firezenk
efe8fcbba1 Merge branch 'issue-10' 2015-04-02 12:56:44 +02:00
firezenk
1c5982d172 Renamed settings directory 2015-04-02 12:55:16 +02:00
wyozi
da81cbf864 Decrease indent even if followed by code. Fixes 'elseif' indentation 2014-12-06 16:14:40 +02:00
robinlennox
805e83dd84 Update lua.cson
Added Nmap Script Ext
2014-11-25 12:08:28 +13:00
wyozi
3cb6d2e27a Fix indentation in functions inside tables 2014-11-21 17:20:40 +02:00
Jorge Garrido
d1bbd1805c Update README.md 2014-03-28 10:05:14 +01:00