runtime(typescript): Fix highlighting symbols after number literal (#12911)

Commit: 
https://github.com/vim/vim/commit/535b9e12d02f5fef969fb680d579c586bd5f40db
Author: Herrington Darkholme 
<[email protected]>
Date:   Sat Aug 26 09:01:47 2023 -0700

    runtime(typescript): Fix highlighting symbols after number literal 
(https://github.com/vim/vim/issues/12911)
    
    fixes https://github.com/vim/vim/issues/12831
    Signed-off-by: Christian Brabandt <[email protected]>

diff --git a/runtime/syntax/shared/typescriptcommon.vim 
b/runtime/syntax/shared/typescriptcommon.vim
index cfa4e1433..d06525115 100644
--- a/runtime/syntax/shared/typescriptcommon.vim
+++ b/runtime/syntax/shared/typescriptcommon.vim
@@ -1,7 +1,7 @@
 " Vim syntax file
 " Language:     TypeScript and TypeScriptReact
 " Maintainer:   Herrington Darkholme
-" Last Change: 2023 Aug 13
+" Last Change: 2023 Aug 24
 " Based On:     Herrington Darkholme's yats.vim
 " Changes:      See https://github.com/HerringtonDarkholme/yats.vim
 " Credits:      See yats.vim on github
@@ -149,7 +149,7 @@ syntax match typescriptNumber /\<0[bB][01][01_]*\>/        
nextgroup=@typescript
 syntax match typescriptNumber /\<0[oO][0-7][0-7_]*\>/       
nextgroup=@typescriptSymbols skipwhite skipempty
 syntax match typescriptNumber /\<0[xX][0-9a-fA-F][0-9a-fA-F_]*\>/ 
nextgroup=@typescriptSymbols skipwhite skipempty
 syntax match typescriptNumber 
/\<\%(\d[0-9_]*\%(\.\d[0-9_]*\)\=\|\.\d[0-9_]*\)\%([eE][+-]\=\d[0-9_]*\)\=\>/
-  \ nextgroup=typescriptSymbols skipwhite skipempty
+  \ nextgroup=@typescriptSymbols skipwhite skipempty
 
 syntax region  typescriptObjectLiteral         matchgroup=typescriptBraces
   \ start=/{/ end=/}/

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/E1qZvwG-001sIm-3e%40256bit.org.

Raspunde prin e-mail lui