Jöran Karl
a9b513a28a
syntax: Remove empty rules in regions
2024-09-09 18:32:30 +02:00
Yevhen Babiichuk (DustDFG)
426e6c600f
Fix trailing spaces/tabs in yaml syntax files ( #3200 )
...
Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
2024-03-22 17:56:09 +01:00
Lars Müller
656e0a8a7b
Lua syntax highlighting: Various fixes ( #2426 )
2022-05-15 13:00:44 -07:00
Lars Müller
db3afc1c0d
Fix Lua number syntax highlighting ( #2409 )
...
* Fix Lua number syntax highlighting
* Number RegEx: Fix hex exponent
The hex exponent doesn't support hex digits, only decimals.
2022-04-28 15:28:28 -07:00
XeroOl
b2620eb68c
update lua.yaml ( #1892 )
...
added `break` as a keyword
2020-10-16 01:44:48 -04:00
supbish
4be3e9122c
Lua syntax improvements; fixes #1155 , fixes #1136
2018-08-18 07:00:51 -04:00
sum01
ac41e186a0
Add some Lua syntax ( #962 )
...
* Add some missing Lua string syntax
All Lua strings have the string functions inside of them.
'...you can use the string functions in object-oriented style'
See '6.4 – String Manipulation' in https://www.lua.org/manual/5.3/manual.html
* Lua - Highlight self and TODO/NOTE/FIXME
* Add Lua 'arg' and triple-dot syntax
2017-12-31 00:37:11 -05:00
tommy
cdb057dfc3
fix lua comment block
2017-12-04 20:30:35 +00:00
therainingmonkey
31cd4b5795
Update Lua syntax ( #893 )
...
* Edited Lua syntax ('hash' is not a comment in Lua).
* Edited Lua syntax - hash (#) is a symbol in Lua (the length operator).
2017-10-21 00:10:46 -04:00
Zachary Yedidia
47ef864295
Add skip statements to all strings
2017-03-29 09:45:16 -04:00
Zachary Yedidia
299712ead3
Add support for skipping and remove need for lookbehind
2017-03-27 20:53:08 -04:00
Zachary Yedidia
87f54be13a
Add support for lookbehind in region regexes
...
Use the 'regexp2' library for lookahead and lookbehind in region
start and end regular expressions to support things like closing quotes
that aren't preceded by backslashes.
2017-03-22 19:03:06 -04:00
Zachary Yedidia
54bb99d758
Improve new syntax files and fix a region glitch
2017-03-21 15:07:39 -04:00
Zachary Yedidia
b977bf5cca
Add converted syntax files
2017-03-21 14:55:22 -04:00
Zachary Yedidia
2fcb40d5a9
Use new syntax highlighting engine from zyedidia/highlight
...
This changes all the syntax files in the runtime directory and also
changes how syntax highlighting is done from inside micro.
2017-02-26 11:14:35 -05:00