You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix highlighting for exception keywords
According to vim docs:
`Exception try, catch, throw`
* Fix highlighting of let and var keywords
According to vim docs:
`Identifier any variable name`
let/var are not variable names, they are keywords
* Fix highlighting of operator keywords
According to vim docs:
`Operator "sizeof", "+", "*", etc.`
* Fix highlighting of import statements
* Update merged files
* Mark more modifiers as StorageClass
According to vim docs:
StorageClass static, register, volatile, etc.
* Fix highlighting of export keyword
* Update merged files
0 commit comments