Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Jan 13, 2025
1 parent a30336e commit eb9b9fe
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .vscode/dictionaries/ignore-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ data-ffo-opensanslight
davidwalsh.name
dbbd
Decem
delimeters
demozilla
Devel
devstart
Expand Down Expand Up @@ -132,7 +131,6 @@ favourite-colour
FEFD
fgrt46jfgd
filteron
firefox
flabada
flexy
foobarbaz
Expand Down Expand Up @@ -276,7 +274,6 @@ someelement
Spartaaaaaaa
spero
srcs
superpowered
takimata
tatsoi
testuser
Expand Down Expand Up @@ -313,6 +310,7 @@ webglsamples
webvr
weta
Whereami
Whereshire
wisen
wisi
Wookie
Expand Down
1 change: 0 additions & 1 deletion .vscode/dictionaries/proper-names.txt
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,6 @@ Webopedia
webref
Weinstein
Weyl
Whereshire
Whitlock
Widevine
Wikibooks
Expand Down
1 change: 1 addition & 0 deletions .vscode/dictionaries/terms-abbreviations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,7 @@ sundried
sunsetting
supercookie
superdomain
superpowered
superscaling
supersets
SVCB
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Let's try an exercise in VS Code:
VS Code provides other syntax features too. For example:

- You'll see a thin vertical line traveling down from the `function` keyword to the closing curly brace (`}`) — these lines are used to mark different [indentation](https://en.wikipedia.org/wiki/Indentation_style) levels in code, making it easier to identify where blocks begin and end.
- Also try moving the flashing text cursor over the opening or closing curly brace (`{` or `}`) — you'll see both of them highlighted. This also helps identify the start and end of blocks, and is useful when are trying to find where you are missing a character when you have a more complicated structure with lots of nested blocks. This highlighting also works with other delimeters such as parentheses (`(` and `)`) and square brackets (`[` and `]`).
- Also try moving the flashing text cursor over the opening or closing curly brace (`{` or `}`) — you'll see both of them highlighted. This also helps identify the start and end of blocks, and is useful when are trying to find where you are missing a character when you have a more complicated structure with lots of nested blocks. This highlighting also works with other delimiters such as parentheses (`(` and `)`) and square brackets (`[` and `]`).

### Code completion/suggestion

Expand Down

0 comments on commit eb9b9fe

Please sign in to comment.