Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
G
geany
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
geany
Commits
270e3232
Kaydet (Commit)
270e3232
authored
Ock 31, 2015
tarafından
Colomban Wendling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
json: Enable tag parser and adapt test case for Geany
üst
0bd95857
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
25 deletions
+28
-25
filetypes.JSON.conf
data/filetypes.JSON.conf
+1
-0
json.c
tagmanager/ctags/json.c
+6
-6
Makefile.am
tests/ctags/Makefile.am
+1
-0
simple.json.tags
tests/ctags/simple.json.tags
+20
-19
No files found.
data/filetypes.JSON.conf
Dosyayı görüntüle @
270e3232
...
...
@@ -5,6 +5,7 @@ primary=true false null
[
settings
]
lexer_filetype
=
Javascript
tag_parser
=
JSON
extension
=
json
mime_type
=
application
/
json
...
...
tagmanager/ctags/json.c
Dosyayı görüntüle @
270e3232
...
...
@@ -69,12 +69,12 @@ typedef enum {
static
langType
Lang_json
;
static
kindOption
JsonKinds
[]
=
{
{
TRUE
,
'o'
,
"
object
"
,
"objects"
},
{
TRUE
,
'a'
,
"
array
"
,
"arrays"
},
{
TRUE
,
'n'
,
"
nu
mber"
,
"numbers"
},
{
TRUE
,
's'
,
"
string
"
,
"strings"
},
{
TRUE
,
'b'
,
"
boolean"
,
"booleans"
},
{
TRUE
,
'z'
,
"
null
"
,
"nulls"
}
{
TRUE
,
'o'
,
"
member
"
,
"objects"
},
{
TRUE
,
'a'
,
"
member
"
,
"arrays"
},
{
TRUE
,
'n'
,
"
me
mber"
,
"numbers"
},
{
TRUE
,
's'
,
"
member
"
,
"strings"
},
{
TRUE
,
'b'
,
"
member"
,
"booleans"
},
{
TRUE
,
'z'
,
"
member
"
,
"nulls"
}
};
static
tokenInfo
*
newToken
(
void
)
...
...
tests/ctags/Makefile.am
Dosyayı görüntüle @
270e3232
...
...
@@ -246,6 +246,7 @@ test_sources = \
simple.d
\
simple.html
\
simple.js
\
simple.json
\
simple.ksh
\
simple.lua
\
simple.mak
\
...
...
tests/ctags/simple.json.tags
Dosyayı görüntüle @
270e3232
0 input.json /^ {$/;" o array:phoneNumbers
1 input.json /^ {$/;" o array:phoneNumbers
address input.json /^ "address": {$/;" o
age input.json /^ "age": 25,$/;" n
children input.json /^ "children": [],$/;" a
city input.json /^ "city": "New York",$/;" s object:address
firstName input.json /^ "firstName": "John",$/;" s
height_cm input.json /^ "height_cm": 167.6,$/;" n
isAlive input.json /^ "isAlive": true,$/;" b
lastName input.json /^ "lastName": "Smith",$/;" s
number input.json /^ "number": "212 555-1234"$/;" s object:phoneNumbers.0
number input.json /^ "number": "646 555-4567"$/;" s object:phoneNumbers.1
phoneNumbers input.json /^ "phoneNumbers": [$/;" a
postalCode input.json /^ "postalCode": "10021-3100"$/;" s object:address
spouse input.json /^ "spouse": null$/;" z
state input.json /^ "state": "NY",$/;" s object:address
streetAddress input.json /^ "streetAddress": "21 2nd Street",$/;" s object:address
type input.json /^ "type": "home",$/;" s object:phoneNumbers.0
type input.json /^ "type": "office",$/;" s object:phoneNumbers.1
# format=tagmanager
064phoneNumbers0
164phoneNumbers0
address640
age640
children640
city64address0
firstName640
height_cm640
isAlive640
lastName640
number64phoneNumbers.00
number64phoneNumbers.10
phoneNumbers640
postalCode64address0
spouse640
state64address0
streetAddress64address0
type64phoneNumbers.00
type64phoneNumbers.10
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment