Syntax highlighting for CapsuleBasic, a language that uses <| and |> delimiters.
- Syntax highlighting for
.cbasicfiles - CapsuleBasic Dark theme included
- Language configuration for brackets, comments, and more
- Open VS Code
- Go to the Extensions view (
Ctrl+Shift+X) - Search for CapsuleBasic Syntax Highlighting
- Click Install
Open any .cbasic file and syntax highlighting will activate automatically.
To use the CapsuleBasic Dark theme, select it from File > Preferences > Color Theme.
- add
- addindent
- array
- arraykey
- async
- await
- between
- block
- break
- case
- casearr
- catch
- class
- clearcontent
- concat
- const
- content
- contentvar
- continue
- createstack
- deco
- def
- default
- do
- else
- endblock
- endcase
- endcontent
- endindent
- eq
- eqchange
- error
- eventtemplate
- explode
- export
- false
- filter
- finally
- first
- firstitem
- foldercontent
- for
- from
- function
- idash
- if
- implode
- import
- in
- include
- increase
- indent
- inkey
- instanceof
- iserror
- isnoterror
- let
- len
- list
- listcase
- listswitch
- lookup
- lower
- minus
- mod
- ne
- nechange
- new
- nidash
- nil
- none
- norepeat
- notemplate
- notin
- notinkey
- null
- of
- pdash
- ping
- pos
- printt
- pusharr
- quit
- region
- rem
- regionend
- replace
- req
- return
- savecontent
- set
- setarr
- setfn
- size
- struct
- structure
- switch
- template
- throw
- timestamp
- toarray
- tostring
- trim
- tri
- true
- typeof
- undefined
- upper
- var
- while
- yield
- @objid
- @objtable
- @objdescription
- @objparent
- @objchildren
- @objnamespace
- @objcolid
- @objcolname
- @objcolenable
- @objclass
- @objmethod
- @objmap
- @objactionmap
- true
- false
- null
- undefined
- none
- nil
- VS Code 1.50.0 or later
- Renamed extension from CBasic to CapsuleBasic
- Changed file extension from .cb to .cbasic
- Added publisher and repository fields
- Added LICENSE (GPL-3.0)
- Added supported keywords and constants documentation to README
Initial release with basic syntax highlighting and dark theme.