Skip to content

Commit

Permalink
perf: increase accuracy and types of support
Browse files Browse the repository at this point in the history
  • Loading branch information
ImagineBoom committed Oct 17, 2023
1 parent 69f34ed commit 53bf0ed
Show file tree
Hide file tree
Showing 12 changed files with 1,001 additions and 40 deletions.
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,32 @@ gem5-slicc supportor

## Features

- syntax highlight support
### syntax highlight support

- [x] variable define

![feature syntax supportor](images/syntax1.png)

- [x] state/event define

![feature syntax supportor](images/syntax2.png)

- [x] struct define

![feature syntax supportor](images/syntax3.png)

- [x] transition define

![feature syntax supportor](images/syntax4.png)

- [x] action define

![feature syntax supportor](images/syntax5.png)

- [x] function define
![feature syntax supportor](images/syntax6.png)


![feature syntax supportor](images/syntax.png)

## Requirements

Expand Down
Binary file removed images/syntax.png
Binary file not shown.
Binary file added images/syntax1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/syntax2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/syntax3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/syntax4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/syntax5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/syntax6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"gem5-slicc"
],
"extensions": [
".sm"
".sm",
".slicc"
],
"configuration": "./language-configuration.json"
}
Expand Down
Loading

0 comments on commit 53bf0ed

Please sign in to comment.