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
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
FireZenk
5ce19dcb30
Prepare 0.9.0 release
2014-03-17 15:14:13 +01:00
FireZenk
1e9c8a7c9b
Add .gitignore
2014-03-17 15:13:59 +01:00
FireZenk
f24f301807
Prepare 0.8.0 release
2014-03-17 15:09:31 +01:00
FireZenk
abe9a90d84
Prepare 0.7.0 release
2014-03-17 15:00:49 +01:00
Jorge Garrido
42c8295740
Merge pull request #2 from jagregory/comments
...
Fix for block commenting using wrong delimiters
2014-03-17 14:39:10 +01:00
James Gregory
6dca6043cb
Fix for block commenting using wrong delimiters
2014-03-14 18:46:40 +11:00
FireZenk
e36b3cf189
Prepare 0.6.0 release
2014-03-02 17:40:49 +01:00
FireZenk
bb0f007168
Added math functions snippets
...
Added math functions snippets also fixed some Readme errors
2014-03-02 17:40:24 +01:00
FireZenk
91958e3bd2
Prepare 0.5.0 release
2014-03-02 15:11:39 +01:00
FireZenk
f2945d7f88
Removed non valid snippets and improved Readme
...
Removed non valid snippets for table functions and improved Readme with
all snippet triggers
2014-03-02 15:11:06 +01:00
FireZenk
d016ac799c
Prepare 0.4.0 release
2014-03-02 14:18:00 +01:00
FireZenk
73ce200ecc
Added new snippets
...
Added a lot of snippets for loop creation and table functions
2014-03-02 14:16:15 +01:00
FireZenk
7ab944ca21
Prepare 0.2.0 release
2014-03-02 13:40:06 +01:00
FireZenk
fa28108235
Initial commit
2014-03-02 13:37:35 +01:00