Commit graph

37 commits

Author SHA1 Message Date
Ke Ding
fdf91e1124
Merge pull request #13 from badicsalex/main
Add missing attributes
2023-04-29 21:33:39 +08:00
Alex Badics
c74f96ed72 Add missing attributes 2023-04-25 14:56:53 +02:00
Ke Ding
b72cb2c28e
Merge pull request #12 from KekOnTheWorld/main
Add case and const keywords
2023-04-12 18:52:09 +08:00
KekOnTheWorld
bd78749262 Add case and const keywords 2023-04-08 15:13:50 +02:00
Ke Ding
888afd57b7
Merge pull request #11 from KekOnTheWorld/main
Add else keyword
2023-04-06 21:26:07 +08:00
KekOnTheWorld
07876cd7c5 Add else keyword 2023-04-06 09:37:49 +02:00
Ke Ding
fbe8f0dd17
Merge pull request #9 from Twinklebear/main 2022-05-01 10:26:16 +08:00
Will Usher
9d18d90512 add support for block comments 2022-04-30 11:19:39 -07:00
Ke Ding
114c138463
Merge pull request #8 from rhysd/missing-keywords
Add missing keyword highlights
2022-02-02 09:17:37 +08:00
rhysd
3ea44e8562 add missing keyword highlights 2022-01-31 18:48:22 +09:00
Ke Ding
5193c83160
Merge pull request #7 from rhysd/decrease-indent
Decrease indent on closing `}`
2022-01-10 16:13:33 +08:00
rhysd
b3c02ec936 define the indent function once 2022-01-08 19:18:41 +09:00
rhysd
0a43c54160 decrease indent on } 2022-01-08 19:17:28 +09:00
Ke Ding
9a99ae1dac
Merge pull request #6 from rhysd/numbers
Fix highlighting number and bool literals
2021-11-09 10:36:32 +08:00
rhysd
360af74a38 add missing atomic<T> to types 2021-11-08 23:47:36 +09:00
rhysd
4cb00258e7 support boolean literals 2021-11-08 23:38:19 +09:00
rhysd
527940d658 support hex numbers 2021-11-08 23:36:51 +09:00
rhysd
14ec9ccafa support unsigned integer literal 2021-11-08 23:21:01 +09:00
rhysd
44bc0b42c7 fix _ is not available for numeric separator and simplify decimal numbers 2021-11-08 23:14:43 +09:00
Ke Ding
22f4ac706d
Merge pull request #5 from rhysd/use-setfiletype
Use `:setfiletype` for setting filetype when no filetype is set yet
2021-11-08 11:35:09 +08:00
rhysd
23615cca0f use :setfiletype for setting filetype when no filetype is set yet
15d9890eee/runtime/doc/options.txt (L376-L385)
2021-11-07 22:45:34 +09:00
Ke Ding
46f7df4dec
Merge pull request #4 from Twinklebear/main
Add type "type" and remove in/out storage qualifiers
2021-09-23 10:11:29 +08:00
Will Usher
8abe7dd0fb add ref pointer type 2021-09-19 11:15:28 -07:00
Will Usher
986e4f61ee Add type "type" and remove in/out storage qualifiers 2021-09-19 11:13:09 -07:00
Ke Ding
cb0f33e9a9
Merge pull request #2 from irh/main
Add indentation support and add some missing keywords
2021-09-03 18:53:42 +08:00
irh
8fc6a3341e Refine attributes and add integer / floating point number highlighting 2021-09-03 11:43:55 +02:00
irh
0a72811fd2 Add basic indentation support 2021-09-03 11:39:15 +02:00
irh
b829653c01 Add some extra keywords 2021-09-03 11:39:15 +02:00
Ke Ding
f3df2d0d45
Merge pull request #1 from abhikjain360/main 2021-04-18 10:03:36 +08:00
Abhik Jain
d7801e7575 add comments highlighting 2021-04-16 19:20:47 +05:30
DingDean
f4ee06b6eb set syntax for match inside location 2021-03-09 19:30:06 +08:00
丁科
cd68317ab2 support texture types 2021-03-09 08:16:47 +08:00
丁科
8a569cf84c Add todo 2021-03-08 21:25:46 +08:00
丁科
2d59944f2e support for binding 2021-03-08 21:24:41 +08:00
丁科
9ffe27fd5c Add support for basic types 2021-03-08 21:16:07 +08:00
丁科
333f164a52 basic builtin variables functions support 2021-03-05 19:58:58 +08:00
Ke Ding
b2970b292d
Initial commit 2021-03-05 17:08:13 +08:00