Skip to content

Commit

Permalink
fix: touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
hhamud committed Aug 5, 2023
1 parent 2cd682f commit b4234ad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file modified images/screenshot1.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 removed images/screenshot4.png
Binary file not shown.
5 changes: 2 additions & 3 deletions noir-ts-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@
:override t
:language 'noir
'((boolean) @font-lock-constant-face
(parameter (identifier) @font-lock-constant-face)
(import_identifier (identifier) @font-lock-constant-face)
(parameter (as_identifier (identifier) @font-lock-constant-face)))
(import_identifier (identifier) @font-lock-constant-face))


:feature 'delimiter
Expand Down Expand Up @@ -154,6 +152,7 @@
(let_declaration (binary_expression left: (grouped_expression (identifier) @font-lock-variable-name-face)))
(struct_definition var: (identifier) @font-lock-variable-name-face)
(typed_identifier var: (identifier) @font-lock-variable-name-face)
(as_identifier (identifier) @font-lock-variable-name-face)
(global (binary_expression left: (typed_identifier var: (identifier) @font-lock-variable-name-face))))

:feature 'string
Expand Down

0 comments on commit b4234ad

Please sign in to comment.