|
|
a50309bec1
|
WIP
ci/woodpecker/push/check Pipeline failed
|
2024-04-09 12:04:53 +01:00 |
|
|
|
4cfd843564
|
Add map properties highlighting
|
2024-04-08 21:35:55 +01:00 |
|
|
|
d1e9875fac
|
Add punctuations highlighting
|
2024-04-08 21:31:38 +01:00 |
|
|
|
c698c15eb2
|
Add modules highlighting
Still debating whether modules should be highlighted as namespaces or as
function calls.
|
2024-04-08 21:28:18 +01:00 |
|
|
|
2cbac5115b
|
Add 'type' field to new-style module
I'd forgotten it...
|
2024-04-08 21:25:44 +01:00 |
|
|
|
6677ef2856
|
Use nvim semantics in tests
To be more explicit: this makes it so the behaviour is "last-defined,
innermost capture wins".
|
2024-04-08 21:17:20 +01:00 |
|
|
|
af877f1cc4
|
Account for '-' as an operator
For syntax purposes it's part of the number, but it looks better when
highlighted as an operator.
|
2024-04-08 20:58:17 +01:00 |
|
|
|
da0053686c
|
Add operators highlighting
|
2024-04-08 20:54:35 +01:00 |
|
|
|
0db5d540ad
|
Add variables highlighting
|
2024-04-08 20:51:39 +01:00 |
|
|
|
b9fd34c084
|
Add literals highlighting
|
2024-04-08 20:48:15 +01:00 |
|
|
|
e2aa90e0f4
|
Add comments highlighting
|
2024-04-08 20:48:15 +01:00 |
|
|
|
384da2d065
|
Add test for multiple modules
|
2024-04-08 20:27:53 +01:00 |
|
|
|
acd1a926ab
|
Release 0.1.0
ci/woodpecker/push/check Pipeline was successful
ci/woodpecker/tag/check Pipeline was successful
|
2024-04-08 20:15:59 +01:00 |
|
|
|
eec21c84da
|
Add block comments
|
2024-04-08 20:15:59 +01:00 |
|
|
|
6d3dd1c8cb
|
Fix line comments syntax
Don't write parsers after midnight kids.
For the explanation: I mixed up the syntax bits between Blueprint and
textual protocol buffers...
|
2024-04-08 20:15:59 +01:00 |
|
|
|
7bacff2471
|
Add 'bump-version' script
|
2024-04-08 20:15:59 +01:00 |
|
|
|
3e46a9b762
|
Add 'operator' aliases
|
2024-04-08 20:15:59 +01:00 |
|
|
|
25924c3c5c
|
Add binary expression
|
2024-04-08 20:15:59 +01:00 |
|
|
|
5489bd5380
|
Add README
|
2024-04-08 20:15:59 +01:00 |
|
|
|
2549f6f0db
|
Add 'property' alias
It makes the syntax tree more readable.
|
2024-04-08 20:15:59 +01:00 |
|
|
|
644f6483fe
|
Add 'element' field name to list
|
2024-04-08 20:15:59 +01:00 |
|
|
|
d232c089df
|
Add 'property' field name where relevant
|
2024-04-08 20:15:59 +01:00 |
|
|
|
8bd249fc90
|
Add modules
|
2024-04-08 20:15:59 +01:00 |
|
|
|
a78ad8139f
|
Add 'soong_config_variable' selection
|
2024-04-08 20:15:59 +01:00 |
|
|
|
12553c3bb8
|
Add 'select' expression
Except for 'soong_config_variable' which is not yet handled.
|
2024-04-08 20:15:59 +01:00 |
|
|
|
9dd109b90a
|
Add boolean literals
|
2024-04-08 20:15:59 +01:00 |
|
|
|
db2e88a539
|
Add map expressions
|
2024-04-08 20:15:59 +01:00 |
|
|
|
e13f15e8db
|
Add list expressions
|
2024-04-08 20:15:59 +01:00 |
|
|
|
f548b1d5ad
|
Add string literals
Once again, taking the rules more or less straight from tree-sitter-go.
|
2024-04-08 20:15:59 +01:00 |
|
|
|
57b38c01c0
|
Add negative integers
|
2024-04-08 20:15:59 +01:00 |
|
|
|
26b6891160
|
Add comments
|
2024-04-08 20:15:59 +01:00 |
|
|
|
bc06816b57
|
Add '+=' assignment
|
2024-04-08 20:15:59 +01:00 |
|
|
|
38bf9532ad
|
Add assignment
|
2024-04-08 20:15:59 +01:00 |
|
|
|
fc9f1467df
|
Fix default devShell
Unfortunately, I'll have to wait for a bit until I can use the
playground.
|
2024-04-08 20:15:33 +01:00 |
|
|
|
213f5afb11
|
Bootstrap project
|
2024-04-08 20:13:47 +01:00 |
|