mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -04:00
fix(bash): Rename ansii_c_string to ansi_c_string. (#3702)
This commit is contained in:
parent
3eb6577a3b
commit
2d7249409d
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
"revision": "947e93089e60c66e681eba22283f4037841451e7"
|
"revision": "947e93089e60c66e681eba22283f4037841451e7"
|
||||||
},
|
},
|
||||||
"bash": {
|
"bash": {
|
||||||
"revision": "275effdfc0edce774acf7d481f9ea195c6c403cd"
|
"revision": "385a8e4d383f6c045965d1de9c514932319dea4b"
|
||||||
},
|
},
|
||||||
"beancount": {
|
"beancount": {
|
||||||
"revision": "4cbd1f09cd07c1f1fabf867c2cf354f9da53cc4c"
|
"revision": "4cbd1f09cd07c1f1fabf867c2cf354f9da53cc4c"
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
[
|
[
|
||||||
(string)
|
(string)
|
||||||
(raw_string)
|
(raw_string)
|
||||||
(ansii_c_string)
|
(ansi_c_string)
|
||||||
(heredoc_body)
|
(heredoc_body)
|
||||||
] @string @spell
|
] @string @spell
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue